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

  /art/compiler/utils/arm64/
managed_register_arm64.h 75 CHECK(IsSRegister());
118 bool IsSRegister() const {
129 return IsDRegister() || IsSRegister();
138 (IsSRegister() && test.IsSRegister());
  /art/compiler/utils/arm/
managed_register_arm.h 94 CHECK(IsSRegister());
142 bool IsSRegister() const {
172 (IsSRegister() && test.IsSRegister()) ||

Completed in 508 milliseconds