Searched refs:XMM15 (Results 1 - 4 of 4) sorted by relevance

/art/runtime/arch/x86_64/
H A Dregisters_x86_64.cc38 if (rhs >= XMM0 && rhs <= XMM15) {
H A Dregisters_x86_64.h67 XMM15 = 15, enumerator in enum:art::x86_64::FloatRegister
H A Dquick_method_frame_info_x86_64.h39 (1 << art::x86_64::XMM14) | (1 << art::x86_64::XMM15);
/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.cc136 callee_save_regs_.push_back(X86_64ManagedRegister::FromXmmRegister(XMM15));
145 return 1 << XMM12 | 1 << XMM13 | 1 << XMM14 | 1 << XMM15;

Completed in 101 milliseconds