Lines Matching refs:lshift
520 lshift(i2u(resulting_biased_exp), in ldexp_to_arith()
1118 sub(lshift(c1, bits), c1->clone(ir, NULL))); in extract_to_shifts()
1148 rshift(lshift(ir->operands[0], sub(temp, ir->operands[1])), temp); in extract_to_shifts()
1222 lshift(sub(lshift(c1, bits), in insert_to_shifts()
1230 ir->operands[1] = bit_and(lshift(ir->operands[1], offset), mask); in insert_to_shifts()
1281 lshift(bit_and(temp, c55555555->clone(ir, NULL)), in reverse_to_shifts()
1288 lshift(bit_and(temp, c33333333->clone(ir, NULL)), in reverse_to_shifts()
1296 lshift(bit_and(temp, c0F0F0F0F->clone(ir, NULL)), in reverse_to_shifts()
1307 lshift(bit_and(temp, c00FF00FF->clone(ir, NULL)), in reverse_to_shifts()
1314 ir->operands[1] = lshift(temp, c16->clone(ir, NULL)); in reverse_to_shifts()
1319 lshift(temp, c16->clone(ir, NULL))); in reverse_to_shifts()
1622 i.insert_before(assign(hi, add(hi, _carry(lo, lshift(t1, c16->clone(ir, NULL)))))); in imul_high_to_mul()
1623 i.insert_before(assign(lo, add(lo, lshift(t1, c16->clone(ir, NULL))))); in imul_high_to_mul()
1625 i.insert_before(assign(hi, add(hi, _carry(lo, lshift(t2, c16->clone(ir, NULL)))))); in imul_high_to_mul()
1626 i.insert_before(assign(lo, add(lo, lshift(t2, c16->clone(ir, NULL))))); in imul_high_to_mul()