Home | History | Annotate | Download | only in PowerPC

Lines Matching full:i16

11 define <8 x i16> @test_v8i16(<8 x i16>* %X, <8 x i16>* %Y) {
12 %tmp = load <8 x i16>* %X ; <<8 x i16>> [#uses=1]
13 %tmp2 = load <8 x i16>* %Y ; <<8 x i16>> [#uses=1]
14 %tmp3 = mul <8 x i16> %tmp, %tmp2 ; <<8 x i16>> [#uses=1]
15 ret <8 x i16> %tmp3