Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.cc2430 #define CheckOverflowForShiftLeft(src1, src2) \ macro
5742 isOF = CheckOverflowForShiftLeft(r1_val, shiftBits); in EVALUATE()
10276 isOF = CheckOverflowForShiftLeft(r3_val, shiftBits); in EVALUATE()
10710 isOF = CheckOverflowForShiftLeft(r3_val, shiftBits); in EVALUATE()
11379 #undef CheckOverflowForShiftLeft