Searched refs:XMM3 (Results 1 – 9 of 9) sorted by relevance
/art/runtime/arch/x86/ |
D | registers_x86.h | 46 XMM3 = 3, enumerator
|
D | callee_save_frame_x86.h | 42 (1 << art::x86::XMM2) | (1 << art::x86::XMM3); 45 (1 << art::x86::XMM2) | (1 << art::x86::XMM3) |
|
/art/runtime/arch/x86_64/ |
D | registers_x86_64.h | 54 XMM3 = 3, enumerator
|
D | callee_save_frame_x86_64.h | 46 (1 << art::x86_64::XMM3) | (1 << art::x86_64::XMM4) | (1 << art::x86_64::XMM5) | 53 (1 << art::x86_64::XMM2) | (1 << art::x86_64::XMM3) |
|
D | context_x86_64.cc | 78 fprs_[XMM3] = 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 | 112 new x86::XmmRegister(x86::XMM3), in SetUpHelpers()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64_test.cc | 278 fp_registers_.push_back(new x86_64::XmmRegister(x86_64::XMM3)); in SetUpHelpers()
|