Searched defs:isOF (Results 1 – 2 of 2) sorted by relevance
2412 bool isOF = false; in DecodeTwoByte() local2540 bool isOF = false; in DecodeTwoByte() local2949 bool isOF = false; in DecodeFourByte() local3201 bool isOF = false; in DecodeFourByteArithmetic64Bit() local3240 bool isOF = CheckOverflowForIntAdd(r1_val, r2_val, int64_t); in DecodeFourByteArithmetic64Bit() local3253 bool isOF = false; in DecodeFourByteArithmetic64Bit() local3273 bool isOF = CheckOverflowForIntAdd(r2_val, r3_val, int64_t); in DecodeFourByteArithmetic64Bit() local3278 bool isOF = CheckOverflowForIntSub(r2_val, r3_val, int64_t); in DecodeFourByteArithmetic64Bit() local3306 bool isOF = CheckOverflowForUIntAdd(r2_val, r3_val); in DecodeFourByteArithmetic64Bit() local3311 bool isOF = CheckOverflowForUIntSub(r2_val, r3_val); in DecodeFourByteArithmetic64Bit() local[all …]
434 void SetS390OverflowCode(bool isOF) { in SetS390OverflowCode()