Home
last modified time | relevance | path

Searched refs:IsUsingT32 (Results 1 – 25 of 62) sorted by relevance

123

/external/vixl/src/aarch32/
Dassembler-aarch32.cc1932 if (IsUsingT32()) { in adc()
1958 if (IsUsingT32()) { in adc()
1970 if (IsUsingT32()) { in adc()
2020 if (IsUsingT32()) { in adcs()
2046 if (IsUsingT32()) { in adcs()
2058 if (IsUsingT32()) { in adcs()
2108 if (IsUsingT32()) { in add()
2219 if (IsUsingT32()) { in add()
2257 if (IsUsingT32()) { in add()
2321 if (IsUsingT32()) { in add()
[all …]
Dlocation-aarch32.h95 bool IsUsingT32() const { return false; } in IsUsingT32() function
97 bool IsUsingT32() const { return true; } in IsUsingT32() function
99 bool IsUsingT32() const { return isa_ == T32; } in IsUsingT32() function
Dlocation-aarch32.cc62 if (encoder->IsUsingT32()) { in EncodeLocationFor()
91 int32_t from = instr_location + (op.IsUsingT32() ? kT32PcDelta : kA32PcDelta); in AddForwardRef()
Dmacro-assembler-aarch32.cc231 if (IsUsingT32()) { in HandleOutOfBoundsImmediate()
286 if (IsUsingT32()) { in MemOperandComputationHelper()
328 if (IsUsingT32() && (addrmode == Offset)) { in GetOffsetMask()
700 if (IsUsingT32() && operand.IsRegisterShiftedRegister()) { in Delegate()
819 if (IsUsingT32() && operand.IsRegisterShiftedRegister()) { in Delegate()
861 if (IsUsingT32() && ((type == kRsc) || (type == kRscs))) { in Delegate()
1015 if (IsUsingT32() && operand.IsRegisterShiftedRegister()) { in Delegate()
1054 if (IsUsingT32()) { in Delegate()
1129 uint32_t mask = ((trailing_zeroes < 4) && IsUsingT32()) in Delegate()
1804 if (IsUsingT32()) { in Delegate()
Dmacro-assembler-aarch32.h79 if (IsUsingT32()) { in EmitPoolHeader()
105 int nop_size = IsUsingT32() ? k16BitT32InstructionSizeInBytes in EmitNopBytes()
193 if (!cond_.Is(al) && masm->IsUsingT32()) { in masm_()
218 VIXL_ASSERT(masm_->IsUsingT32()); in ~ITScope()
223 } else if (masm_->IsUsingT32() && !cond_.Is(al)) { in ~ITScope()
385 return IsUsingT32() ? ImmediateT32::IsImmediateT32(imm) in IsModifiedImmediate()
396 if (IsUsingT32()) { in BindHelper()
437 from += IsUsingT32() ? kT32PcDelta : kA32PcDelta;
1019 bool setflags_is_smaller = IsUsingT32() && cond.Is(al) && rd.IsLow() && in Adc()
1104 IsUsingT32() && cond.Is(al) && in Add()
[all …]
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc167 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
217 if (masm.IsUsingT32()) { \
689 if (masm.IsUsingT32()) { in TEST()
700 if (masm.IsUsingT32()) { in TEST()
712 if (masm.IsUsingT32()) { in TEST()
2251 const int margin = masm.IsUsingT32() ? 4 : 0; in TEST()
3105 VIXL_CHECK(!assm.IsUsingT32()); in CheckInstructionSetA32()
3112 VIXL_CHECK(assm.IsUsingT32()); in CheckInstructionSetT32()
4010 VIXL_ASSERT(masm.IsUsingT32()); in TEST_T32()
4083 VIXL_ASSERT(masm.IsUsingT32()); in TEST_T32()
[all …]
Dtest-disasm-a32.cc76 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", \
Dtest-simulator-rd-rn-rm-t32.cc101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
Dtest-simulator-rd-rn-rm-a32.cc101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
Dtest-simulator-cond-rd-rn-operand-imm12-t32.cc101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
Dtest-simulator-cond-rd-operand-const-a32.cc101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
Dtest-simulator-cond-rd-operand-imm16-t32.cc101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
Dtest-simulator-cond-rd-operand-const-t32.cc101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
Dtest-simulator-cond-rd-operand-rn-ror-amount-a32.cc101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
Dtest-simulator-cond-rd-operand-rn-t32.cc101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
Dtest-simulator-cond-rd-operand-rn-a32.cc101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
Dtest-simulator-cond-rd-operand-rn-ror-amount-t32.cc101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
Dtest-simulator-cond-rd-rn-rm-sel-t32.cc101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
Dtest-simulator-cond-rdlow-rnlow-rmlow-t32.cc101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
Dtest-simulator-cond-rd-rn-rm-sel-a32.cc101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
Dtest-simulator-cond-rd-rn-rm-q-t32.cc101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
Dtest-simulator-cond-rd-rn-rm-q-a32.cc101 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \
/external/vixl/test/aarch32/config/
Dtemplate-assembler-negative-aarch32.cc.in101 masm.IsUsingT32() ? "T32" : "A32");
Dtemplate-macro-assembler-aarch32.cc.in145 if (masm.IsUsingT32()) {
Dtemplate-simulator-aarch32.cc.in98 int pcs_offset = masm.IsUsingT32() ? 1 : 0; \

123