Home
last modified time | relevance | path

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

/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc1238 InstructionOperand temp_operand = g.TempRegister(); in EmitInt32MulWithOverflow() local
1239 InstructionOperand outputs[] = {result_operand, temp_operand}; in EmitInt32MulWithOverflow()
1249 selector->Emit(opcode, g.NoOutput(), temp_operand, result_operand, shift_31, in EmitInt32MulWithOverflow()
1252 InstructionOperand in[] = {temp_operand, result_operand, shift_31}; in EmitInt32MulWithOverflow()
1257 selector->Emit(opcode, g.DefineAsRegister(cont->result()), temp_operand, in EmitInt32MulWithOverflow()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc1070 InstructionOperand temp_operand = g.TempRegister(); in EmitInt32MulWithOverflow() local
1079 InstructionOperand outputs[] = {temp_operand}; in EmitInt32MulWithOverflow()
1084 VisitCompare(selector, kS390_Cmp32, high32_operand, temp_operand, cont); in EmitInt32MulWithOverflow()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc1060 InstructionOperand temp_operand = g.TempRegister(); in EmitInt32MulWithOverflow() local
1069 InstructionOperand outputs[] = {temp_operand}; in EmitInt32MulWithOverflow()
1074 VisitCompare(selector, kPPC_Cmp32, high32_operand, temp_operand, cont); in EmitInt32MulWithOverflow()