Lines Matching refs:rshift

160     *    extracted_biased_exp = rshift(bitcast_f2i(abs(x)), exp_shift);
182 * extracted_biased_exp = rshift(bitcast_f2i(abs(x)), exp_shift);
247 rshift(bitcast_f2i(abs(x)),
577 ir->operands[1] = add(exponent_bias, u2i(rshift(high_words, exponent_shift)));
850 base_ir->insert_before(assign(temp, sub(temp, bit_and(rshift(temp, c1),
855 bit_and(rshift(temp, c2),
861 ir->operands[0] = rshift(mul(bit_and(add(temp, rshift(temp, c4)), c0F0F0F0F),
905 ir->operands[0] = rshift(ir->operands[0], ir->operands[1]);
922 rshift(lshift(ir->operands[0], sub(temp, ir->operands[1])), temp);
1054 i.insert_before(assign(temp, bit_or(bit_and(rshift(temp, c1), c55555555),
1061 i.insert_before(assign(temp, bit_or(bit_and(rshift(temp, c2), c33333333),
1069 i.insert_before(assign(temp, bit_or(bit_and(rshift(temp, c4), c0F0F0F0F),
1080 i.insert_before(assign(temp, bit_or(bit_and(rshift(temp, c8), c00FF00FF),
1087 ir->operands[0] = rshift(temp, c16);
1092 ir->operands[0] = bit_or(rshift(temp, c16),
1158 i.insert_before(assign(lsb, sub(rshift(bitcast_f2i(as_float), c23), c7F)));
1234 rshift(as_int, c31)))));
1262 i.insert_before(assign(msb, sub(rshift(bitcast_f2i(as_float), c23), c7F)));
1383 i.insert_before(assign(src1h, rshift(src1, c16)));
1384 i.insert_before(assign(src2h, rshift(src2, c16->clone(ir, NULL))));
1407 ir->operands[0] = add(hi, rshift(t1, c16->clone(ir, NULL)));
1408 ir->operands[1] = rshift(t2, c16->clone(ir, NULL));
1412 i.insert_before(assign(hi, add(add(hi, rshift(t1, c16->clone(ir, NULL))),
1413 rshift(t2, c16->clone(ir, NULL)))));