Handbook
Glossary
encode-width*** ( reg -- ftype )
Vocabulary
cpu
.
arm
.
64
.
assembler
Inputs
reg
an
object
Outputs
ftype
an
object
Definition
IN:
cpu.arm.64.assembler
GENERIC:
encode-width***
( reg -- ftype )
Methods
USING:
accessors
combinators
cpu.arm.64.assembler
;
M:
fp-register
encode-width***
width>>
{
{
16
[
3
]
}
{
32
[
0
]
}
{
64
[
1
]
}
[
register-width-error
]
}
case
;
USING:
cpu.arm.64.assembler
kernel
;
M:
vector-register
encode-width***
drop
1
;