HomeSort by relevance Sort by last modified time
    Searched refs:NeedsRex (Results 1 - 4 of 4) sorted by null

  /art/compiler/utils/x86_64/
constants_x86_64.h 40 bool NeedsRex() const {
57 bool NeedsRex() const {
assembler_x86_64.cc     [all...]
assembler_x86_64.h 102 && (reg.NeedsRex() == ((rex_ & 1) != 0)); // REX.000B bits match.
111 if (rm.NeedsRex()) {
121 if (base.NeedsRex()) {
124 if (index.NeedsRex()) {
  /art/compiler/dex/quick/x86/
assemble_x86.cc     [all...]

Completed in 114 milliseconds