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 74 CHECK(IsSRegister());
119 bool IsSRegister() const {
131 return IsDRegister() || IsSRegister();
140 (IsSRegister() && test.IsSRegister());
  /art/compiler/utils/arm/
managed_register_arm.h 93 CHECK(IsSRegister());
141 bool IsSRegister() const {
171 (IsSRegister() && test.IsSRegister()) ||

Completed in 367 milliseconds