Handbook
Glossary
label
Vocabulary
compiler
.
codegen
.
labels
Definition
IN:
compiler.codegen.labels
TUPLE:
label
offset
;
Methods
USING:
compiler.codegen.labels
compiler.constants
cpu.arm.64.assembler
;
M:
label
B
0
B
rc-relative-arm-b
label-fixup
;
USING:
compiler.codegen.labels
compiler.constants
cpu.arm.64.assembler
kernel
;
M:
label
B.cond
[
0
]
dip
B.cond
rc-relative-arm-b.cond/ldr
label-fixup
;
USING:
compiler.codegen.labels
compiler.constants
cpu.arm.64.assembler
;
M:
label
BL
0
BL
rc-relative-arm-b
label-fixup
;
USING:
compiler.codegen.labels
compiler.constants
cpu.arm.64.assembler
kernel
;
M:
label
CBNZ
[
0
CBNZ
]
dip
rc-relative-arm-b.cond/ldr
label-fixup
;
USING:
compiler.codegen.labels
compiler.constants
cpu.arm.64.assembler
kernel
;
M:
label
CBZ
[
0
CBZ
]
dip
rc-relative-arm-b.cond/ldr
label-fixup
;
USING:
compiler.codegen.labels
compiler.constants
cpu.x86.assembler
;
M:
label
JMP
0
JMP
rc-relative
label-fixup
;
USING:
compiler.codegen.labels
compiler.constants
cpu.x86.assembler.private
kernel
;
M:
label
JUMPcc
[
0
]
dip
JUMPcc
rc-relative
label-fixup
;