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

/art/compiler/utils/mips64/
H A Dmanaged_register_mips64.h64 CHECK(IsFpuRegister());
88 constexpr bool IsFpuRegister() const { function in class:art::mips64::Mips64ManagedRegister
/art/compiler/optimizing/
H A Dlocations.h149 bool IsFpuRegister() const { function in class:art::Location
162 return IsRegister() || IsFpuRegister() || IsRegisterPair() || IsFpuRegisterPair();
166 DCHECK(IsRegister() || IsFpuRegister());
188 DCHECK(IsFpuRegister());
442 DCHECK(loc.IsFpuRegister());
451 DCHECK(loc.IsFpuRegister()) << loc;
653 || input.IsFpuRegister()

Completed in 64 milliseconds