CACAO
Public Member Functions | Data Fields
cacao::jit::compiler2::x86_64::SrcOp Struct Reference

Simple wrapper for the operand of an single operand x86_64 instruction. More...

Public Member Functions

 SrcOp (MachineOperand *op)
 

Data Fields

MachineOperandop
 

Detailed Description

Simple wrapper for the operand of an single operand x86_64 instruction.

Definition at line 60 of file X86_64Instructions.hpp.

Constructor & Destructor Documentation

cacao::jit::compiler2::x86_64::SrcOp::SrcOp ( MachineOperand op)
inlineexplicit

Definition at line 62 of file X86_64Instructions.hpp.

Field Documentation

MachineOperand* cacao::jit::compiler2::x86_64::SrcOp::op

Definition at line 61 of file X86_64Instructions.hpp.


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