Home
last modified time | relevance | path

Searched refs:XMM2 (Results 1 – 8 of 8) sorted by relevance

/art/runtime/arch/x86/
Dquick_method_frame_info_x86.h33 XMM2 = 2, enumerator
52 (1 << art::x86::XMM2) | (1 << art::x86::XMM3);
55 (1 << art::x86::XMM2) | (1 << art::x86::XMM3) |
/art/runtime/arch/x86_64/
Dregisters_x86_64.h56 XMM2 = 2, enumerator
Dquick_method_frame_info_x86_64.h44 (1 << art::x86_64::XMM0) | (1 << art::x86_64::XMM1) | (1 << art::x86_64::XMM2) |
52 (1 << art::x86_64::XMM2) | (1 << art::x86_64::XMM3) |
Dcontext_x86_64.cc77 fprs_[XMM2] = nullptr; in SmashCallerSaves()
/art/compiler/utils/x86/
Dconstants_x86.h47 XMM2 = 2, enumerator
Dassembler_x86_test.cc110 new x86::XmmRegister(x86::XMM2), in SetUpHelpers()
/art/compiler/optimizing/
Dcode_generator_x86.h40 static constexpr XmmRegister kParameterFpuRegisters[] = { XMM0, XMM1, XMM2, XMM3 };
46 static constexpr XmmRegister kRuntimeParameterFpuRegisters[] = { XMM0, XMM1, XMM2, XMM3 };
Dcode_generator_x86_64.h38 { XMM0, XMM1, XMM2, XMM3, XMM4, XMM5, XMM6, XMM7 };