aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/tcg
AgeCommit message (Expand)Author
2022-07-06target/s390x: Remove DISAS_GOTO_TBRichard Henderson
2022-07-06target/s390x/tcg: SPX: check validity of new prefixJanis Schoetterl-Glausch
2022-06-02s390: Typo fix FLOATING_POINT_SUPPPORT_ENHDr. David Alan Gilbert
2022-05-04target/s390x: vxeh2: vector {load, store} byte reversed elementDavid Miller
2022-05-04target/s390x: vxeh2: vector {load, store} byte reversed elementsDavid Miller
2022-05-04target/s390x: vxeh2: vector {load, store} elements reversedDavid Miller
2022-05-04target/s390x: vxeh2: vector shift double by bitDavid Miller
2022-05-04target/s390x: vxeh2: Update for changes to vector shiftsDavid Miller
2022-05-04target/s390x: vxeh2: vector string searchDavid Miller
2022-05-04target/s390x: vxeh2: vector convert short/32bDavid Miller
2022-05-04target/s390x: Fix writeback to v1 in helper_vstlRichard Henderson
2022-04-26target/s390x: Fix the accumulation of ccm in op_icmRichard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
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-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-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
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
2022-01-17target/s390x: Fix SRDA CC calculationIlya Leoshkevich
2022-01-17target/s390x: Fix SLDA sign bit indexIlya Leoshkevich
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-11-02target/s390x: Implement s390x_cpu_record_sigbusRichard Henderson
2021-11-02target/s390x: Implement s390_cpu_record_sigsegvRichard Henderson
2021-11-02target/s390x: Use probe_access_flags in s390_probe_accessRichard Henderson
2021-10-15target/s390x: Drop check for singlestep_enabledRichard Henderson
2021-10-13target/s390x: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson
2021-10-13target/s390x: Use MO_128 for 16 byte atomicsRichard Henderson
2021-10-12target/s390x: move tcg_gen_insn_start to s390x_tr_insn_startRichard Henderson
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-09-06hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand
2021-09-06s390x/mmu_helper: move address validation into mmu_translate*()David Hildenbrand
2021-09-06s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKEDavid Hildenbrand
2021-09-06s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKEDavid Hildenbrand
2021-09-06s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKEDavid Hildenbrand
2021-09-06s390x/tcg: wrap address for RRBEDavid Hildenbrand
2021-09-06s390x/tcg: fix and optimize SPX (SET PREFIX)David Hildenbrand
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard 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