DCPS2-encode ( imm16 -- ) (original) (raw)
Vocabulary
cpu.arm.64.assembler.opcodes
Inputs
imm16 | an object |
---|
Outputs
None
Definition
USING: endian make math.bitwise ;
IN: cpu.arm.64.assembler.opcodes
: DCPS2-encode ( imm16 -- )
{ { 212 24 } { 5 21 } { imm16 5 } { 0 2 } { 2 0 } }
bitfield* 4 >le % ;