Home
last modified time | relevance | path

Searched refs:IsUsingA32 (Results 1 – 4 of 4) sorted by relevance

/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc678 if (masm.IsUsingA32()) { in TEST()
1163 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; in TEST()
1213 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; in TEST()
1250 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; in EmitReusedLoadLiteralStressTest()
1252 const int nop_size = masm.IsUsingA32() ? 4 : 2; in EmitReusedLoadLiteralStressTest()
1458 const int ldrd_range = masm->IsUsingA32() ? 255 : 1020; in EmitLdrdLiteralTest()
1516 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; in TEST()
1559 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; in TEST()
1621 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; in EmitLdrdLiteralStressTest()
2022 ((masm.IsUsingA32()) ? test.a32_range : test.t32_range); in GenerateLdrLiteralRangeTest()
[all …]
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc615 if (IsUsingA32() || (addrmode == Offset)) { in GetOffsetMask()
634 if (IsUsingA32()) { in GetOffsetMask()
1045 VIXL_ASSERT(IsUsingA32() || cond.Is(al)); in Delegate()
1058 if (IsUsingA32() || !rn.IsPC()) { in Delegate()
1079 if (IsUsingA32() || !rn.IsPC()) { in Delegate()
1205 if (IsUsingA32() && ((type == kOrn) || (type == kOrns))) { in Delegate()
1419 (IsUsingA32() || (!rd.IsPC() && !rn.IsPC()))) { in Delegate()
1514 if (IsUsingA32()) { in Delegate()
2208 if (IsUsingA32()) { in Delegate()
Dassembler-aarch32.cc68 VIXL_ASSERT(IsUsingA32() || condition.Is(al)); in PerformCheckIT()
76 if (IsUsingA32()) AdvanceIT(); in PerformCheckIT()
1870 if (IsUsingA32()) { in adc()
1958 if (IsUsingA32()) { in adcs()
2175 if (IsUsingA32()) { in add()
2344 if (IsUsingA32()) { in adds()
2598 if (IsUsingA32()) { in and_()
2682 if (IsUsingA32()) { in ands()
3095 if (IsUsingA32()) { in bic()
3179 if (IsUsingA32()) { in bics()
[all …]
Dassembler-aarch32.h168 bool IsUsingA32() const { return GetInstructionSetInUse() == A32; } in IsUsingA32() function