Home
last modified time | relevance | path

Searched refs:temp_operand (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc1087 InstructionOperand temp_operand = g.TempRegister(); in EmitInt32MulWithOverflow() local
1096 InstructionOperand outputs[] = {temp_operand}; in EmitInt32MulWithOverflow()
1101 VisitCompare(selector, kPPC_Cmp32, high32_operand, temp_operand, cont); in EmitInt32MulWithOverflow()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc1487 InstructionOperand temp_operand = g.TempRegister(); in EmitInt32MulWithOverflow() local
1488 InstructionOperand outputs[] = {result_operand, temp_operand}; in EmitInt32MulWithOverflow()
1497 selector->EmitWithContinuation(opcode, temp_operand, result_operand, shift_31, in EmitInt32MulWithOverflow()

Completed in 11 milliseconds