|
CACAO
|
This represents a machine register usage. More...
Private Attributes | |
| Aarch64Register * | reg |
| LivetimeInterval | fixedInterval |
Additional Inherited Members | |
Public Types inherited from cacao::jit::compiler2::MachineOperand | |
| enum | OperandID { MachineOperandID, RegisterID, StackSlotID, ManagedStackSlotID, ImmediateID, AddressID, VoidOperandID } |
| typedef const void * | IdentifyTy |
| typedef std::size_t | IdentifyOffsetTy |
| typedef std::size_t | IdentifySizeTy |
| typedef alloc::vector < EmbeddedMachineOperand > ::type | embedded_operand_list |
| typedef embedded_operand_list::iterator | operand_iterator |
| typedef embedded_operand_list::const_iterator | const_operand_iterator |
Static Public Member Functions inherited from cacao::jit::compiler2::memory::ManagerMixin< MachineOperand > | |
| 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::MachineOperand | |
| embedded_operand_list | embedded_operands |
| TODO describe. More... | |
This represents a machine register usage.
It consists of a reference to the physical register and a type. This abstraction is needed because registers can be used several times with different types, e.g. x0 and w0
Definition at line 66 of file Aarch64Register.hpp.
| cacao::jit::compiler2::aarch64::NativeRegister::NativeRegister | ( | Type::TypeID | type, |
| Aarch64Register * | reg | ||
| ) |
Definition at line 32 of file Aarch64Register.cpp.
|
inline |
Definition at line 76 of file Aarch64Register.hpp.
|
inlinevirtual |
Reimplemented from cacao::jit::compiler2::MachineOperand.
Definition at line 79 of file Aarch64Register.hpp.
|
inlinevirtual |
Reimplemented from cacao::jit::compiler2::MachineOperand.
Definition at line 80 of file Aarch64Register.hpp.
|
inlinevirtual |
Reimplemented from cacao::jit::compiler2::MachineOperand.
Definition at line 81 of file Aarch64Register.hpp.
|
inlinevirtual |
Implements cacao::jit::compiler2::MachineRegister.
Definition at line 73 of file Aarch64Register.hpp.
|
private |
Definition at line 69 of file Aarch64Register.hpp.
|
private |
Definition at line 68 of file Aarch64Register.hpp.
1.8.5