LDG-encode ( imm9 Xn Xt -- )


Vocabulary
cpu.arm.64.assembler.opcodes

Inputs
imm9an object
Xnan object
Xtan object


Outputs
None

Definition


: LDG-encode ( imm9 Xn Xt -- )
{
{ 217 24 }
{ 0 23 }
{ 1 22 }
{ 1 21 }
{ imm9 12 }
{ 0 11 }
{ 0 10 }
{ Xn 5 }
{ Xt 0 }
} bitfield* 4 >le % ;