Uses of Class
dspl.backend.InstructionProcessor

Packages that use InstructionProcessor
dspl.backend   
dspl.backend.x86   
 

Uses of InstructionProcessor in dspl.backend
 

Methods in dspl.backend with parameters of type InstructionProcessor
abstract  void BranchInstructionProcessor.processBranchInstruction(BranchInstruction inst, InstructionProcessor ip, SymbolTable st, AssemblyfileGenerator afg)
          Process a Branch Instruction, converting it into the proper asm instructions
abstract  void CCallInstructionProcessor.processCCallInstruction(CCallInstruction inst, InstructionProcessor ip, SymbolTable st, AssemblyfileGenerator afg)
          Process a CCall Instruction, converting it into the proper asm instructions
abstract  void LoopInstructionProcessor.ProcessLoopInstruction(LoopInstruction inst, InstructionProcessor ip, SymbolTable st, AssemblyfileGenerator afg)
          Process the loop instruction
 

Uses of InstructionProcessor in dspl.backend.x86
 

Methods in dspl.backend.x86 with parameters of type InstructionProcessor
 void X86BranchInstructionProcessor.processBranchInstruction(BranchInstruction inst, InstructionProcessor ip, SymbolTable st, AssemblyfileGenerator afg)
          Convert a BranchInstruction into x86 asm instructions
 void X86CCallInstructionProcessor.processCCallInstruction(CCallInstruction inst, InstructionProcessor ip, SymbolTable st, AssemblyfileGenerator afg)
           
 void X86LoopInstructionProcessor.ProcessLoopInstruction(LoopInstruction inst, InstructionProcessor ip, SymbolTable st, AssemblyfileGenerator afg)