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 422 of file Instructions.hpp.

Field Documentation

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

Definition at line 427 of file Instructions.hpp.

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

Definition at line 429 of file Instructions.hpp.

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

Definition at line 426 of file Instructions.hpp.

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

Definition at line 425 of file Instructions.hpp.

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

Definition at line 423 of file Instructions.hpp.

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

Definition at line 424 of file Instructions.hpp.

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

Definition at line 428 of file Instructions.hpp.


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