Lines Matching defs:mul
329 return mul(matrix_mul->operands[0],
330 mul(matrix_mul->operands[1], ir->operands[1]));
547 ir_expression *mul = op_expr[mul_pos];
549 if (!mul || mul->operation != ir_binop_mul)
557 mul->operands[inner_add_pos]->as_expression();
579 ir_rvalue *a_operand = mul->operands[1 - inner_add_pos];
628 * (mul (floor (add (abs x) 0.5) (sign x)))
632 * (trunc (add x (mul (sign x) 0.5)))
657 mul(sign_expr, point_five)));
843 return mul(x, x);
856 base_ir->insert_before(assign(squared, mul(x, x)));
857 return mul(squared, squared);
963 return mul(ir->operands[0], ir->operands[1]);
980 return mul(ir->operands[1], ir->operands[2]);
997 return mul(ir->operands[0], add(one, neg(ir->operands[2])));