aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/tcg
AgeCommit message (Expand)AuthorFilesLines
2023-03-20target/s390x: Handle CRL and CGFRL with non-aligned addressesIlya Leoshkevich1-1/+2
2023-03-20target/s390x: Handle LLGFRL from non-aligned addressesIlya Leoshkevich2-4/+5
2023-03-20target/s390x: Handle LRL and LGFRL from non-aligned addressesIlya Leoshkevich2-8/+9
2023-03-20target/s390x: Handle LGRL from non-aligned addressesIlya Leoshkevich2-4/+5
2023-03-20target/s390x: Handle EXECUTE of odd addressesIlya Leoshkevich1-2/+10
2023-03-20target/s390x: Fix EXECUTE of relative long instructionsIlya Leoshkevich2-1/+13
2023-03-20target/s390x: Fix R[NOX]SBG with T=1Ilya Leoshkevich1-0/+4
2023-03-20target/s390x: Implement Early Exception RecognitionIlya Leoshkevich2-1/+18
2023-03-20target/s390x: Fix LPSWIlya Leoshkevich1-10/+12
2023-03-14Merge tag 'pull-tcg-20230313' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2-330/+21
2023-03-13target/s390x: Avoid tcg_const_i64Richard Henderson1-10/+10
2023-03-13target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContextRichard Henderson1-17/+0
2023-03-13target/s390x: Remove assert vs g_in2Richard Henderson1-10/+10
2023-03-13target/s390x: Drop tcg_temp_free from translate.cRichard Henderson1-105/+0
2023-03-13target/s390x: Drop tcg_temp_free from translate_vx.c.incRichard Henderson1-143/+0
2023-03-13target/s390x: Drop free_compareRichard Henderson1-45/+1
2023-03-13target/s390x: Fix emulation of C(G)HRLNina Schoetterl-Glausch2-2/+9
2023-03-05target/s390x: Split out gen_ri2Richard Henderson1-9/+14
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza1-1/+1
2023-02-27target/s390x: Use tcg_constant_* in translate_vx.c.incRichard Henderson1-25/+20
2023-02-27target/s390x: Use tcg_constant_i32 for fpinst_extract_m34Richard Henderson1-25/+1
2023-02-27target/s390x: Use tcg_constant_* for DisasCompareRichard Henderson1-22/+22
2023-02-27target/s390x: Use tcg_constant_* in local contextsRichard Henderson1-263/+147
2023-02-27target/s390x: Hoist some computation in access_memmoveRichard Henderson1-6/+7
2023-02-27target/s390x: Inline do_access_{get,set}_byteRichard Henderson1-40/+30
2023-02-27target/s390x: Remove TLB_NOTDIRTY workaroundsRichard Henderson1-52/+22
2023-02-27target/s390x: Tidy access_prepare_nfRichard Henderson1-17/+13
2023-02-27target/s390x: Use void* for haddr in S390AccessRichard Henderson1-5/+6
2023-02-27target/s390x: Pass S390Access pointer into access_prepareRichard Henderson1-50/+50
2023-02-27target/s390x: Fix s390_probe_access for user-onlyRichard Henderson1-13/+18
2023-02-04target/s390x: Implement CC_OP_NZ in gen_op_calc_ccRichard Henderson1-0/+3
2023-02-04target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSGRichard Henderson3-76/+33
2023-02-04target/s390x: Use Int128 for passing float128Richard Henderson3-89/+105
2023-02-04target/s390x: Use Int128 for returning float128Richard Henderson3-48/+52
2023-02-04target/s390x: Copy wout_x1 to wout_x1_PRichard Henderson2-6/+14
2023-02-04target/s390x: Use Int128 for return from TRERichard Henderson2-6/+8
2023-02-04target/s390x: Use Int128 for return from CKSMRichard Henderson2-6/+7
2023-02-04target/s390x: Use Int128 for return from CLSTRichard Henderson2-9/+10
2023-02-04target/s390x: Use a single return for helper_divs64/u64Richard Henderson2-33/+19
2023-02-04target/s390x: Use a single return for helper_divs32/u32Richard Henderson2-17/+17
2023-01-09target/s390x/tcg/excp_helper: Restrict system headers to sysemuPhilippe Mathieu-Daudé1-4/+4
2023-01-09target/s390x/tcg/misc_helper: Remove unused "memory.h" includePhilippe Mathieu-Daudé1-1/+0
2022-12-15target/s390x: The MVCP and MVCS instructions are not privilegedThomas Huth3-8/+18
2022-12-15target/s390x/tcg/mem_helper: Test the right bits in psw_key_valid()Thomas Huth1-1/+1
2022-12-03target/s390x/tcg: Fix and improve the SACF instructionThomas Huth2-1/+8
2022-11-16s390x: Fix spelling errorsThomas Huth5-8/+8
2022-11-05target/s390x: Rename insn-data/format.def -> insn-data/format.h.incPhilippe Mathieu-Daudé3-6/+6
2022-11-01Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi1-4/+10
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-1/+1