PACIB1716-encode ( -- ) - Factor Documentation (original) (raw)
Vocabulary
cpu.arm.64.assembler.opcodes
Inputs
None
Outputs
None
Definition
USING: endian make math.bitwise ;
IN: cpu.arm.64.assembler.opcodes
: PACIB1716-encode ( -- )
{
{ 852 22 }
{ 0 21 }
{ 0 19 }
{ 3 16 }
{ 2 12 }
{ 1 8 }
{ 2 5 }
{ 31 0 }
} bitfield* 4 >le % ;