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

  /external/vixl/src/aarch32/
location-aarch32.h 95 bool IsUsingT32() const { return false; }
97 bool IsUsingT32() const { return true; }
99 bool IsUsingT32() const { return isa_ == T32; }
assembler-aarch32.h 171 bool IsUsingT32() const { return GetInstructionSetInUse() == T32; }
195 uint32_t GetArchitectureStatePCOffset() const { return IsUsingT32() ? 4 : 8; }
    [all...]

Completed in 69 milliseconds