Searched refs:high32_operand (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 1069 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/ |
D | instruction-selector-ppc.cc | 1059 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()
|