Home | History | Annotate | Download | only in PowerPC

Lines Matching full:i16

21 define void @STHBRX(i16 %s, i8* %ptr, i32 %off) {
23 %tmp1.upgrd.3 = bitcast i8* %tmp1 to i16* ; <i16*> [#uses=1]
24 %tmp5 = call i16 @llvm.bswap.i16( i16 %s ) ; <i16> [#uses=1]
25 store i16 %tmp5, i16* %tmp1.upgrd.3
29 define i16 @LHBRX(i8* %ptr, i32 %off) {
31 %tmp1.upgrd.4 = bitcast i8* %tmp1 to i16* ; <i16*> [#uses=1]
32 %tmp = load i16* %tmp1.upgrd.4 ; <i16> [#uses=1]
33 %tmp6 = call i16 @llvm.bswap.i16( i16 %tmp ) ; <i16> [#uses=1]
34 ret i16 %tmp6
39 declare i16 @llvm.bswap.i16(i16)