Home | History | Annotate | Download | only in PowerPC

Lines Matching full:i16

22 define i16* @test2(i16* %X, i32* %dest) nounwind {
23 %Y = getelementptr i16* %X, i32 4
24 %A = load i16* %Y
25 %B = sext i16 %A to i32
27 ret i16* %Y
30 define i16* @test3(i16* %X, i32* %dest) nounwind {
31 %Y = getelementptr i16* %X, i32 4
32 %A = load i16* %Y
33 %B = zext i16 %A to i32
35 ret i16* %Y
38 define i16* @test3a(i16* %X, i64* %dest) nounwind {
39 %Y = getelementptr i16* %X, i32 4
40 %A = load i16* %Y
41 %B = sext i16 %A to i64
43 ret i16* %Y
53 define i16* @test5(i16* %X) nounwind {
54 %Y = getelementptr i16* %X, i32 4
55 store i16 7, i16* %Y
56 ret i16* %Y