jnr.x86asm
Class MMRegister

java.lang.Object
  extended by jnr.x86asm.Operand
      extended by jnr.x86asm.BaseReg
          extended by jnr.x86asm.MMRegister

public final class MMRegister
extends BaseReg


Field Summary
 
Fields inherited from class jnr.x86asm.BaseReg
code
 
Method Summary
static MMRegister mm(int code)
           
 
Methods inherited from class jnr.x86asm.BaseReg
code, index, type
 
Methods inherited from class jnr.x86asm.Operand
isImm, isLabel, isMem, isNone, isReg, isRegCode, isRegIndex, isRegMem, isRegMem, isRegType, op, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

mm

public static final MMRegister mm(int code)


Copyright © 2012. All Rights Reserved.