Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc2373 #define CheckOverflowForIntSub(src1, src2, type) \ macro
2421 isOF = CheckOverflowForIntSub(r1_val, r2_val, int32_t); in DecodeTwoByte()
3210 isOF = CheckOverflowForIntSub(r1_val, r2_val, int64_t); in DecodeFourByteArithmetic64Bit()
3254 isOF = CheckOverflowForIntSub(r1_val, r2_val, int64_t); in DecodeFourByteArithmetic64Bit()
3278 bool isOF = CheckOverflowForIntSub(r2_val, r3_val, int64_t); in DecodeFourByteArithmetic64Bit()
3385 bool isOF = CheckOverflowForIntSub(r2_val, r3_val, int32_t); in DecodeFourByteArithmetic()
3545 isOF = CheckOverflowForIntSub(r1_val, mem_val, int32_t); in DecodeFourByteArithmetic()
3630 isOF = CheckOverflowForIntSub(r1_val, mem_val, int32_t); in DecodeFourByteArithmetic()
5223 isOF = CheckOverflowForIntSub(alu_out, mem_val, int32_t); in DecodeSixByteArithmetic()
5264 isOF = CheckOverflowForIntSub(r1_val, mem_val, int64_t); in DecodeSixByteArithmetic()
[all …]