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

Simple wrapper for first operand of an x86_64 instruction which is also used for the result. More...

Public Member Functions

 DstSrc1Op (MachineOperand *op)
 

Data Fields

MachineOperandop
 

Detailed Description

Simple wrapper for first operand of an x86_64 instruction which is also used for the result.

Definition at line 107 of file X86_64Instructions.hpp.

Constructor & Destructor Documentation

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

Definition at line 109 of file X86_64Instructions.hpp.

Field Documentation

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

Definition at line 108 of file X86_64Instructions.hpp.


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