Uses of Interface
org.jikesrvm.compilers.common.assembler.ia32.AssemblerConstants

Packages that use AssemblerConstants
org.jikesrvm   
org.jikesrvm.compilers.common.assembler.ia32   
org.jikesrvm.compilers.opt.ir.operand.ia32   
org.jikesrvm.compilers.opt.mir2mc.ia32   
 

Uses of AssemblerConstants in org.jikesrvm
 

Classes in org.jikesrvm that implement AssemblerConstants
static class ArchitectureSpecific.Assembler
           
static class ArchitectureSpecificOpt.AssemblerOpt
           
 

Uses of AssemblerConstants in org.jikesrvm.compilers.common.assembler.ia32
 

Classes in org.jikesrvm.compilers.common.assembler.ia32 that implement AssemblerConstants
 class Assembler
           This class is the low-level assembler for Intel; it contains functionality for encoding specific instructions into an array of bytes.
 

Uses of AssemblerConstants in org.jikesrvm.compilers.opt.ir.operand.ia32
 

Classes in org.jikesrvm.compilers.opt.ir.operand.ia32 that implement AssemblerConstants
 class IA32ConditionOperand
          An IA32 condition operand
 

Uses of AssemblerConstants in org.jikesrvm.compilers.opt.mir2mc.ia32
 

Classes in org.jikesrvm.compilers.opt.mir2mc.ia32 that implement AssemblerConstants
(package private)  class AssemblerBase
          This class provides support functionality used by the generated Assembler; it handles basic impedance-matching functionality such as determining which addressing mode is suitable for a given IA32MemoryOperand.
 class AssemblerOpt
          This class is the automatically-generated assembler for the optimizing compiler.