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.
-
-
Constructor Summary
Constructors Constructor Description Register(int code, int size)Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Registergpb(int idx)Deprecated.static Registergpd(int idx)Deprecated.static Registergpq(int idx)Deprecated.static Registergpr(int reg)Deprecated.private static Registergpr(Register[] cache, int idx)Deprecated.static Registergpw(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.
-
-