Searched refs:SetOE (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ppc/ |
D | constants-ppc.h | 368 SetOE = 1 << 10, // Set overflow exception enumerator
|
/external/v8/src/s390/ |
D | constants-s390.h | 981 SetOE = 1 << 10, // Set overflow exception enumerator
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 970 __ divw(scratch, left_reg, right_reg, SetOE, SetRC); in DoModI() 1106 __ divw(result, dividend, divisor, SetOE, SetRC); in DoDivI() 1184 oe = SetOE; in DoFlooringDivByPowerOf2I() 1283 __ divw(result, dividend, divisor, SetOE, SetRC); in DoFlooringDivI() 1393 __ neg(result, left, SetOE, SetRC); in DoMulI() 3530 __ neg(result, result, SetOE, SetRC); in DoShiftI()
|