Handbook
Glossary
MOVN-encode ( bw hw2 imm16 Rd -- )
Vocabulary
cpu
.
arm
.
64
.
assembler
.
opcodes
Inputs
bw
an
object
hw2
an
object
imm16
an
object
Rd
an
object
Outputs
None
Definition
USING:
endian
make
math.bitwise
;
IN:
cpu.arm.64.assembler.opcodes
:
MOVN-encode
( bw hw2 imm16 Rd -- )
{
{
bw
31
}
{
0 29
}
{
37 23
}
{
hw2
21
}
{
imm16
5
}
{
Rd
0
}
}
bitfield*
4
>le
%
;