Searched defs:IsFpuRegisterPair (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dlocations.h150 bool IsFpuRegisterPair() const { function in class:art::Location
155 return IsRegister() || IsFpuRegister() || IsRegisterPair() || IsFpuRegisterPair();
199 DCHECK(IsFpuRegisterPair());
205 DCHECK(IsFpuRegisterPair());
210 return IsRegisterPair() || IsFpuRegisterPair();
216 } else if (IsFpuRegisterPair()) {
227 } else if (IsFpuRegisterPair()) {

Completed in 42 milliseconds