Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc2370 #define CheckOverflowForIntAdd(src1, src2, type) \ macro
2415 isOF = CheckOverflowForIntAdd(r1_val, r2_val, int32_t); in DecodeTwoByte()
3204 isOF = CheckOverflowForIntAdd(r1_val, r2_val, int64_t); in DecodeFourByteArithmetic64Bit()
3240 bool isOF = CheckOverflowForIntAdd(r1_val, r2_val, int64_t); in DecodeFourByteArithmetic64Bit()
3273 bool isOF = CheckOverflowForIntAdd(r2_val, r3_val, int64_t); in DecodeFourByteArithmetic64Bit()
3327 isOF = CheckOverflowForIntAdd(r1_val, i, int64_t); in DecodeFourByteArithmetic64Bit()
3380 bool isOF = CheckOverflowForIntAdd(r2_val, r3_val, int32_t); in DecodeFourByteArithmetic()
3447 isOF = CheckOverflowForIntAdd(r1_val, i, int32_t); in DecodeFourByteArithmetic()
3539 isOF = CheckOverflowForIntAdd(r1_val, mem_val, int32_t); in DecodeFourByteArithmetic()
3627 isOF = CheckOverflowForIntAdd(r1_val, mem_val, int32_t); in DecodeFourByteArithmetic()
[all …]