com.kenai.jnr.x86asm
Class REG

java.lang.Object
  extended by com.kenai.jnr.x86asm.REG

Deprecated.

@Deprecated
public class REG
extends Object


Field Summary
static int NO_REG
          Deprecated.  
static int REG_AH
          Deprecated.  
static int REG_AL
          Deprecated.  
static int REG_AX
          Deprecated.  
static int REG_BH
          Deprecated.  
static int REG_BL
          Deprecated.  
static int REG_BP
          Deprecated.  
static int REG_BX
          Deprecated.  
static int REG_CH
          Deprecated.  
static int REG_CL
          Deprecated.  
static int REG_CX
          Deprecated.  
static int REG_DH
          Deprecated.  
static int REG_DI
          Deprecated.  
static int REG_DL
          Deprecated.  
static int REG_DX
          Deprecated.  
static int REG_EAX
          Deprecated.  
static int REG_EBP
          Deprecated.  
static int REG_EBX
          Deprecated.  
static int REG_ECX
          Deprecated.  
static int REG_EDI
          Deprecated.  
static int REG_EDX
          Deprecated.  
static int REG_ESI
          Deprecated.  
static int REG_ESP
          Deprecated.  
static int REG_GPB
          Deprecated.  
static int REG_GPD
          Deprecated.  
static int REG_GPQ
          Deprecated.  
static int REG_GPW
          Deprecated.  
static int REG_MM
          Deprecated.  
static int REG_MM0
          Deprecated.  
static int REG_MM1
          Deprecated.  
static int REG_MM2
          Deprecated.  
static int REG_MM3
          Deprecated.  
static int REG_MM4
          Deprecated.  
static int REG_MM5
          Deprecated.  
static int REG_MM6
          Deprecated.  
static int REG_MM7
          Deprecated.  
static int REG_R10
          Deprecated.  
static int REG_R10B
          Deprecated.  
static int REG_R10D
          Deprecated.  
static int REG_R10W
          Deprecated.  
static int REG_R11
          Deprecated.  
static int REG_R11B
          Deprecated.  
static int REG_R11D
          Deprecated.  
static int REG_R11W
          Deprecated.  
static int REG_R12
          Deprecated.  
static int REG_R12B
          Deprecated.  
static int REG_R12D
          Deprecated.  
static int REG_R12W
          Deprecated.  
static int REG_R13
          Deprecated.  
static int REG_R13B
          Deprecated.  
static int REG_R13D
          Deprecated.  
static int REG_R13W
          Deprecated.  
static int REG_R14
          Deprecated.  
static int REG_R14B
          Deprecated.  
static int REG_R14D
          Deprecated.  
static int REG_R14W
          Deprecated.  
static int REG_R15
          Deprecated.  
static int REG_R15B
          Deprecated.  
static int REG_R15D
          Deprecated.  
static int REG_R15W
          Deprecated.  
static int REG_R8
          Deprecated.  
static int REG_R8B
          Deprecated.  
static int REG_R8D
          Deprecated.  
static int REG_R8W
          Deprecated.  
static int REG_R9
          Deprecated.  
static int REG_R9B
          Deprecated.  
static int REG_R9D
          Deprecated.  
static int REG_R9W
          Deprecated.  
static int REG_RAX
          Deprecated.  
static int REG_RBP
          Deprecated.  
static int REG_RBX
          Deprecated.  
static int REG_RCX
          Deprecated.  
static int REG_RDI
          Deprecated.  
static int REG_RDX
          Deprecated.  
static int REG_RSI
          Deprecated.  
static int REG_RSP
          Deprecated.  
static int REG_SI
          Deprecated.  
static int REG_SP
          Deprecated.  
static int REG_X87
          Deprecated.  
static int REG_XMM
          Deprecated.  
static int REG_XMM0
          Deprecated.  
static int REG_XMM1
          Deprecated.  
static int REG_XMM10
          Deprecated.  
static int REG_XMM11
          Deprecated.  
static int REG_XMM12
          Deprecated.  
static int REG_XMM13
          Deprecated.  
static int REG_XMM14
          Deprecated.  
static int REG_XMM15
          Deprecated.  
static int REG_XMM2
          Deprecated.  
static int REG_XMM3
          Deprecated.  
static int REG_XMM4
          Deprecated.  
static int REG_XMM5
          Deprecated.  
static int REG_XMM6
          Deprecated.  
static int REG_XMM7
          Deprecated.  
static int REG_XMM8
          Deprecated.  
static int REG_XMM9
          Deprecated.  
static int REGCODE_MASK
          Deprecated.  
static int REGTYPE_MASK
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REGTYPE_MASK

public static final int REGTYPE_MASK
Deprecated. 
See Also:
Constant Field Values

