Lines Matching refs:sub
672 ir->operands[2] = mul(sub(one, op2->clone(ir, NULL)), op0);
682 * temp = sub(x, frtemp);
696 ir->operands[0] = sub(ir->operands[0]->clone(ir, NULL), frtemp);
707 * result = sub(x, frtemp);
722 * t2 = sub(temp, frtemp);
747 i.insert_before(assign(t2, sub(temp, frtemp)));
756 sub(t2, one));
767 * temp = sub(x, frtemp);
783 i.insert_before(assign(temp, sub(arg->clone(ir, NULL), frtemp)));
850 base_ir->insert_before(assign(temp, sub(temp, bit_and(rshift(temp, c1),
892 sub(lshift(c1, bits), c1->clone(ir, NULL)));
918 base_ir->insert_before(assign(temp, sub(c32, bits)));
922 rshift(lshift(ir->operands[0], sub(temp, ir->operands[1])), temp);
996 lshift(sub(lshift(c1, bits),
1158 i.insert_before(assign(lsb, sub(rshift(bitcast_f2i(as_float), c23), c7F)));
1262 i.insert_before(assign(msb, sub(rshift(bitcast_f2i(as_float), c23), c7F)));