REV16-encode ( bw Rn Rd -- )


Vocabulary
cpu.arm.64.assembler.opcodes

Inputs
bwan object
Rnan object
Rdan object


Outputs
None

Definition


: REV16-encode ( bw Rn Rd -- )
{
{ bw 31 }
{ 1 30 }
{ 0 29 }
{ 214 21 }
{ 0 16 }
{ 0 12 }
{ 1 10 }
{ Rn 5 }
{ Rd 0 }
} bitfield* 4 >le % ;