Package com.kenai.jnr.x86asm
Class Register
- java.lang.Object
-
- com.kenai.jnr.x86asm.Operand
-
- com.kenai.jnr.x86asm.BaseReg
-
- com.kenai.jnr.x86asm.Register
-
@Deprecated public final class Register extends BaseReg
Deprecated.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Register
gpb(int idx)
Deprecated.static Register
gpd(int idx)
Deprecated.static Register
gpq(int idx)
Deprecated.static Register
gpr(int reg)
Deprecated.static Register
gpw(int idx)
Deprecated.
-
-
-
Method Detail
-
gpr
public static final Register gpr(int reg)
Deprecated.
-
gpb
public static final Register gpb(int idx)
Deprecated.
-
gpw
public static final Register gpw(int idx)
Deprecated.
-
gpd
public static final Register gpd(int idx)
Deprecated.
-
gpq
public static final Register gpq(int idx)
Deprecated.
-
-