Searched refs:right_operand (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 323 InstructionOperand right_operand) { in EmitDiv() 326 selector->Emit(div_opcode, result_operand, left_operand, right_operand); in EmitDiv() 333 selector->Emit(f64i32_opcode, right_double_operand, right_operand); in EmitDiv() 355 InstructionOperand right_operand = g.UseRegister(m.right().node()); in VisitMod() local 357 left_operand, right_operand); in VisitMod() 359 selector->Emit(kArmMls, result_operand, div_operand, right_operand, in VisitMod() 363 selector->Emit(kArmMul, mul_operand, div_operand, right_operand); in VisitMod() 320 EmitDiv(InstructionSelector* selector, ArchOpcode div_opcode, ArchOpcode f64i32_opcode, ArchOpcode i32f64_opcode, InstructionOperand result_operand, InstructionOperand left_operand, InstructionOperand right_operand) EmitDiv() argument
|
Completed in 6 milliseconds