ld
Load doubleword to even/odd register pair
This instruction is defined by:
-
Zilsd, version >= Zilsd@1.0.0
This instruction is included in the following profiles:
Synopsis
Loads a 64-bit value into registers rd and rd+1. The effective address is obtained by adding register rs1 to the sign-extended 12-bit offset.
Decode Variables
Bits<5> rd = $encoding[11:7];
Bits<5> rs1 = $encoding[19:15];
Bits<12> imm = $encoding[31:20];