coins.backend.gen
Class CodeGenerator_alpha.AlphaAttr

java.lang.Object
  extended bycoins.backend.gen.CodeGenerator.FunctionAttr
      extended bycoins.backend.gen.CodeGenerator_alpha.AlphaAttr
Enclosing class:
CodeGenerator_alpha

static class CodeGenerator_alpha.AlphaAttr
extends CodeGenerator.FunctionAttr


Field Summary
(package private)  int argc
           
(package private)  java.lang.String bitmask
           
(package private)  Function func
          Parent object.
(package private)  boolean isVarArg
          True if this is variable argument function.
(package private)  int numCall
           
(package private)  int requiredStack
          Stack space required for call
(package private)  LirNode retPtr
          Pointer to value returned (if the function returns struct)
(package private)  int stackParamOffset
          Offset of the first non-register parameter (i.e.
(package private)  int stackRequired
           
 
Constructor Summary
(package private) CodeGenerator_alpha.AlphaAttr(Function func)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bitmask

java.lang.String bitmask

argc

int argc

numCall

int numCall

stackRequired

int stackRequired

func

Function func
Parent object.


requiredStack

int requiredStack
Stack space required for call


isVarArg

boolean isVarArg
True if this is variable argument function.


retPtr

LirNode retPtr
Pointer to value returned (if the function returns struct)


stackParamOffset

int stackParamOffset
Offset of the first non-register parameter (i.e. on stack)

Constructor Detail

CodeGenerator_alpha.AlphaAttr

CodeGenerator_alpha.AlphaAttr(Function func)