Searched refs:AllowUnpredictable (Results 1 – 3 of 3) sorted by relevance
1936 ((!rd.IsPC() && !rn.IsPC()) || AllowUnpredictable())) { in adc()1973 ((!rd.IsPC() && !rn.IsPC() && !rm.IsPC()) || AllowUnpredictable())) { in adc()2000 AllowUnpredictable())) { in adc()2024 ((!rd.IsPC() && !rn.IsPC()) || AllowUnpredictable())) { in adcs()2061 ((!rd.IsPC() && !rn.IsPC() && !rm.IsPC()) || AllowUnpredictable())) { in adcs()2088 AllowUnpredictable())) { in adcs()2150 (!rd.IsPC() || AllowUnpredictable())) { in add()2158 ((!rd.IsPC() && !rn.IsPC()) || AllowUnpredictable())) { in add()2168 (!rd.IsPC() || AllowUnpredictable())) { in add()2176 (!rd.IsPC() || AllowUnpredictable())) { in add()[all …]
6150 virtual bool AllowUnpredictable() { return allow_unpredictable_; } in AllowUnpredictable() function
10825 virtual bool AllowUnpredictable() VIXL_OVERRIDE { in AllowUnpredictable() function