aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/tcg
AgeCommit message (Expand)AuthorFilesLines
2022-09-06target/s390x: Make translator stop before the end of a pageIlya Leoshkevich1-4/+11
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+3
2022-08-25target/s390x: Fix CLFIT and CLGIT immediate sizeIlya Leoshkevich1-2/+2
2022-07-19target/s390x: fix handling of zeroes in vfmin/vfmaxIlya Leoshkevich1-2/+2
2022-07-06target/s390x: Exit tb after executing ex_valueRichard Henderson1-1/+1
2022-07-06target/s390x: Remove DISAS_PC_STALE_NOCHAINRichard Henderson1-10/+11
2022-07-06target/s390x: Remove DISAS_PC_STALERichard Henderson1-9/+4
2022-07-06target/s390x: Remove DISAS_GOTO_TBRichard Henderson1-6/+2
2022-07-06target/s390x/tcg: SPX: check validity of new prefixJanis Schoetterl-Glausch1-0/+7
2022-06-02s390: Typo fix FLOATING_POINT_SUPPPORT_ENHDr. David Alan Gilbert1-4/+4
2022-05-04target/s390x: vxeh2: vector {load, store} byte reversed elementDavid Miller2-0/+97
2022-05-04target/s390x: vxeh2: vector {load, store} byte reversed elementsDavid Miller2-0/+117
2022-05-04target/s390x: vxeh2: vector {load, store} elements reversedDavid Miller2-0/+88
2022-05-04target/s390x: vxeh2: vector shift double by bitDavid Miller2-8/+53
2022-05-04target/s390x: vxeh2: Update for changes to vector shiftsDavid Miller3-50/+92
2022-05-04target/s390x: vxeh2: vector string searchDavid Miller4-1/+128
2022-05-04target/s390x: vxeh2: vector convert short/32bDavid Miller2-4/+71
2022-05-04target/s390x: Fix writeback to v1 in helper_vstlRichard Henderson1-2/+0
2022-04-26target/s390x: Fix the accumulation of ccm in op_icmRichard Henderson1-1/+1
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2-16/+18
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-5/+6
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau3-3/+0
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau3-3/+3
2022-04-01target/s390x: Fix determination of overflow condition code after subtractionBruno Haible1-2/+2
2022-04-01target/s390x: Fix determination of overflow condition code after additionBruno Haible1-2/+2
2022-03-16s390x/tcg: Fix BRCL with a large negative offsetIlya Leoshkevich1-1/+1
2022-03-16s390x/tcg: Fix BRASL with a large negative offsetIlya Leoshkevich1-1/+1
2022-02-28s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the ...David Miller3-5/+105
2022-02-25s390x: sck: load into a temporary not into in1Nico Boehr2-3/+2
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2-0/+2
2022-01-17target/s390x: Fix shifting 32-bit values for more than 31 bitsIlya Leoshkevich3-76/+43
2022-01-17target/s390x: Fix cc_calc_sla_64() missing overflowsIlya Leoshkevich1-1/+1
2022-01-17target/s390x: Fix SRDA CC calculationIlya Leoshkevich1-2/+4
2022-01-17target/s390x: Fix SLDA sign bit indexIlya Leoshkevich1-1/+1
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot4-31/+31
2021-11-02target/s390x: Implement s390x_cpu_record_sigbusRichard Henderson1-7/+20
2021-11-02target/s390x: Implement s390_cpu_record_sigsegvRichard Henderson1-7/+11
2021-11-02target/s390x: Use probe_access_flags in s390_probe_accessRichard Henderson1-13/+5
2021-10-15target/s390x: Drop check for singlestep_enabledRichard Henderson1-6/+2
2021-10-13target/s390x: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson1-4/+4
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson1-1/+0
2021-10-13target/s390x: Use MO_128 for 16 byte atomicsRichard Henderson1-2/+2
2021-10-12target/s390x: move tcg_gen_insn_start to s390x_tr_insn_startRichard Henderson1-2/+8
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson1-10/+10
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson1-1/+1
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-7/+9
2021-09-06hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand1-0/+9
2021-09-06s390x/mmu_helper: move address validation into mmu_translate*()David Hildenbrand2-14/+1
2021-09-06s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKEDavid Hildenbrand1-13/+23
2021-09-06s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKEDavid Hildenbrand1-0/+3