Home
last modified time | relevance | path

Searched refs:NeedsRex (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/x86_64/
Dconstants_x86_64.h41 constexpr bool NeedsRex() const { in NeedsRex() function
59 constexpr bool NeedsRex() const { in NeedsRex() function
Dassembler_x86_64.h117 && (reg.NeedsRex() == ((rex_ & 1) != 0)); // REX.000B bits match. in IsRegister()
130 if (rm_in.NeedsRex()) { in SetModRM()
140 if (base_in.NeedsRex()) { in SetSIB()
143 if (index_in.NeedsRex()) { in SetSIB()