REGCODE_MASK

public static final int REGCODE_MASK
Deprecated. 
See Also:
Constant Field Values

REG_GPB

public static final int REG_GPB
Deprecated. 
See Also:
Constant Field Values

REG_GPW

public static final int REG_GPW
Deprecated. 
See Also:
Constant Field Values

REG_GPD

public static final int REG_GPD
Deprecated. 
See Also:
Constant Field Values

REG_GPQ

public static final int REG_GPQ
Deprecated. 
See Also:
Constant Field Values

REG_X87

public static final int REG_X87
Deprecated. 
See Also:
Constant Field Values

REG_MM

public static final int REG_MM
Deprecated. 
See Also:
Constant Field Values

REG_XMM

public static final int REG_XMM
Deprecated. 
See Also:
Constant Field Values

REG_AL

public static final int REG_AL
Deprecated. 
See Also:
Constant Field Values

REG_CL

public static final int REG_CL
Deprecated. 
See Also:
Constant Field Values

REG_DL

public static final int REG_DL
Deprecated. 
See Also:
Constant Field Values

REG_BL

public static final int REG_BL
Deprecated. 
See Also:
Constant Field Values

REG_AH

public static final int REG_AH
Deprecated. 
See Also:
Constant Field Values

REG_CH

public static final int REG_CH
Deprecated. 
See Also:
Constant Field Values

REG_DH

public static final int REG_DH
Deprecated. 
See Also:
Constant Field Values

REG_BH

public static final int REG_BH
Deprecated. 
See Also:
Constant Field Values

REG_R8B

public static final int REG_R8B
Deprecated. 
See Also:
Constant Field Values

REG_R9B

public static final int REG_R9B
Deprecated. 
See Also:
Constant Field Values

REG_R10B

public static final int REG_R10B
Deprecated. 
See Also:
Constant Field Values

REG_R11B

public static final int REG_R11B
Deprecated. 
See Also:
Constant Field Values

REG_R12B

public static final int REG_R12B
Deprecated. 
See Also:
Constant Field Values

REG_R13B

public static final int REG_R13B
Deprecated. 
See Also:
Constant Field Values

REG_R14B

public static final int REG_R14B
Deprecated. 
See Also:
Constant Field Values

REG_R15B

public static final int REG_R15B
Deprecated. 
See Also:
Constant Field Values

REG_AX

public static final int REG_AX
Deprecated. 
See Also:
Constant Field Values

REG_CX

public static final int REG_CX
Deprecated. 
See Also:
Constant Field Values

REG_DX

public static final int REG_DX
Deprecated. 
See Also:
Constant Field Values

REG_BX

public static final int REG_BX
Deprecated. 
See Also:
Constant Field Values

REG_SP

public static final int REG_SP
Deprecated. 
See Also:
Constant Field Values

REG_BP

public static final int REG_BP
Deprecated. 
See Also:
Constant Field Values

REG_SI

public static final int REG_SI
Deprecated. 
See Also:
Constant Field Values

REG_DI

public static final int REG_DI
Deprecated. 
See Also:
Constant Field Values

REG_R8W

public static final int REG_R8W
Deprecated. 
See Also:
Constant Field Values

REG_R9W

public static final int REG_R9W
Deprecated. 
See Also:
Constant Field Values

REG_R10W

public static final int REG_R10W
Deprecated. 
See Also:
Constant Field Values

REG_R11W

public static final int REG_R11W
Deprecated. 
See Also:
Constant Field Values

REG_R12W

public static final int REG_R12W
Deprecated. 
See Also:
Constant Field Values

REG_R13W

public static final int REG_R13W
Deprecated. 
See Also:
Constant Field Values

REG_R14W

public static final int REG_R14W
Deprecated. 
See Also:
Constant Field Values

REG_R15W

public static final int REG_R15W
Deprecated. 
See Also:
Constant Field Values

REG_EAX

public static final int REG_EAX
Deprecated. 
See Also:
Constant Field Values

REG_ECX

public static final int REG_ECX
Deprecated. 
See Also:
Constant Field Values

REG_EDX

public static final int REG_EDX
Deprecated. 
See Also:
Constant Field Values

REG_EBX

public static final int REG_EBX
Deprecated. 
See Also:
Constant Field Values

REG_ESP

public static final int REG_ESP
Deprecated. 
See Also:
Constant Field Values

REG_EBP

public static final int REG_EBP
Deprecated. 
See Also:
Constant Field Values

REG_ESI

public static final int REG_ESI
Deprecated. 
See Also:
Constant Field Values

REG_EDI

public static final int REG_EDI
Deprecated. 
See Also:
Constant Field Values

REG_R8D

public static final int REG_R8D
Deprecated. 
See Also:
Constant Field Values

