HomeSort by relevance Sort by last modified time
    Searched defs:IsFpuRegister (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/mips64/
managed_register_mips64.h 48 CHECK(IsFpuRegister());
57 bool IsFpuRegister() const {
  /art/compiler/optimizing/
locations.h 142 bool IsFpuRegister() const {
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 357 milliseconds