Home | History | Annotate | Download | only in test

Lines Matching refs:Umull

483   COMPARE(umull(x0, w1, w2), "umull x0, w1, w2");
484 COMPARE(umull(x30, w21, w22), "umull x30, w21, w22");
4099 COMPARE(Umull(v0.V4S(), v1.V4H(), v2.H(), 0), "umull v0.4s, v1.4h, v2.h[0]");
4102 COMPARE(Umull(v0.V2D(), v1.V2S(), v2.S(), 0), "umull v0.2d, v1.2s, v2.s[0]");
4393 COMPARE(Umull(v0.TA, v1.TB, v2.TB), "umull v0." TAS ", v1." TBS ", v2." TBS);