dspl.backend.x86
Class X86LoopInstructionProcessor

java.lang.Object
  extended by dspl.backend.LoopInstructionProcessor
      extended by dspl.backend.x86.X86LoopInstructionProcessor

public class X86LoopInstructionProcessor
extends LoopInstructionProcessor

Converts Loop Instructions into the appriopriate X86 machine code.

Author:
David

Constructor Summary
X86LoopInstructionProcessor()
           
 
Method Summary
 void ProcessLoopInstruction(LoopInstruction inst, InstructionProcessor ip, SymbolTable st, AssemblyfileGenerator afg)
          Process the loop instruction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X86LoopInstructionProcessor

public X86LoopInstructionProcessor()
Method Detail

ProcessLoopInstruction

public void ProcessLoopInstruction(LoopInstruction inst,
                                   InstructionProcessor ip,
                                   SymbolTable st,
                                   AssemblyfileGenerator afg)
Description copied from class: LoopInstructionProcessor
Process the loop instruction

Specified by:
ProcessLoopInstruction in class LoopInstructionProcessor