Lines Matching refs:binop
2595 instr->binop.opcode = opcode;
2596 instr->binop.operands[0] = op0;
2597 instr->binop.operands[1] = op1;
2598 instr->binop.flags = flags;
2976 assert(instr->value.id > instr->binop.operands[0]->id);
2977 assert(instr->value.id > instr->binop.operands[1]->id);
2979 if (instr->binop.flags) {
2982 instr->value.id - instr->binop.operands[0]->id,
2983 instr->value.id - instr->binop.operands[1]->id,
2984 instr->binop.opcode,
2985 instr->binop.flags
2992 instr->value.id - instr->binop.operands[0]->id,
2993 instr->value.id - instr->binop.operands[1]->id,
2994 instr->binop.opcode