auipc
Add upper immediate to pc
Add an immediate to the current PC.
| This instruction must have data-independent timing when extension Zkt is enabled. |
Decode Variables
signed Bits<32> imm = sext({$encoding[31:12], 12'd0}, 32);
Bits<5> xd = $encoding[11:7];