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 64 CHECK(IsFpuRegister());
88 constexpr bool IsFpuRegister() const {
  /art/compiler/optimizing/
locations.h 149 bool IsFpuRegister() const {
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 83 milliseconds