Handbook
Glossary
B-encode ( imm26 -- )
Vocabulary
cpu
.
arm
.
64
.
assembler
.
opcodes
Inputs
imm26
an
object
Outputs
None
Definition
USING:
endian
make
math.bitwise
;
IN:
cpu.arm.64.assembler.opcodes
:
B-encode
( imm26 -- )
{
{
0 31
}
{
5 26
}
{
imm26
0
}
}
bitfield*
4
>le
%
;