Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h449 static RegisterSet AllFpu() { return RegisterSet(0, -1); } in AllFpu() function
Dcode_generator_arm64.cc5965 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_x86_64.cc5758 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_x86.cc6387 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()