Cthulhu  0.2.10
Cthulhu compiler collection
ssa.inc File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SSA_KIND(ID, NAME)
 
#define SSA_VALUE(ID, NAME)
 
#define SSA_OPERAND(ID, NAME)
 
#define SSA_OPCODE(ID, NAME)
 

Macro Definition Documentation

◆ SSA_KIND

#define SSA_KIND (   ID,
  NAME 
)

Definition at line 4 of file ssa.inc.

◆ SSA_OPCODE

#define SSA_OPCODE (   ID,
  NAME 
)

get the address of an element in an array get the address of a member in a struct get the offset of a member in a struct get the size of a type get the alignment of a type

Definition at line 92 of file ssa.inc.

◆ SSA_OPERAND

#define SSA_OPERAND (   ID,
  NAME 
)

Definition at line 33 of file ssa.inc.

◆ SSA_VALUE

#define SSA_VALUE (   ID,
  NAME 
)

carries a relocation carries a literal, known at compile time

Definition at line 28 of file ssa.inc.