Decaf Compiler
Loading...
Searching...
No Matches
Public Attributes | List of all members
Operand Struct Reference

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.
 
};  
 

Detailed Description

ILOC operand structure.


The documentation for this struct was generated from the following file: