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