Searched refs:OutsideITBlockAndAlOrLast (Results 1 – 2 of 2) sorted by relevance
2230 (((!rd.IsPC() || OutsideITBlockAndAlOrLast(cond)) && in add()2240 ((!rd.IsPC() || OutsideITBlockAndAlOrLast(cond)) || in add()2335 (((!rd.IsPC() || OutsideITBlockAndAlOrLast(cond)) && in add()3045 if (OutsideITBlockAndAlOrLast(cond) && !size.IsWide() && in b()3098 if (OutsideITBlockAndAlOrLast(cond) && !size.IsNarrow() && in b()3169 if (OutsideITBlockAndAlOrLast(cond) && !size.IsWide() && size.IsNarrow()) { in b_info()3180 if (OutsideITBlockAndAlOrLast(cond) && !size.IsNarrow()) { in b_info()3460 (OutsideITBlockAndAlOrLast(cond) || AllowUnpredictable())) { in bl()3547 (OutsideITBlockAndAlOrLast(cond) || AllowUnpredictable())) { in blx()3627 if (((!rm.IsPC() && OutsideITBlockAndAlOrLast(cond)) || in blx()[all …]
182 bool OutsideITBlockAndAlOrLast(Condition cond) { in OutsideITBlockAndAlOrLast() function