Home | History | Annotate | Download | only in test

Lines Matching full:umull2

4111   COMPARE(Umull2(v2.V4S(), v3.V8H(), v4.H(), 7),
4112 "umull2 v2.4s, v3.8h, v4.h[7]");
4114 COMPARE(Umull2(v2.V2D(), v3.V4S(), v4.S(), 3),
4115 "umull2 v2.2d, v3.4s, v4.s[3]");
4409 COMPARE(Umull2(v0.TA, v1.TB, v2.TB), \
4410 "umull2 v0." TAS ", v1." TBS ", v2." TBS);