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

  /art/runtime/arch/x86_64/
registers_x86_64.h 64 XMM12 = 12,
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 133 callee_save_regs_.push_back(X86_64ManagedRegister::FromXmmRegister(XMM12));
145 return 1 << XMM12 | 1 << XMM13 | 1 << XMM14 | 1 << XMM15;
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 229 ENTRY(XMM12) \

Completed in 42 milliseconds