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

/art/compiler/utils/x86_64/
H A Dconstants_x86_64.h40 bool NeedsRex() const { function in class:art::x86_64::CpuRegister
57 bool NeedsRex() const { function in class:art::x86_64::XmmRegister
/art/compiler/dex/quick/x86/
H A Dassemble_x86.cc533 static bool NeedsRex(int32_t raw_reg) { function in namespace:art
629 bool registers_need_rex_prefix = NeedsRex(raw_reg) || NeedsRex(raw_index) || NeedsRex(raw_base);
746 return ((entry->skeleton.prefix1 != 0 || NeedsRex(lir->operands[0])) ? 1 : 0) + 1 +
801 if (NeedsRex(lir->operands[0])) {
888 bool r = NeedsRex(raw_reg_r);
889 bool x = NeedsRex(raw_reg_x);
890 bool b = NeedsRex(raw_reg_b);

Completed in 16 milliseconds