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());
416 DCHECK(loc.IsFpuRegister());
425 DCHECK(loc.IsFpuRegister()) << loc;
580 || input.IsFpuRegister()

Completed in 82 milliseconds