Home
last modified time | relevance | path

Searched refs:AllFpu (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dlocations.h456 static RegisterSet AllFpu() { return RegisterSet(0, -1); } in AllFpu() function
Dcode_generator_arm64.cc6500 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_riscv64.cc5230 locations->SetCustomSlowPathCallerSaves(GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : in VisitSuspendCheck()
Dcode_generator_x86_64.cc6312 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_x86.cc6941 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()