Lines Matching refs:shamt
4 define i32 @shl32(i32 %x, i32 %shamt) nounwind uwtable readnone {
6 %shl = shl i32 %x, %shamt
28 define i32 @shl32p(i32* %p, i32 %shamt) nounwind uwtable readnone {
31 %shl = shl i32 %x, %shamt
55 define i64 @shl64(i64 %x, i64 %shamt) nounwind uwtable readnone {
57 %shl = shl i64 %x, %shamt
73 define i64 @shl64p(i64* %p, i64 %shamt) nounwind uwtable readnone {
76 %shl = shl i64 %x, %shamt
93 define i32 @lshr32(i32 %x, i32 %shamt) nounwind uwtable readnone {
95 %shl = lshr i32 %x, %shamt
105 define i32 @lshr32p(i32* %p, i32 %shamt) nounwind uwtable readnone {
108 %shl = lshr i32 %x, %shamt
119 define i64 @lshr64(i64 %x, i64 %shamt) nounwind uwtable readnone {
121 %shl = lshr i64 %x, %shamt
128 define i64 @lshr64p(i64* %p, i64 %shamt) nounwind uwtable readnone {
131 %shl = lshr i64 %x, %shamt
138 define i32 @ashr32(i32 %x, i32 %shamt) nounwind uwtable readnone {
140 %shl = ashr i32 %x, %shamt
150 define i32 @ashr32p(i32* %p, i32 %shamt) nounwind uwtable readnone {
153 %shl = ashr i32 %x, %shamt
164 define i64 @ashr64(i64 %x, i64 %shamt) nounwind uwtable readnone {
166 %shl = ashr i64 %x, %shamt
173 define i64 @ashr64p(i64* %p, i64 %shamt) nounwind uwtable readnone {
176 %shl = ashr i64 %x, %shamt