|
CACAO
|
Additional Inherited Members | |
Public Types inherited from cacao::jit::compiler2::MachineInstruction | |
| typedef alloc::vector < MachineOperandDesc >::type | operand_list |
| typedef operand_list::iterator | operand_iterator |
| typedef operand_list::const_iterator | const_operand_iterator |
| typedef alloc::vector < MachineOperandDesc >::type | dummy_operand_list |
| typedef dummy_operand_list::iterator | dummy_operand_iterator |
| typedef dummy_operand_list::const_iterator | const_dummy_operand_iterator |
| typedef alloc::unordered_map < EmbeddedMachineOperand *, int >::type | RefMapTy |
| typedef alloc::list < MachineBasicBlock * >::type | successor_list |
| typedef successor_list::iterator | successor_iterator |
| typedef successor_list::const_iterator | const_successor_iterator |
Static Public Member Functions inherited from cacao::jit::compiler2::memory::ManagerMixin< MachineInstruction > | |
| static void * | operator new (std::size_t size) throw (std::bad_alloc) |
| normal new More... | |
| static void * | operator new (std::size_t size, void *ptr) throw () |
| placement new More... | |
| static void * | operator new (std::size_t size, const std::nothrow_t &nt) throw () |
| nothrow new More... | |
| static void | operator delete (void *pMemory) throw () |
| normal delete More... | |
| static void | operator delete (void *pMemory, void *ptr) throw () |
| placement delete More... | |
| static void | operator delete (void *pMemory, const std::nothrow_t &) throw () |
| nothrow delete More... | |
| static void * | operator new[] (std::size_t size) throw (std::bad_alloc) |
| normal new[] More... | |
| static void * | operator new[] (std::size_t size, void *ptr) throw () |
| placement new[] More... | |
| static void * | operator new[] (std::size_t size, const std::nothrow_t &nt) throw () |
| nothrow new[] More... | |
| static void | operator delete[] (void *pMemory) throw () |
| normal delete[] More... | |
| static void | operator delete[] (void *pMemory, void *ptr) throw () |
| placement delete[] More... | |
| static void | operator delete[] (void *pMemory, const std::nothrow_t &) throw () |
| nothrow delete[] More... | |
Protected Attributes inherited from cacao::jit::compiler2::MachineInstruction | |
| const std::size_t | id |
| operand_list | operands |
| dummy_operand_list | dummy_operands |
| dummy_operands is a list of operands embedded in the real operands of this instruction that need register allocation (for example indirect addressing on x86) More... | |
| RefMapTy | ref_map |
| successor_list | successors |
| MachineOperandDesc | result |
| const char * | name |
| const char * | comment |
| MachineBasicBlock * | block |
Definition at line 746 of file X86_64Instructions.hpp.
|
inline |
Definition at line 748 of file X86_64Instructions.hpp.
|
inline |
Definition at line 756 of file X86_64Instructions.hpp.
|
virtual |
emit machine code
Reimplemented from cacao::jit::compiler2::MachineInstruction.
Definition at line 751 of file X86_64Instructions.cpp.
|
inlinevirtual |
Reimplemented from cacao::jit::compiler2::MachineInstruction.
Definition at line 752 of file X86_64Instructions.hpp.
1.8.5