Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h436 static RegisterSet AllFpu() { return RegisterSet(0, -1); } in AllFpu() function
Dcode_generator_arm64.cc5630 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_x86_64.cc5179 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_x86.cc5726 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()