Handbook
Glossary
FMULs-encode ( ftype Rm Rn Rd -- )
Vocabulary
cpu
.
arm
.
64
.
assembler
.
opcodes
Inputs
ftype
an
object
Rm
an
object
Rn
an
object
Rd
an
object
Outputs
None
Definition
USING:
endian
make
math.bitwise
;
IN:
cpu.arm.64.assembler.opcodes
:
FMULs-encode
( ftype Rm Rn Rd -- )
{
{
0 31
}
{
0 30
}
{
0 29
}
{
30 24
}
{
ftype
22
}
{
1 21
}
{
Rm
16
}
{
0 15
}
{
0 12
}
{
2 10
}
{
Rn
5
}
{
Rd
0
}
}
bitfield*
4
>le
%
;