Searched defs:rex_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h80 return rex_;
98 && (reg.NeedsRex() == ((rex_ & 1) != 0)); // REX.000B bits match.
107 Operand() : rex_(0), length_(0), fixup_(nullptr) { }
112 rex_ |= 0x41; // REX.000B
122 rex_ |= 0x41; // REX.000B
125 rex_ |= 0x42; // REX.00X0
149 uint8_t rex_; member in class:art::x86_64::Operand
154 explicit Operand(CpuRegister reg) : rex_(0), length_(0), fixup_(nullptr) { SetModRM(3, reg); }

Completed in 95 milliseconds