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

  /art/compiler/utils/arm64/
managed_register_arm64.h 69 CHECK(IsDRegister());
113 bool IsDRegister() const {
131 return IsDRegister() || IsSRegister();
139 (IsDRegister() && test.IsDRegister()) ||
  /art/compiler/utils/arm/
managed_register_arm.h 98 CHECK(IsDRegister());
147 bool IsDRegister() const {
172 (IsDRegister() && test.IsDRegister()) ||
241 if ((kNumberOfDAllocIds > 0) && IsDRegister()) { // VFPv3-D32 only.
  /art/compiler/utils/mips/
managed_register_mips.h 100 CHECK(IsDRegister());
139 bool IsDRegister() const {

Completed in 58 milliseconds