Searched refs:XMM2 (Results 1 – 9 of 9) sorted by relevance
/art/runtime/arch/x86/ |
D | callee_save_frame_x86.h | 42 (1 << art::x86::XMM2) | (1 << art::x86::XMM3); 45 (1 << art::x86::XMM2) | (1 << art::x86::XMM3) |
|
D | registers_x86.h | 45 XMM2 = 2, enumerator
|
/art/runtime/arch/x86_64/ |
D | registers_x86_64.h | 53 XMM2 = 2, enumerator
|
D | callee_save_frame_x86_64.h | 45 (1 << art::x86_64::XMM0) | (1 << art::x86_64::XMM1) | (1 << art::x86_64::XMM2) | 53 (1 << art::x86_64::XMM2) | (1 << art::x86_64::XMM3) |
|
D | context_x86_64.cc | 77 fprs_[XMM2] = nullptr; in SmashCallerSaves()
|
/art/compiler/optimizing/ |
D | code_generator_x86.h | 40 static constexpr XmmRegister kParameterFpuRegisters[] = { XMM0, XMM1, XMM2, XMM3 }; 46 static constexpr XmmRegister kRuntimeParameterFpuRegisters[] = { XMM0, XMM1, XMM2, XMM3 };
|
D | code_generator_x86_64.h | 38 { XMM0, XMM1, XMM2, XMM3, XMM4, XMM5, XMM6, XMM7 };
|
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 129 new x86::XmmRegister(x86::XMM2), in SetUpHelpers()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64_test.cc | 272 fp_registers_.push_back(new x86_64::XmmRegister(x86_64::XMM2)); in SetUpHelpers()
|