STRuoff64-encode ( imm12 Rn Rt -- )


Vocabulary
cpu.arm.assembler.opcodes

Inputs
imm12an object
Rnan object
Rtan object


Outputs
None

Definition


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