Home | History | Annotate | Download | only in X86

Lines Matching full: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
54 define i64 @shl64(i64 %x, i64 %shamt) nounwind uwtable readnone {
56 %shl = shl i64 %x, %shamt
72 define i64 @shl64p(i64* %p, i64 %shamt) nounwind uwtable readnone {
75 %shl = shl i64 %x, %shamt
92 define i32 @lshr32(i32 %x, i32 %shamt) nounwind uwtable readnone {
94 %shl = lshr i32 %x, %shamt
104 define i32 @lshr32p(i32* %p, i32 %shamt) nounwind uwtable readnone {
107 %shl = lshr i32 %x, %shamt
117 define i64 @lshr64(i64 %x, i64 %shamt) nounwind uwtable readnone {
119 %shl = lshr i64 %x, %shamt
126 define i64 @lshr64p(i64* %p, i64 %shamt) nounwind uwtable readnone {
129 %shl = lshr i64 %x, %shamt
136 define i32 @ashr32(i32 %x, i32 %shamt) nounwind uwtable readnone {
138 %shl = ashr i32 %x, %shamt
148 define i32 @ashr32p(i32* %p, i32 %shamt) nounwind uwtable readnone {
151 %shl = ashr i32 %x, %shamt
161 define i64 @ashr64(i64 %x, i64 %shamt) nounwind uwtable readnone {
163 %shl = ashr i64 %x, %shamt
170 define i64 @ashr64p(i64* %p, i64 %shamt) nounwind uwtable readnone {
173 %shl = ashr i64 %x, %shamt