Uses of Class
org.jikesrvm.compilers.opt.ir.InstructionFormat

Packages that use InstructionFormat
org.jikesrvm.compilers.opt.ir   
 

Uses of InstructionFormat in org.jikesrvm.compilers.opt.ir
 

Subclasses of InstructionFormat in org.jikesrvm.compilers.opt.ir
 class ALoad
          The ALoad InstructionFormat class.
 class AStore
          The AStore InstructionFormat class.
 class Athrow
          The Athrow InstructionFormat class.
 class Attempt
          The Attempt InstructionFormat class.
 class BBend
          The BBend InstructionFormat class.
 class Binary
          The Binary InstructionFormat class.
 class BooleanCmp
          The BooleanCmp InstructionFormat class.
 class BoundsCheck
          The BoundsCheck InstructionFormat class.
 class BranchProfileCarrier
          InstructionFormats that have a BranchProfile (which is BranchProfileOperand)
 class CacheOp
          The CacheOp InstructionFormat class.
 class Call
          The Call InstructionFormat class.
 class CondMove
          The CondMove InstructionFormat class.
 class Empty
          The Empty InstructionFormat class.
 class GetField
          The GetField InstructionFormat class.
 class GetStatic
          The GetStatic InstructionFormat class.
 class Goto
          The Goto InstructionFormat class.
 class GuardCarrier
          InstructionFormats that have a Guard (which is Operand)
 class GuardedBinary
          The GuardedBinary InstructionFormat class.
 class GuardedSet
          The GuardedSet InstructionFormat class.
 class GuardedUnary
          The GuardedUnary InstructionFormat class.
 class GuardResultCarrier
          InstructionFormats that have a GuardResult (which is RegisterOperand)
 class IfCmp
          The IfCmp InstructionFormat class.
 class IfCmp2
          The IfCmp2 InstructionFormat class.
 class InlineGuard
          The InlineGuard InstructionFormat class.
 class InstanceOf
          The InstanceOf InstructionFormat class.
 class InstrumentedCounter
          The InstrumentedCounter InstructionFormat class.
 class Label
          The Label InstructionFormat class.
 class Load
          The Load InstructionFormat class.
 class LocationCarrier
          InstructionFormats that have a Location (which is LocationOperand)
 class LookupSwitch
          The LookupSwitch InstructionFormat class.
 class LowTableSwitch
          The LowTableSwitch InstructionFormat class.
 class MIR_BinaryAcc
          The MIR_BinaryAcc InstructionFormat class.
 class MIR_Branch
          The MIR_Branch InstructionFormat class.
 class MIR_CacheOp
          The MIR_CacheOp InstructionFormat class.
 class MIR_Call
          The MIR_Call InstructionFormat class.
 class MIR_CaseLabel
          The MIR_CaseLabel InstructionFormat class.
 class MIR_Compare
          The MIR_Compare InstructionFormat class.
 class MIR_CompareExchange
          The MIR_CompareExchange InstructionFormat class.
 class MIR_CompareExchange8B
          The MIR_CompareExchange8B InstructionFormat class.
 class MIR_CondBranch
          The MIR_CondBranch InstructionFormat class.
 class MIR_CondBranch2
          The MIR_CondBranch2 InstructionFormat class.
 class MIR_CondMove
          The MIR_CondMove InstructionFormat class.
 class MIR_ConvertDW2QW
          The MIR_ConvertDW2QW InstructionFormat class.
 class MIR_Divide
          The MIR_Divide InstructionFormat class.
 class MIR_DoubleShift
          The MIR_DoubleShift InstructionFormat class.
 class MIR_Empty
          The MIR_Empty InstructionFormat class.
 class MIR_FSave
          The MIR_FSave InstructionFormat class.
 class MIR_Lea
          The MIR_Lea InstructionFormat class.
 class MIR_LowTableSwitch
          The MIR_LowTableSwitch InstructionFormat class.
 class MIR_Move
          The MIR_Move InstructionFormat class.
 class MIR_Multiply
          The MIR_Multiply InstructionFormat class.
 class MIR_Nullary
          The MIR_Nullary InstructionFormat class.
 class MIR_RDTSC
          The MIR_RDTSC InstructionFormat class.
 class MIR_Return
          The MIR_Return InstructionFormat class.
 class MIR_Set
          The MIR_Set InstructionFormat class.
 class MIR_Test
          The MIR_Test InstructionFormat class.
 class MIR_Trap
          The MIR_Trap InstructionFormat class.
 class MIR_TrapIf
          The MIR_TrapIf InstructionFormat class.
 class MIR_Unary
          The MIR_Unary InstructionFormat class.
 class MIR_UnaryAcc
          The MIR_UnaryAcc InstructionFormat class.
 class MIR_UnaryNoRes
          The MIR_UnaryNoRes InstructionFormat class.
 class MIR_XChng
          The MIR_XChng InstructionFormat class.
 class MonitorOp
          The MonitorOp InstructionFormat class.
 class Move
          The Move InstructionFormat class.
 class Multianewarray
          The Multianewarray InstructionFormat class.
 class New
          The New InstructionFormat class.
 class NewArray
          The NewArray InstructionFormat class.
 class Nullary
          The Nullary InstructionFormat class.
 class NullCheck
          The NullCheck InstructionFormat class.
 class OsrBarrier
          The OsrBarrier InstructionFormat class.
 class OsrPoint
          The OsrPoint InstructionFormat class.
 class Phi
          The Phi InstructionFormat class.
 class Prepare
          The Prepare InstructionFormat class.
 class Prologue
          The Prologue InstructionFormat class.
 class PutField
          The PutField InstructionFormat class.
 class PutStatic
          The PutStatic InstructionFormat class.
 class ResultCarrier
          InstructionFormats that have a Result (which is RegisterOperand)
 class Return
          The Return InstructionFormat class.
 class Store
          The Store InstructionFormat class.
 class StoreCheck
          The StoreCheck InstructionFormat class.
 class TableSwitch
          The TableSwitch InstructionFormat class.
 class Trap
          The Trap InstructionFormat class.
 class TrapIf
          The TrapIf InstructionFormat class.
 class TypeCheck
          The TypeCheck InstructionFormat class.
 class Unary
          The Unary InstructionFormat class.
 class ZeroCheck
          The ZeroCheck InstructionFormat class.