PRFMl-encode ( imm19 Rt -- ) (original) (raw)
Vocabulary
cpu.arm.64.assembler.opcodes
Inputs
imm19 | an object |
---|---|
Rt | an object |
Outputs
None
Definition
USING: endian make math.bitwise ;
IN: cpu.arm.64.assembler.opcodes
: PRFMl-encode ( imm19 Rt -- )
{ { 3 30 } { 3 27 } { 0 26 } { 0 24 } { imm19 5 } { Rt 0 } }
bitfield* 4 >le % ;