Lines Matching refs:quot
6 ; quot = n / d
11 ; quot = n / d
18 ; CHECK: div.s32 [[quot:%r[0-9]+]], [[num:%r[0-9]+]], [[den:%r[0-9]+]];
19 %quot = sdiv i32 %n, %d
23 ; O2: mul.lo.s32 [[mul:%r[0-9]+]], [[quot]], [[den]];
27 ; O2: st{{.*}}[[quot]]
28 store i32 %quot, i32* %quot_ret
36 ; CHECK: div.u32 [[quot:%r[0-9]+]], [[num:%r[0-9]+]], [[den:%r[0-9]+]];
37 %quot = udiv i32 %n, %d
44 ; O2: mul.lo.{{u|s}}32 [[mul:%r[0-9]+]], [[quot]], [[den]];
48 ; O2: st{{.*}}[[quot]]
49 store i32 %quot, i32* %quot_ret
61 %quot = udiv i32 %n, %d
63 store i32 %quot, i32* %quot_ret
72 %quot = sdiv i32 %n, %d
74 store i32 %quot, i32* %quot_ret
85 %quot = sdiv i32 %n, %d
87 store i32 %quot, i32* %quot_ret
96 %quot = sdiv i32 %n1, %d
98 store i32 %quot, i32* %quot_ret
107 %quot = sdiv i32 %n, %d1
109 store i32 %quot, i32* %quot_ret