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