8#ifndef TRITON_IMMEDIATE_HPP
9#define TRITON_IMMEDIATE_HPP
This class is used to deal with registers and memory as bits vector.
This class is used to represent specific properties of an Arm operand.
bool operator==(const Immediate &imm1, const Immediate &imm2)
Compares two Immediate.
std::ostream & operator<<(std::ostream &stream, BasicBlock &block)
Displays an BasicBlock.
bool operator!=(const Immediate &imm1, const Immediate &imm2)
Compares two Immediate.
bool operator<(const Immediate &imm1, const Immediate &imm2)
Compares two Immediate (needed for std::map)
std::uint64_t uint64
unisgned 64-bits
std::uint32_t uint32
unisgned 32-bits