Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dlocations.h449 static RegisterSet AllFpu() { return RegisterSet(0, -1); } in AllFpu() function
H A Dcode_generator_arm64.cc6179 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
H A Dcode_generator_x86_64.cc5889 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
H A Dcode_generator_x86.cc6720 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()