CACAO
Data Fields
cacao::jit::compiler2::CONSTInst::val_operand_t Union Reference

Data Fields

int32_t i
 
int64_t l
 
float f
 
double d
 
voidanyptr
 
java_handle_tstringconst
 
classref_or_classinfo c
 

Detailed Description

Definition at line 814 of file Instructions.hpp.

Field Documentation

void* cacao::jit::compiler2::CONSTInst::val_operand_t::anyptr

Definition at line 819 of file Instructions.hpp.

classref_or_classinfo cacao::jit::compiler2::CONSTInst::val_operand_t::c

Definition at line 821 of file Instructions.hpp.

double cacao::jit::compiler2::CONSTInst::val_operand_t::d

Definition at line 818 of file Instructions.hpp.

float cacao::jit::compiler2::CONSTInst::val_operand_t::f

Definition at line 817 of file Instructions.hpp.

int32_t cacao::jit::compiler2::CONSTInst::val_operand_t::i

Definition at line 815 of file Instructions.hpp.

int64_t cacao::jit::compiler2::CONSTInst::val_operand_t::l

Definition at line 816 of file Instructions.hpp.

java_handle_t* cacao::jit::compiler2::CONSTInst::val_operand_t::stringconst

Definition at line 820 of file Instructions.hpp.


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