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

  /external/vixl/src/aarch32/
label-aarch32.h 88 return IsUsingT32() ? kT32PcDelta : kA32PcDelta;
92 bool IsUsingT32() const { return false; }
94 bool IsUsingT32() const { return true; }
96 bool IsUsingT32() const { return isa_ == T32; }
108 ((IsUsingT32() && !IsBranch()) ? AlignDown(pc, 4) : pc);
190 bool IsUsingT32() const {
assembler-aarch32.h 167 bool IsUsingT32() const { return GetInstructionSetInUse() == T32; }
176 VIXL_ASSERT(IsUsingT32());
195 uint32_t GetArchitectureStatePCOffset() const { return IsUsingT32() ? 4 : 8; }
    [all...]

Completed in 58 milliseconds