Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h456 static RegisterSet AllFpu() { return RegisterSet(0, -1); } in AllFpu() function
Dcode_generator_arm64.cc6357 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_x86_64.cc6109 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_x86.cc6774 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()