PACIZA-encode ( Rn Rd -- ) (original) (raw)
Vocabulary
cpu.arm.64.assembler.opcodes
Inputs
Rn | an object |
---|---|
Rd | an object |
Outputs
None
Definition
USING: endian make math.bitwise ;
IN: cpu.arm.64.assembler.opcodes
: PACIZA-encode ( Rn Rd -- )
{
{ 1 31 }
{ 1 30 }
{ 0 29 }
{ 214 21 }
{ 1 16 }
{ 0 15 }
{ 0 14 }
{ 1 13 }
{ 0 10 }
{ Rn 5 }
{ Rd 0 }
} bitfield* 4 >le % ;