Lines Matching refs:binop
2641 instr->binop.opcode = opcode;
2642 instr->binop.operands[0] = op0;
2643 instr->binop.operands[1] = op1;
2644 instr->binop.flags = flags;
3030 assert(instr->value.id > instr->binop.operands[0]->id);
3031 assert(instr->value.id > instr->binop.operands[1]->id);
3033 if (instr->binop.flags) {
3036 instr->value.id - instr->binop.operands[0]->id,
3037 instr->value.id - instr->binop.operands[1]->id,
3038 instr->binop.opcode,
3039 instr->binop.flags
3046 instr->value.id - instr->binop.operands[0]->id,
3047 instr->value.id - instr->binop.operands[1]->id,
3048 instr->binop.opcode