Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc319 if (IsUsingA32() || (addrmode == Offset)) { in GetOffsetMask()
338 if (IsUsingA32()) { in GetOffsetMask()
749 VIXL_ASSERT(IsUsingA32() || cond.Is(al)); in Delegate()
762 if (IsUsingA32() || !rn.IsPC()) { in Delegate()
783 if (IsUsingA32() || !rn.IsPC()) { in Delegate()
909 if (IsUsingA32() && ((type == kOrn) || (type == kOrns))) { in Delegate()
1123 (IsUsingA32() || (!rd.IsPC() && !rn.IsPC()))) { in Delegate()
1218 if (IsUsingA32()) { in Delegate()
1912 if (IsUsingA32()) { in Delegate()
Dassembler-aarch32.cc68 VIXL_ASSERT(IsUsingA32() || condition.Is(al)); in PerformCheckIT()
74 if (IsUsingA32()) AdvanceIT(); in PerformCheckIT()
1996 if (IsUsingA32()) { in adc()
2084 if (IsUsingA32()) { in adcs()
2301 if (IsUsingA32()) { in add()
2470 if (IsUsingA32()) { in adds()
2768 if (IsUsingA32()) { in and_()
2856 if (IsUsingA32()) { in ands()
3323 if (IsUsingA32()) { in bic()
3411 if (IsUsingA32()) { in bics()
[all …]
Dassembler-aarch32.h172 bool IsUsingA32() const { return GetInstructionSetInUse() == A32; } in IsUsingA32() function
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc668 if (masm.IsUsingA32()) { in TEST()
1176 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; in TEST()
1225 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; in TEST()
1259 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; in EmitReusedLoadLiteralStressTest()
1261 const int nop_size = masm.IsUsingA32() ? 4 : 2; in EmitReusedLoadLiteralStressTest()
1458 const int ldrd_range = masm->IsUsingA32() ? 255 : 1020; in EmitLdrdLiteralTest()
1520 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; in TEST()
1564 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; in TEST()
1625 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; in EmitLdrdLiteralStressTest()
2012 ((masm.IsUsingA32()) ? test_case.a32_range : test_case.t32_range); in GenerateLdrLiteralRangeTest()
[all …]