aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/tcg/translate.c
AgeCommit message (Expand)Author
2022-12-15target/s390x: The MVCP and MVCS instructions are not privilegedThomas Huth
2022-11-16s390x: Fix spelling errorsThomas Huth
2022-11-05target/s390x: Rename insn-data/format.def -> insn-data/format.h.incPhilippe Mathieu-Daudé
2022-10-31target/s390x: fake instruction loading when handling 'ex'Alex Bennée
2022-10-31target/s390x: don't probe next pc for EXecuted insnsAlex Bennée
2022-10-31target/s390x: don't use ld_code2 to probe next pcAlex Bennée
2022-10-26target/s390x: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-09-06target/s390x: Make translator stop before the end of a pageIlya Leoshkevich
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-07-06target/s390x: Exit tb after executing ex_valueRichard Henderson
2022-07-06target/s390x: Remove DISAS_PC_STALE_NOCHAINRichard Henderson
2022-07-06target/s390x: Remove DISAS_PC_STALERichard Henderson
2022-07-06target/s390x: Remove DISAS_GOTO_TBRichard Henderson
2022-06-02s390: Typo fix FLOATING_POINT_SUPPPORT_ENHDr. David Alan Gilbert
2022-05-04target/s390x: vxeh2: vector string searchDavid Miller
2022-04-26target/s390x: Fix the accumulation of ccm in op_icmRichard Henderson
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
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