Home | History | Annotate | Download | only in a64

Lines Matching defs:al

179   al = 14,
180 nv = 15 // Behaves as always/al.
184 // Conditions al and nv behave identically, as "always true". They can't be
186 VIXL_ASSERT((cond != al) && (cond != nv));