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 70 CHECK(IsDRegister());
112 bool IsDRegister() const {
129 return IsDRegister() || IsSRegister();
137 (IsDRegister() && test.IsDRegister()) ||
  /art/compiler/utils/arm/
managed_register_arm.h 99 CHECK(IsDRegister());
148 bool IsDRegister() const {
173 (IsDRegister() && test.IsDRegister()) ||
242 if ((kNumberOfDAllocIds > 0) && IsDRegister()) { // VFPv3-D32 only.
  /art/compiler/utils/mips/
managed_register_mips.h 101 CHECK(IsDRegister());
140 bool IsDRegister() const {

Completed in 484 milliseconds