LDRHuoff-encode ( imm12 Rn Rt -- )


Vocabulary
cpu.arm.64.assembler.opcodes

Inputs
imm12an object
Rnan object
Rtan object


Outputs
None

Definition


: LDRHuoff-encode ( imm12 Rn Rt -- )
{
{ 1 30 }
{ 7 27 }
{ 0 26 }
{ 1 24 }
{ 1 22 }
{ imm12 10 }
{ Rn 5 }
{ Rt 0 }
} bitfield* 4 >le % ;