/external/vixl/src/aarch32/ |
D | assembler-aarch32.cc | 116 if (forward.IsUsingT32()) { in EncodeLabelFor() 1807 if (IsUsingT32()) { in adc() 1833 if (IsUsingT32()) { in adc() 1845 if (IsUsingT32()) { in adc() 1895 if (IsUsingT32()) { in adcs() 1921 if (IsUsingT32()) { in adcs() 1933 if (IsUsingT32()) { in adcs() 1983 if (IsUsingT32()) { in add() 2094 if (IsUsingT32()) { in add() 2132 if (IsUsingT32()) { in add() [all …]
|
D | label-aarch32.h | 88 return IsUsingT32() ? kT32PcDelta : kA32PcDelta; in GetStatePCOffset() 92 bool IsUsingT32() const { return false; } in IsUsingT32() function 94 bool IsUsingT32() const { return true; } in IsUsingT32() function 96 bool IsUsingT32() const { return isa_ == T32; } in IsUsingT32() function 108 ((IsUsingT32() && !IsBranch()) ? AlignDown(pc, 4) : pc); in GetCheckpoint() 190 bool IsUsingT32() const { in IsUsingT32() function
|
D | macro-assembler-aarch32.cc | 508 if (IsUsingT32()) { in HandleOutOfBoundsImmediate() 529 if ((last_reference != NULL) && last_reference->IsUsingT32()) { in PadToMinimumBranchRange() 582 if (IsUsingT32()) { in MemOperandComputationHelper() 624 if (IsUsingT32() && (addrmode == Offset)) { in GetOffsetMask() 996 if (IsUsingT32() && operand.IsRegisterShiftedRegister()) { in Delegate() 1115 if (IsUsingT32() && operand.IsRegisterShiftedRegister()) { in Delegate() 1157 if (IsUsingT32() && ((type == kRsc) || (type == kRscs))) { in Delegate() 1311 if (IsUsingT32() && operand.IsRegisterShiftedRegister()) { in Delegate() 1350 if (IsUsingT32()) { in Delegate() 1425 uint32_t mask = ((trailing_zeroes < 4) && IsUsingT32()) in Delegate() [all …]
|
D | macro-assembler-aarch32.h | 193 if (!cond_.Is(al) && masm->IsUsingT32()) { in masm_() 221 VIXL_ASSERT(masm_->IsUsingT32()); in ~ITScope() 226 } else if (masm_->IsUsingT32() && !cond_.Is(al)) { in ~ITScope() 598 return IsUsingT32() ? ImmediateT32::IsImmediateT32(imm) in IsModifiedImmediate() 1112 bool setflags_is_smaller = IsUsingT32() && cond.Is(al) && rd.IsLow() && in Adc() 1197 IsUsingT32() && cond.Is(al) && in Add() 1290 bool setflags_is_smaller = IsUsingT32() && cond.Is(al) && rd.IsLow() && in And() 1356 IsUsingT32() && cond.Is(al) && rd.IsLow() && rm.IsLow() && in Asr() 1481 bool setflags_is_smaller = IsUsingT32() && cond.Is(al) && rd.IsLow() && in Bic() 1785 bool setflags_is_smaller = IsUsingT32() && cond.Is(al) && rd.IsLow() && in Eor() [all …]
|
/external/vixl/examples/aarch32/ |
D | examples.h | 67 if (entry_point.IsUsingT32()) location += 1; in GetEntryPoint()
|
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 162 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \ 214 if (masm.IsUsingT32()) { \ 699 if (masm.IsUsingT32()) { in TEST() 710 if (masm.IsUsingT32()) { in TEST() 722 if (masm.IsUsingT32()) { in TEST() 2266 const int margin = masm.IsUsingT32() ? 4 : 0; in TEST() 3013 VIXL_CHECK(!assm.IsUsingT32()); in CheckInstructionSetA32() 3020 VIXL_CHECK(assm.IsUsingT32()); in CheckInstructionSetT32() 3641 VIXL_ASSERT(masm.IsUsingT32()); in TEST_T32() 3716 VIXL_ASSERT(masm.IsUsingT32()); in TEST_T32() [all …]
|
D | test-disasm-a32.cc | 76 if (masm.IsUsingT32()) { \ 90 masm.IsUsingT32() ? "T32" : "A32", \ 107 masm.IsUsingT32() ? "T32" : "A32", \ 123 if (masm.IsUsingT32()) { \ 137 masm.IsUsingT32() ? "T32" : "A32", \ 197 if (masm.IsUsingT32()) { \ 211 masm.IsUsingT32() ? "T32" : "A32"); \ 227 masm.IsUsingT32() ? "T32" : "A32"); \ 233 masm.IsUsingT32() ? "T32" : "A32", \
|
D | test-simulator-rd-rn-rm-a32.cc | 101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|
D | test-simulator-rd-rn-rm-t32.cc | 101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|
D | test-simulator-cond-rd-rn-operand-imm12-t32.cc | 101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|
D | test-simulator-cond-rd-operand-imm16-t32.cc | 101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|
D | test-simulator-cond-rd-operand-const-a32.cc | 101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|
D | test-simulator-cond-rd-operand-const-t32.cc | 101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|
D | test-simulator-cond-rd-operand-rn-a32.cc | 101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|
D | test-simulator-cond-rd-operand-rn-ror-amount-a32.cc | 101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|
D | test-simulator-cond-rd-operand-rn-t32.cc | 101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|
D | test-simulator-cond-rd-operand-rn-ror-amount-t32.cc | 101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|
D | test-simulator-cond-rdlow-rnlow-rmlow-t32.cc | 101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|
D | test-simulator-cond-rd-rn-rm-a32-q.cc | 101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|
D | test-simulator-cond-rd-rn-rm-a32-sel.cc | 101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|
D | test-simulator-cond-rd-rn-rm-t32-q.cc | 101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|
D | test-simulator-cond-rd-rn-rm-t32-sel.cc | 101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|
D | test-simulator-cond-rd-rn-rm-t32-ge.cc | 101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|
/external/vixl/test/aarch32/config/ |
D | template-macro-assembler-aarch32.cc.in | 145 if (masm.IsUsingT32()) {
|
D | template-simulator-aarch32.cc.in | 98 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
|