Lines Matching full:smull2
4104 COMPARE(Smull2(v2.V4S(), v3.V8H(), v4.H(), 7),
4105 "smull2 v2.4s, v3.8h, v4.h[7]");
4107 COMPARE(Smull2(v2.V2D(), v3.V4S(), v4.S(), 3),
4108 "smull2 v2.2d, v3.4s, v4.s[3]");
4398 COMPARE(Smull2(v0.TA, v1.TB, v2.TB), \
4399 "smull2 v0." TAS ", v1." TBS ", v2." TBS);