HINT-encode ( CRm op3 -- )


Vocabulary
cpu.arm.64.assembler.opcodes

Inputs
CRman object
op3an object


Outputs
None

Definition


: HINT-encode ( CRm op3 -- )
{
{ 852 22 }
{ 0 21 }
{ 0 19 }
{ 3 16 }
{ 2 12 }
{ CRm 8 }
{ op3 5 }
{ 31 0 }
} bitfield* 4 >le % ;