Searched refs:r3_val (Results 1 – 1 of 1) sorted by relevance
2843 int32_t r3_val = r2 == 0 ? 0 : get_register(r3); in DecodeFourByte() local2847 r1_val += r3_val; in DecodeFourByte()2853 int32_t compare_val = r3 % 2 == 0 ? get_register(r3 + 1) : r3_val; in DecodeFourByte()3271 int64_t r3_val = get_register(r3); in DecodeFourByteArithmetic64Bit() local3273 bool isOF = CheckOverflowForIntAdd(r2_val, r3_val, int64_t); in DecodeFourByteArithmetic64Bit()3274 SetS390ConditionCode<int64_t>(r2_val + r3_val, 0); in DecodeFourByteArithmetic64Bit()3276 set_register(r1, r2_val + r3_val); in DecodeFourByteArithmetic64Bit()3278 bool isOF = CheckOverflowForIntSub(r2_val, r3_val, int64_t); in DecodeFourByteArithmetic64Bit()3279 SetS390ConditionCode<int64_t>(r2_val - r3_val, 0); in DecodeFourByteArithmetic64Bit()3281 set_register(r1, r2_val - r3_val); in DecodeFourByteArithmetic64Bit()[all …]