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

/art/compiler/utils/mips64/
H A Dmanaged_register_mips64.h48 CHECK(IsFpuRegister());
57 bool IsFpuRegister() const { function in class:art::mips64::Mips64ManagedRegister
/art/compiler/optimizing/
H A Dlocations.h142 bool IsFpuRegister() const { function in class:art::Location
155 return IsRegister() || IsFpuRegister() || IsRegisterPair() || IsFpuRegisterPair();
159 DCHECK(IsRegister() || IsFpuRegister());
181 DCHECK(IsFpuRegister());
418 DCHECK(loc.IsFpuRegister());
427 DCHECK(loc.IsFpuRegister()) << loc;
583 || input.IsFpuRegister()

Completed in 74 milliseconds