aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/tcg/cc_helper.c
AgeCommit message (Expand)Author
2022-04-01target/s390x: Fix determination of overflow condition code after subtractionBruno Haible
2022-04-01target/s390x: Fix determination of overflow condition code after additionBruno Haible
2022-01-17target/s390x: Fix shifting 32-bit values for more than 31 bitsIlya Leoshkevich
2022-01-17target/s390x: Fix cc_calc_sla_64() missing overflowsIlya Leoshkevich
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen