Package jnr.x86asm
Class REG
- java.lang.Object
-
- jnr.x86asm.REG
-
public class REG extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
NO_REG
static int
REG_AH
static int
REG_AL
static int
REG_AX
static int
REG_BH
static int
REG_BL
static int
REG_BP
static int
REG_BX
static int
REG_CH
static int
REG_CL
static int
REG_CX
static int
REG_DH
static int
REG_DI
static int
REG_DL
static int
REG_DX
static int
REG_EAX
static int
REG_EBP
static int
REG_EBX
static int
REG_ECX
static int
REG_EDI
static int
REG_EDX
static int
REG_ESI
static int
REG_ESP
static int
REG_GPB
static int
REG_GPD
static int
REG_GPQ
static int
REG_GPW
static int
REG_MM
static int
REG_MM0
static int
REG_MM1
static int
REG_MM2
static int
REG_MM3
static int
REG_MM4
static int
REG_MM5
static int
REG_MM6
static int
REG_MM7
static int
REG_R10
static int
REG_R10B
static int
REG_R10D
static int
REG_R10W
static int
REG_R11
static int
REG_R11B
static int
REG_R11D
static int
REG_R11W
static int
REG_R12
static int
REG_R12B
static int
REG_R12D
static int
REG_R12W
static int
REG_R13
static int
REG_R13B
static int
REG_R13D
static int
REG_R13W
static int
REG_R14
static int
REG_R14B
static int
REG_R14D
static int
REG_R14W
static int
REG_R15
static int
REG_R15B
static int
REG_R15D
static int
REG_R15W
static int
REG_R8
static int
REG_R8B
static int
REG_R8D
static int
REG_R8W
static int
REG_R9
static int
REG_R9B
static int
REG_R9D
static int
REG_R9W
static int
REG_RAX
static int
REG_RBP
static int
REG_RBX
static int
REG_RCX
static int
REG_RDI
static int
REG_RDX
static int
REG_RSI
static int
REG_RSP
static int
REG_SI
static int
REG_SP
static int
REG_X87
static int
REG_XMM
static int
REG_XMM0
static int
REG_XMM1
static int
REG_XMM10
static int
REG_XMM11
static int
REG_XMM12
static int
REG_XMM13
static int
REG_XMM14
static int
REG_XMM15
static int
REG_XMM2
static int
REG_XMM3
static int
REG_XMM4
static int
REG_XMM5
static int
REG_XMM6
static int
REG_XMM7
static int
REG_XMM8
static int
REG_XMM9
static int
REGCODE_MASK
static int
REGTYPE_MASK
-
Constructor Summary
Constructors Modifier Constructor Description private
REG()
-
-
-
Field Detail
-
REGTYPE_MASK
public static final int REGTYPE_MASK
- See Also:
- Constant Field Values
-
REGCODE_MASK
public static final int REGCODE_MASK
- See Also:
- Constant Field Values
-
REG_GPB
public static final int REG_GPB
- See Also:
- Constant Field Values
-
REG_GPW
public static final int REG_GPW
- See Also:
- Constant Field Values
-
REG_GPD
public static final int REG_GPD
- See Also:
- Constant Field Values
-
REG_GPQ
public static final int REG_GPQ
- See Also:
- Constant Field Values
-
REG_X87
public static final int REG_X87
- See Also:
- Constant Field Values
-
REG_MM
public static final int REG_MM
- See Also:
- Constant Field Values
-
REG_XMM
public static final int REG_XMM
- See Also:
- Constant Field Values
-
REG_AL
public static final int REG_AL
- See Also:
- Constant Field Values
-
REG_CL
public static final int REG_CL
- See Also:
- Constant Field Values
-
REG_DL
public static final int REG_DL
- See Also:
- Constant Field Values
-
REG_BL
public static final int REG_BL
- See Also:
- Constant Field Values
-
REG_AH
public static final int REG_AH
- See Also:
- Constant Field Values
-
REG_CH
public static final int REG_CH
- See Also:
- Constant Field Values
-
REG_DH
public static final int REG_DH
- See Also:
- Constant Field Values
-
REG_BH
public static final int REG_BH
- See Also:
- Constant Field Values
-
REG_R8B
public static final int REG_R8B
- See Also:
- Constant Field Values
-
REG_R9B
public static final int REG_R9B
- See Also:
- Constant Field Values
-
REG_R10B
public static final int REG_R10B
- See Also:
- Constant Field Values
-
REG_R11B
public static final int REG_R11B
- See Also:
- Constant Field Values
-
REG_R12B
public static final int REG_R12B
- See Also:
- Constant Field Values
-
REG_R13B
public static final int REG_R13B
- See Also:
- Constant Field Values
-
REG_R14B
public static final int REG_R14B
- See Also:
- Constant Field Values
-
REG_R15B
public static final int REG_R15B
- See Also:
- Constant Field Values
-
REG_AX
public static final int REG_AX
- See Also:
- Constant Field Values
-
REG_CX
public static final int REG_CX
- See Also:
- Constant Field Values
-
REG_DX
public static final int REG_DX
- See Also:
- Constant Field Values
-
REG_BX
public static final int REG_BX
- See Also:
- Constant Field Values
-
REG_SP
public static final int REG_SP
- See Also:
- Constant Field Values
-
REG_BP
public static final int REG_BP
- See Also:
- Constant Field Values
-
REG_SI
public static final int REG_SI
- See Also:
- Constant Field Values
-
REG_DI
public static final int REG_DI
- See Also:
- Constant Field Values
-
REG_R8W
public static final int REG_R8W
- See Also:
- Constant Field Values
-
REG_R9W
public static final int REG_R9W
- See Also:
- Constant Field Values
-
REG_R10W
public static final int REG_R10W
- See Also:
- Constant Field Values
-
REG_R11W
public static final int REG_R11W
- See Also:
- Constant Field Values
-
REG_R12W
public static final int REG_R12W
- See Also:
- Constant Field Values
-
REG_R13W
public static final int REG_R13W
- See Also:
- Constant Field Values
-
REG_R14W
public static final int REG_R14W
- See Also:
- Constant Field Values
-
REG_R15W
public static final int REG_R15W
- See Also:
- Constant Field Values
-
REG_EAX
public static final int REG_EAX
- See Also:
- Constant Field Values
-
REG_ECX
public static final int REG_ECX
- See Also:
- Constant Field Values
-
REG_EDX
public static final int REG_EDX
- See Also:
- Constant Field Values
-
REG_EBX
public static final int REG_EBX
- See Also:
- Constant Field Values
-
REG_ESP
public static final int REG_ESP
- See Also:
- Constant Field Values
-
REG_EBP
public static final int REG_EBP
- See Also:
- Constant Field Values
-
REG_ESI
public static final int REG_ESI
- See Also:
- Constant Field Values
-
REG_EDI
public static final int REG_EDI
- See Also:
- Constant Field Values
-
REG_R8D
public static final int REG_R8D
- See Also:
- Constant Field Values
-
REG_R9D
public static final int REG_R9D
- See Also:
- Constant Field Values
-
REG_R10D
public static final int REG_R10D
- See Also:
- Constant Field Values
-
REG_R11D
public static final int REG_R11D
- See Also:
- Constant Field Values
-
REG_R12D
public static final int REG_R12D
- See Also:
- Constant Field Values
-
REG_R13D
public static final int REG_R13D
- See Also:
- Constant Field Values
-
REG_R14D
public static final int REG_R14D
- See Also:
- Constant Field Values
-
REG_R15D
public static final int REG_R15D
- See Also:
- Constant Field Values
-
REG_RAX
public static final int REG_RAX
- See Also:
- Constant Field Values
-
REG_RCX
public static final int REG_RCX
- See Also:
- Constant Field Values
-
REG_RDX
public static final int REG_RDX
- See Also:
- Constant Field Values
-
REG_RBX
public static final int REG_RBX
- See Also:
- Constant Field Values
-
REG_RSP
public static final int REG_RSP
- See Also:
- Constant Field Values
-
REG_RBP
public static final int REG_RBP
- See Also:
- Constant Field Values
-
REG_RSI
public static final int REG_RSI
- See Also:
- Constant Field Values
-
REG_RDI
public static final int REG_RDI
- See Also:
- Constant Field Values
-
REG_R8
public static final int REG_R8
- See Also:
- Constant Field Values
-
REG_R9
public static final int REG_R9
- See Also:
- Constant Field Values
-
REG_R10
public static final int REG_R10
- See Also:
- Constant Field Values
-
REG_R11
public static final int REG_R11
- See Also:
- Constant Field Values
-
REG_R12
public static final int REG_R12
- See Also:
- Constant Field Values
-
REG_R13
public static final int REG_R13
- See Also:
- Constant Field Values
-
REG_R14
public static final int REG_R14
- See Also:
- Constant Field Values
-
REG_R15
public static final int REG_R15
- See Also:
- Constant Field Values
-
REG_MM0
public static final int REG_MM0
- See Also:
- Constant Field Values
-
REG_MM1
public static final int REG_MM1
- See Also:
- Constant Field Values
-
REG_MM2
public static final int REG_MM2
- See Also:
- Constant Field Values
-
REG_MM3
public static final int REG_MM3
- See Also:
- Constant Field Values
-
REG_MM4
public static final int REG_MM4
- See Also:
- Constant Field Values
-
REG_MM5
public static final int REG_MM5
- See Also:
- Constant Field Values
-
REG_MM6
public static final int REG_MM6
- See Also:
- Constant Field Values
-
REG_MM7
public static final int REG_MM7
- See Also:
- Constant Field Values
-
REG_XMM0
public static final int REG_XMM0
- See Also:
- Constant Field Values
-
REG_XMM1
public static final int REG_XMM1
- See Also:
- Constant Field Values
-
REG_XMM2
public static final int REG_XMM2
- See Also:
- Constant Field Values
-
REG_XMM3
public static final int REG_XMM3
- See Also:
- Constant Field Values
-
REG_XMM4
public static final int REG_XMM4
- See Also:
- Constant Field Values
-
REG_XMM5
public static final int REG_XMM5
- See Also:
- Constant Field Values
-
REG_XMM6
public static final int REG_XMM6
- See Also:
- Constant Field Values
-
REG_XMM7
public static final int REG_XMM7
- See Also:
- Constant Field Values
-
REG_XMM8
public static final int REG_XMM8
- See Also:
- Constant Field Values
-
REG_XMM9
public static final int REG_XMM9
- See Also:
- Constant Field Values
-
REG_XMM10
public static final int REG_XMM10
- See Also:
- Constant Field Values
-
REG_XMM11
public static final int REG_XMM11
- See Also:
- Constant Field Values
-
REG_XMM12
public static final int REG_XMM12
- See Also:
- Constant Field Values
-
REG_XMM13
public static final int REG_XMM13
- See Also:
- Constant Field Values
-
REG_XMM14
public static final int REG_XMM14
- See Also:
- Constant Field Values
-
REG_XMM15
public static final int REG_XMM15
- See Also:
- Constant Field Values
-
NO_REG
public static final int NO_REG
- See Also:
- Constant Field Values
-
-