Package com.kenai.jnr.x86asm
Class X87Register
- java.lang.Object
-
- com.kenai.jnr.x86asm.Operand
-
- com.kenai.jnr.x86asm.BaseReg
-
- com.kenai.jnr.x86asm.X87Register
-
@Deprecated public final class X87Register extends BaseReg
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static X87Register[]
cache
Deprecated.Internal cache of xmm registers
-
Constructor Summary
Constructors Modifier Constructor Description private
X87Register(int code, int size)
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static X87Register
st(int idx)
Deprecated.static X87Register
x87(int idx)
Deprecated.
-
-
-
Field Detail
-
cache
static final X87Register[] cache
Deprecated.Internal cache of xmm registers
-
-
Method Detail
-
st
public static final X87Register st(int idx)
Deprecated.
-
x87
public static final X87Register x87(int idx)
Deprecated.
-
-