Lines Matching defs:op1
535 const struct dxil_value *op0, const struct dxil_value *op1)
548 op1
558 const struct dxil_value *op1,
572 op1,
583 const struct dxil_value *op1,
598 op1,
1826 const struct dxil_value *op0, const struct dxil_value *op1)
1834 const struct dxil_value *v = dxil_emit_binop(&ctx->mod, opcode, op0, op1, flags);
1844 const struct dxil_value *op0, const struct dxil_value *op1)
1853 op1 = dxil_emit_cast(&ctx->mod, cast_op, type, op1);
1857 dxil_emit_binop(&ctx->mod, opcode, op0, op1, 0);
1867 const struct dxil_value *op0, const struct dxil_value *op1)
1869 const struct dxil_value *v = dxil_emit_cmp(&ctx->mod, pred, op0, op1);
2052 const struct dxil_value *op0, const struct dxil_value *op1)
2063 op0, op1);
2074 const struct dxil_value *op1,
2090 op0, op1, op2);