AT-encode ( op3 op3 Rt -- )


Vocabulary
cpu.arm.64.assembler.opcodes

Inputs
op3an object
op3an object
Rtan object


Outputs
None

Definition


: AT-encode ( op3 op3 Rt -- )
{
{ 852 22 }
{ 0 21 }
{ 1 19 }
{ op3 16 }
{ 7 12 }
{ 8 8 }
{ op3 5 }
{ Rt 0 }
} bitfield* 4 >le % ;