aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/tcg/translate.c
AgeCommit message (Expand)Author
2022-03-16s390x/tcg: Fix BRCL with a large negative offsetIlya Leoshkevich
2022-03-16s390x/tcg: Fix BRASL with a large negative offsetIlya Leoshkevich
2022-02-28s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the ...David Miller
2022-02-25s390x: sck: load into a temporary not into in1Nico Boehr
2022-01-17target/s390x: Fix shifting 32-bit values for more than 31 bitsIlya Leoshkevich
2022-01-17target/s390x: Fix SRDA CC calculationIlya Leoshkevich
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-10-15target/s390x: Drop check for singlestep_enabledRichard Henderson
2021-10-12target/s390x: move tcg_gen_insn_start to s390x_tr_insn_startRichard Henderson
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-12Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen