jnr.x86asm
Class XMMRegister

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

public final class XMMRegister
extends BaseReg


Field Summary
 
Fields inherited from class jnr.x86asm.BaseReg
code
 
Method Summary
static XMMRegister xmm(int idx)
           
 
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

xmm

public static final XMMRegister xmm(int idx)


Copyright © 2012. All Rights Reserved.