Home
last modified time | relevance | path

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

/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc317 InstructionOperand result_operand, InstructionOperand left_operand, in EmitDiv() argument
321 selector->Emit(div_opcode, result_operand, left_operand, right_operand); in EmitDiv()
331 selector->Emit(i32f64_opcode, result_operand, result_double_operand); in EmitDiv()
350 InstructionOperand result_operand = g.DefineAsRegister(node); in VisitMod() local
356 selector->Emit(kArmMls, result_operand, div_operand, right_operand, in VisitMod()
362 result_operand, left_operand, mul_operand); in VisitMod()
1292 InstructionOperand result_operand = g.DefineAsRegister(node); in EmitInt32MulWithOverflow() local
1294 InstructionOperand outputs[] = {result_operand, temp_operand}; in EmitInt32MulWithOverflow()
1303 selector->EmitWithContinuation(opcode, temp_operand, result_operand, shift_31, in EmitInt32MulWithOverflow()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc998 InstructionOperand result_operand = g.DefineAsRegister(node); in EmitInt32MulWithOverflow() local
1002 InstructionOperand outputs[] = {result_operand, high32_operand}; in EmitInt32MulWithOverflow()
1010 InstructionOperand inputs[] = {result_operand, shift_31}; in EmitInt32MulWithOverflow()
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc2433 MemOperand result_operand = input_operand; in Generate_DoubleToI() local
2503 __ str(result_reg, result_operand); in Generate_DoubleToI()