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