Home
last modified time | relevance | path

Searched refs:XMM13 (Results 1 – 3 of 3) sorted by relevance

/art/runtime/arch/x86_64/
Dregisters_x86_64.h65 XMM13 = 13, enumerator
Dquick_method_frame_info_x86_64.h38 (1 << art::x86_64::XMM12) | (1 << art::x86_64::XMM13) |
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc134 callee_save_regs_.push_back(X86_64ManagedRegister::FromXmmRegister(XMM13)); in X86_64JniCallingConvention()
145 return 1 << XMM12 | 1 << XMM13 | 1 << XMM14 | 1 << XMM15; in FpSpillMask()