Lines Matching refs:operation
208 * * The two operands are scalars. In this case the operation is
215 * In this case, the scalar operation is applied independently to each
234 * operation is done component-wise resulting in the same size
259 * number of columns. In this case, the operation is done component-
266 * right operand. Then, the multiply (*) operation does a linear
368 * \brief Return the result type of a bit-logic operation.
516 * \brief Return the result type of a bit-shift operation.
759 do_comparison(void *mem_ctx, int operation, ir_rvalue *op0, ir_rvalue *op1)
764 if (operation == ir_binop_all_equal)
774 return new(mem_ctx) ir_expression(operation, op0, op1);
784 result = do_comparison(mem_ctx, operation, e0, e1);
807 result = do_comparison(mem_ctx, operation, e0, e1);