Home
last modified time | relevance | path

Searched refs:result_operand (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc322 InstructionOperand result_operand, InstructionOperand left_operand, in EmitDiv()
326 selector->Emit(div_opcode, result_operand, left_operand, right_operand); in EmitDiv()
336 selector->Emit(i32f64_opcode, result_operand, result_double_operand); in EmitDiv()
353 InstructionOperand result_operand = g.DefineAsRegister(node); in VisitMod() local
359 selector->Emit(kArmMls, result_operand, div_operand, right_operand, in VisitMod()
365 result_operand, left_operand, mul_operand); in VisitMod()
1486 InstructionOperand result_operand = g.DefineAsRegister(node); in EmitInt32MulWithOverflow() local
1488 InstructionOperand outputs[] = {result_operand, temp_operand}; in EmitInt32MulWithOverflow()
1497 selector->EmitWithContinuation(opcode, temp_operand, result_operand, shift_31, in EmitInt32MulWithOverflow()
320 EmitDiv(InstructionSelector* selector, ArchOpcode div_opcode, ArchOpcode f64i32_opcode, ArchOpcode i32f64_opcode, InstructionOperand result_operand, InstructionOperand left_operand, InstructionOperand right_operand) EmitDiv() argument
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc1085 InstructionOperand result_operand = g.DefineAsRegister(node); in EmitInt32MulWithOverflow() local
1089 InstructionOperand outputs[] = {result_operand, high32_operand}; in EmitInt32MulWithOverflow()
1097 InstructionOperand inputs[] = {result_operand, shift_31}; in EmitInt32MulWithOverflow()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc2901 MemOperand result_operand = input_operand; in Generate_DoubleToI() local
2971 __ str(result_reg, result_operand); in Generate_DoubleToI()

Completed in 15 milliseconds