Uses of Class
jnr.a64asm.Operand
-
-
Uses of Operand in jnr.a64asm
Subclasses of Operand in jnr.a64asm Modifier and Type Class Description class
BaseReg
class
Conditions
class
Ext
class
Immediate
class
Label
class
Mem
class
Offset
class
Post_index
class
Pre_index
class
PrefOp
class
PRFOP_ENUM
class
Register
class
Shift
class
SysRegister
Fields in jnr.a64asm declared as Operand Modifier and Type Field Description (package private) static Operand
SerializerCore. _none
Methods in jnr.a64asm with parameters of type Operand Modifier and Type Method Description (package private) void
Assembler_A64. _emita64(INST_CODE code, Operand o1, Operand o2, Operand o3, Operand o4, Operand o5)
(package private) abstract void
SerializerCore. _emita64(INST_CODE code, Operand o1, Operand o2, Operand o3, Operand o4, Operand o5)
(package private) void
SerializerCore. emitA64(INST_CODE code, Operand o1)
(package private) void
SerializerCore. emitA64(INST_CODE code, Operand o1, Operand o2)
(package private) void
SerializerCore. emitA64(INST_CODE code, Operand o1, Operand o2, Operand o3)
(package private) void
SerializerCore. emitA64(INST_CODE code, Operand o1, Operand o2, Operand o3, Operand o4)
(package private) void
SerializerCore. emitA64(INST_CODE code, Operand o1, Operand o2, Operand o3, Operand o4, Operand o5)
-