Lines Matching refs:right_operand
311 InstructionOperand right_operand) {
314 selector->Emit(div_opcode, result_operand, left_operand, right_operand);
321 selector->Emit(f64i32_opcode, right_double_operand, right_operand);
345 InstructionOperand right_operand = g.UseRegister(m.right().node());
347 left_operand, right_operand);
349 selector->Emit(kArmMls, result_operand, div_operand, right_operand,
353 selector->Emit(kArmMul, mul_operand, div_operand, right_operand);