Uses of Class
dspl.intermediate.instructions.CCallInstruction

Packages that use CCallInstruction
dspl.backend   
dspl.backend.x86   
 

Uses of CCallInstruction in dspl.backend
 

Methods in dspl.backend with parameters of type CCallInstruction
abstract  void CCallInstructionProcessor.processCCallInstruction(CCallInstruction inst, InstructionProcessor ip, SymbolTable st, AssemblyfileGenerator afg)
          Process a CCall Instruction, converting it into the proper asm instructions
 

Uses of CCallInstruction in dspl.backend.x86
 

Methods in dspl.backend.x86 with parameters of type CCallInstruction
 void X86CCallInstructionProcessor.processCCallInstruction(CCallInstruction inst, InstructionProcessor ip, SymbolTable st, AssemblyfileGenerator afg)