REG_R9D

public static final int REG_R9D
Deprecated. 
See Also:
Constant Field Values

REG_R10D

public static final int REG_R10D
Deprecated. 
See Also:
Constant Field Values

REG_R11D

public static final int REG_R11D
Deprecated. 
See Also:
Constant Field Values

REG_R12D

public static final int REG_R12D
Deprecated. 
See Also:
Constant Field Values

REG_R13D

public static final int REG_R13D
Deprecated. 
See Also:
Constant Field Values

REG_R14D

public static final int REG_R14D
Deprecated. 
See Also:
Constant Field Values

REG_R15D

public static final int REG_R15D
Deprecated. 
See Also:
Constant Field Values

REG_RAX

public static final int REG_RAX
Deprecated. 
See Also:
Constant Field Values

REG_RCX

public static final int REG_RCX
Deprecated. 
See Also:
Constant Field Values

REG_RDX

public static final int REG_RDX
Deprecated. 
See Also:
Constant Field Values

REG_RBX

public static final int REG_RBX
Deprecated. 
See Also:
Constant Field Values

REG_RSP

public static final int REG_RSP
Deprecated. 
See Also:
Constant Field Values

REG_RBP

public static final int REG_RBP
Deprecated. 
See Also:
Constant Field Values

REG_RSI

public static final int REG_RSI
Deprecated. 
See Also:
Constant Field Values

REG_RDI

public static final int REG_RDI
Deprecated. 
See Also:
Constant Field Values

REG_R8

public static final int REG_R8
Deprecated. 
See Also:
Constant Field Values

REG_R9

public static final int REG_R9
Deprecated. 
See Also:
Constant Field Values

REG_R10

public static final int REG_R10
Deprecated. 
See Also:
Constant Field Values

REG_R11

public static final int REG_R11
Deprecated. 
See Also:
Constant Field Values

REG_R12

public static final int REG_R12
Deprecated. 
See Also:
Constant Field Values

REG_R13

public static final int REG_R13
Deprecated. 
See Also:
Constant Field Values

REG_R14

public static final int REG_R14
Deprecated. 
See Also:
Constant Field Values

REG_R15

public static final int REG_R15
Deprecated. 
See Also:
Constant Field Values

REG_MM0

public static final int REG_MM0
Deprecated. 
See Also:
Constant Field Values

REG_MM1

public static final int REG_MM1
Deprecated. 
See Also:
Constant Field Values

REG_MM2

public static final int REG_MM2
Deprecated. 
See Also:
Constant Field Values

REG_MM3

public static final int REG_MM3
Deprecated. 
See Also:
Constant Field Values

REG_MM4

public static final int REG_MM4
Deprecated. 
See Also:
Constant Field Values

REG_MM5

public static final int REG_MM5
Deprecated. 
See Also:
Constant Field Values

REG_MM6

public static final int REG_MM6
Deprecated. 
See Also:
Constant Field Values

REG_MM7

public static final int REG_MM7
Deprecated. 
See Also:
Constant Field Values

REG_XMM0

public static final int REG_XMM0
Deprecated. 
See Also:
Constant Field Values

REG_XMM1

public static final int REG_XMM1
Deprecated. 
See Also:
Constant Field Values

REG_XMM2

public static final int REG_XMM2
Deprecated. 
See Also:
Constant Field Values

REG_XMM3

public static final int REG_XMM3
Deprecated. 
See Also:
Constant Field Values

REG_XMM4

public static final int REG_XMM4
Deprecated. 
See Also:
Constant Field Values

REG_XMM5

public static final int REG_XMM5
Deprecated. 
See Also:
Constant Field Values

REG_XMM6

public static final int REG_XMM6
Deprecated. 
See Also:
Constant Field Values

REG_XMM7

public static final int REG_XMM7
Deprecated. 
See Also:
Constant Field Values

REG_XMM8

public static final int REG_XMM8
Deprecated. 
See Also:
Constant Field Values

REG_XMM9

public static final int REG_XMM9
Deprecated. 
See Also:
Constant Field Values

REG_XMM10

public static final int REG_XMM10
Deprecated. 
See Also:
Constant Field Values

REG_XMM11

public static final int REG_XMM11
Deprecated. 
See Also:
Constant Field Values

REG_XMM12

public static final int REG_XMM12
Deprecated. 
See Also:
Constant Field Values

REG_XMM13

public static final int REG_XMM13
Deprecated. 
See Also:
Constant Field Values

REG_XMM14

public static final int REG_XMM14
Deprecated. 
See Also:
Constant Field Values

REG_XMM15

public static final int REG_XMM15
Deprecated. 
See Also:
Constant Field Values

NO_REG

public static final int NO_REG
Deprecated. 
See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.