AbiState

Undocumented in source.

Members

Functions

calc_stack
void calc_stack(CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(CompilationContext* c, IrTypeFunction* type)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

abi
FunctionAbi abi;
Undocumented in source.
abiRegs
PhysReg[][2] abiRegs;
Undocumented in source.
paramClassBuf
uint[] paramClassBuf;
Undocumented in source.
retRegs
PhysReg[] retRegs;
Undocumented in source.
type
IrTypeFunction* type;
Undocumented in source.

Meta