Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h436 static RegisterSet AllFpu() { return RegisterSet(0, -1); } in AllFpu() function
Dcode_generator_arm64.cc5632 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_mips64.cc5951 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_x86_64.cc5180 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_x86.cc5714 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_mips.cc8257 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()