|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdspl.backend.BranchInstructionProcessor
dspl.backend.x86.X86BranchInstructionProcessor
public class X86BranchInstructionProcessor
x86 implmentation of the BranchInstructionProcessor
| Constructor Summary | |
|---|---|
X86BranchInstructionProcessor()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getConditionalJumpInstruction(int conditionType,
Variable var)
Returns the x86 ASM instruction corresponding to the appriopriate conditional jump for the specific conditionType |
void |
processBranchInstruction(BranchInstruction inst,
InstructionProcessor ip,
SymbolTable st,
AssemblyfileGenerator afg)
Convert a BranchInstruction into x86 asm instructions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public X86BranchInstructionProcessor()
| Method Detail |
|---|
public static java.lang.String getConditionalJumpInstruction(int conditionType,
Variable var)
conditionType -
public void processBranchInstruction(BranchInstruction inst,
InstructionProcessor ip,
SymbolTable st,
AssemblyfileGenerator afg)
processBranchInstruction in class BranchInstructionProcessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||