aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/tcg/translate.c
AgeCommit message (Expand)Author
2023-03-20target/s390x: Handle STGRL to non-aligned addressesIlya Leoshkevich
2023-03-20target/s390x: Handle STRL to non-aligned addressesIlya Leoshkevich
2023-03-20target/s390x: Handle CLRL and CLGFRL with non-aligned addressesIlya Leoshkevich
2023-03-20target/s390x: Handle CGRL and CLGRL with non-aligned addressesIlya Leoshkevich
2023-03-20target/s390x: Handle CRL and CGFRL with non-aligned addressesIlya Leoshkevich
2023-03-20target/s390x: Handle LLGFRL from non-aligned addressesIlya Leoshkevich
2023-03-20target/s390x: Handle LRL and LGFRL from non-aligned addressesIlya Leoshkevich
2023-03-20target/s390x: Handle LGRL from non-aligned addressesIlya Leoshkevich
2023-03-20target/s390x: Fix EXECUTE of relative long instructionsIlya Leoshkevich
2023-03-20target/s390x: Fix R[NOX]SBG with T=1Ilya Leoshkevich
2023-03-20target/s390x: Implement Early Exception RecognitionIlya Leoshkevich
2023-03-20target/s390x: Fix LPSWIlya Leoshkevich
2023-03-14Merge tag 'pull-tcg-20230313' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-03-13target/s390x: Avoid tcg_const_i64Richard Henderson
2023-03-13target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContextRichard Henderson
2023-03-13target/s390x: Remove assert vs g_in2Richard Henderson
2023-03-13target/s390x: Drop tcg_temp_free from translate.cRichard Henderson
2023-03-13target/s390x: Drop free_compareRichard Henderson
2023-03-13target/s390x: Fix emulation of C(G)HRLNina Schoetterl-Glausch
2023-03-05target/s390x: Split out gen_ri2Richard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-02-27target/s390x: Use tcg_constant_i32 for fpinst_extract_m34Richard Henderson
2023-02-27target/s390x: Use tcg_constant_* for DisasCompareRichard Henderson
2023-02-27target/s390x: Use tcg_constant_* in local contextsRichard Henderson
2023-02-04target/s390x: Implement CC_OP_NZ in gen_op_calc_ccRichard Henderson
2023-02-04target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSGRichard Henderson
2023-02-04target/s390x: Use Int128 for passing float128Richard Henderson
2023-02-04target/s390x: Use Int128 for returning float128Richard Henderson
2023-02-04target/s390x: Copy wout_x1 to wout_x1_PRichard Henderson
2023-02-04target/s390x: Use Int128 for return from TRERichard Henderson
2023-02-04target/s390x: Use Int128 for return from CKSMRichard Henderson
2023-02-04target/s390x: Use Int128 for return from CLSTRichard Henderson
2023-02-04target/s390x: Use a single return for helper_divs64/u64Richard Henderson
2023-02-04target/s390x: Use a single return for helper_divs32/u32Richard Henderson
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