jnr.x86asm
Class X87Register

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

public final class X87Register
extends BaseReg


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

st

public static final X87Register st(int idx)

x87

public static final X87Register x87(int idx)


Copyright © 2012. All Rights Reserved.