|
Decaf Compiler
|
ILOC operand structure. More...
#include <iloc.h>
Public Attributes | ||
| OperandType | type | |
| Operand type (discriminator/tag for anonymous union) | ||
| union { | ||
| int id | ||
| Virtual/physical register or jump label ID. | ||
| long imm | ||
| Integer constant/literal. | ||
| char str [256] | ||
| String constant/literal. | ||
| }; | ||
ILOC operand structure.