Lines Matching defs:op1
2632 const struct dxil_value *op0, const struct dxil_value *op1,
2635 assert(types_equal(op0->type, op1->type));
2643 instr->binop.operands[1] = op1;
2651 const struct dxil_value *op0, const struct dxil_value *op1)
2653 assert(types_equal(op0->type, op1->type));
2661 instr->cmp.operands[1] = op1;
2669 const struct dxil_value *op1,
2673 assert(types_equal(op1->type, op2->type));
2674 assert(legal_arith_type(op1->type));
2676 struct dxil_instr *instr = create_instr(m, INSTR_SELECT, op1->type);
2681 instr->select.operands[1] = op1;