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