getBitSize(void) const | triton::arch::OperandWrapper | |
getConstImmediate(void) const | triton::arch::OperandWrapper | |
getConstMemory(void) const | triton::arch::OperandWrapper | |
getConstRegister(void) const | triton::arch::OperandWrapper | |
getHigh(void) const | triton::arch::OperandWrapper | |
getImmediate(void) | triton::arch::OperandWrapper | |
getLow(void) const | triton::arch::OperandWrapper | |
getMemory(void) | triton::arch::OperandWrapper | |
getRegister(void) | triton::arch::OperandWrapper | |
getSize(void) const | triton::arch::OperandWrapper | |
getType(void) const | triton::arch::OperandWrapper | |
OperandWrapper(const triton::arch::Immediate &imm) | triton::arch::OperandWrapper | |
OperandWrapper(const triton::arch::MemoryAccess &mem) | triton::arch::OperandWrapper | |
OperandWrapper(const triton::arch::Register ®) | triton::arch::OperandWrapper | |
OperandWrapper(const OperandWrapper &other) | triton::arch::OperandWrapper | |
operator!=(const OperandWrapper &other) const | triton::arch::OperandWrapper | |
operator<(const OperandWrapper &other) const | triton::arch::OperandWrapper | |
operator=(const OperandWrapper &other) | triton::arch::OperandWrapper | |
operator==(const OperandWrapper &other) const | triton::arch::OperandWrapper | |
setImmediate(const triton::arch::Immediate &imm) | triton::arch::OperandWrapper | |
setMemory(const triton::arch::MemoryAccess &mem) | triton::arch::OperandWrapper | |
setRegister(const triton::arch::Register ®) | triton::arch::OperandWrapper | |