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