|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdspl.backend.ArithmaticInstructionProcessor
public abstract class ArithmaticInstructionProcessor
Abstract class for ArithmaticInstructorProcessor.
For each targetted ISA, an implementation of ArithamticInstructionProcessor is required
| Constructor Summary | |
|---|---|
ArithmaticInstructionProcessor()
Dummy constructor. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArithmaticInstructionProcessor()
| Method Detail |
|---|
public void processArithmaticInstructor(ArithmaticInstruction instr,
SymbolTable st,
AssemblyfileGenerator afg)
instr - st - afg -
public abstract void processAddition(ArithmaticInstruction instr,
SymbolTable st,
AssemblyfileGenerator afg)
instr -
public abstract void processAssignment(ArithmaticInstruction instr,
SymbolTable st,
AssemblyfileGenerator afg)
instr -
public abstract void processConversion(ArithmaticInstruction instr,
SymbolTable st,
AssemblyfileGenerator afg)
instr -
public abstract void processConvolution(ArithmaticInstruction instr,
SymbolTable st,
AssemblyfileGenerator afg)
instr -
public abstract void processDivision(ArithmaticInstruction instr,
SymbolTable st,
AssemblyfileGenerator afg)
instr -
public abstract void processMultiplication(ArithmaticInstruction instr,
SymbolTable st,
AssemblyfileGenerator afg)
instr -
public abstract void processSubtraction(ArithmaticInstruction instr,
SymbolTable st,
AssemblyfileGenerator afg)
instr -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||