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

  /art/runtime/arch/x86_64/
registers_x86_64.h 65 XMM13 = 13,
quick_method_frame_info_x86_64.h 38 (1 << art::x86_64::XMM12) | (1 << art::x86_64::XMM13) |
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 134 callee_save_regs_.push_back(X86_64ManagedRegister::FromXmmRegister(XMM13));
145 return 1 << XMM12 | 1 << XMM13 | 1 << XMM14 | 1 << XMM15;
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 230 ENTRY(XMM13) \

Completed in 681 milliseconds