Home
last modified time | relevance | path

Searched refs:high32_operand (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc1069 InstructionOperand high32_operand = g.TempRegister(); in EmitInt32MulWithOverflow() local
1072 InstructionOperand outputs[] = {result_operand, high32_operand}; in EmitInt32MulWithOverflow()
1084 VisitCompare(selector, kS390_Cmp32, high32_operand, temp_operand, cont); in EmitInt32MulWithOverflow()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc1059 InstructionOperand high32_operand = g.TempRegister(); in EmitInt32MulWithOverflow() local
1062 InstructionOperand outputs[] = {result_operand, high32_operand}; in EmitInt32MulWithOverflow()
1074 VisitCompare(selector, kPPC_Cmp32, high32_operand, temp_operand, cont); in EmitInt32MulWithOverflow()