aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
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: Handle branching to odd addressesIlya Leoshkevich1-0/+9
2023-03-20target/s390x: Fix EXECUTE of relative long instructionsIlya Leoshkevich3-1/+14
2023-03-20target/s390x: Fix R[NOX]SBG with T=1Ilya Leoshkevich1-0/+4
2023-03-20target/s390x: Implement Early Exception RecognitionIlya Leoshkevich4-1/+45
2023-03-20target/s390x: Fix LPSWIlya Leoshkevich1-10/+12
2023-03-17Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell1-7/+7
2023-03-16target/sh4: Honor QEMU_LOG_FILENAME with QEMU_LOG=cpuIlya Leoshkevich1-7/+7
2023-03-15Fix build without CONFIG_XEN_EMUMiroslav Rezanina1-0/+2
2023-03-14Merge tag 'pull-tcg-20230313' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell57-2258/+1066
2023-03-13target/tricore: Use min/max for saturateRichard Henderson1-11/+3
2023-03-13target/ppc: Avoid tcg_const_* in translate.cRichard Henderson1-70/+72
2023-03-13target/ppc: Fix gen_tlbsx_booke206Richard Henderson1-4/+2
2023-03-13target/ppc: Rewrite trans_ADDG6SRichard Henderson1-24/+26
2023-03-13target/ppc: Avoid tcg_const_* in power8-pmu-regs.c.incRichard Henderson1-2/+2
2023-03-13target/ppc: Avoid tcg_const_* in fp-impl.c.incRichard Henderson1-14/+12
2023-03-13target/ppc: Avoid tcg_const_* in vsx-impl.c.incRichard Henderson1-14/+14
2023-03-13target/ppc: Avoid tcg_const_* in xxevalRichard Henderson1-3/+5
2023-03-13target/ppc: Avoid tcg_const_* in vmx-impl.c.incRichard Henderson1-5/+5
2023-03-13target/ppc: Avoid tcg_const_i64 in do_vcntmbRichard Henderson1-10/+11
2023-03-13target/m68k: Use tcg_constant_i32 in gen_ea_modeRichard Henderson1-1/+1
2023-03-13target/arm: Avoid tcg_const_ptr in handle_revRichard Henderson1-11/+15
2023-03-13target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrnRichard Henderson1-2/+6
2023-03-13target/arm: Avoid tcg_const_ptr in disas_simd_zip_trnRichard Henderson1-20/+21
2023-03-13target/arm: Avoid tcg_const_* in translate-mve.cRichard Henderson1-25/+29
2023-03-13target/arm: Avoid tcg_const_ptr in gen_sve_{ldr,str}Richard Henderson1-2/+4
2023-03-13target/arm: Improve trans_BFCIRichard Henderson1-8/+6
2023-03-13target/arm: Create gen_set_rmode, gen_restore_rmodeRichard Henderson4-48/+48
2023-03-13target/arm: Consistently use ARMFPRounding during translationRichard Henderson3-20/+20
2023-03-13target/arm: Improve arm_rmode_to_sfRichard Henderson3-29/+18
2023-03-13target/arm: Handle FPROUNDING_ODD in arm_rmode_to_sfRichard Henderson1-4/+2
2023-03-13target/arm: Use rmode >= 0 for need_rmodeRichard Henderson1-28/+6
2023-03-13target/tricore: Avoid tcg_const_i32Richard Henderson1-63/+64
2023-03-13target/tricore: Drop some temp initializationRichard Henderson1-2/+2
2023-03-13target/tricore: Use setcondi instead of explicit allocationRichard Henderson1-5/+2
2023-03-13target/tricore: Rename t_off10 and use tcg_constant_i32Richard Henderson1-29/+27
2023-03-13target/tricore: Split t_n as constant from temp as variableRichard Henderson1-128/+140
2023-03-13tcg/sparc: Avoid tcg_const_tl in gen_edgeRichard Henderson1-8/+6
2023-03-13target/sh4: Avoid tcg_const_i32Richard Henderson1-13/+13
2023-03-13target/sh4: Avoid tcg_const_i32 for TAS.BRichard Henderson1-6/+3
2023-03-13target/s390x: Avoid tcg_const_i64Richard Henderson1-10/+10
2023-03-13target/rx: Avoid tcg_const_i32Richard Henderson1-16/+16
2023-03-13target/rx: Avoid tcg_const_i32 when new temp neededRichard Henderson1-6/+6
2023-03-13target/rx: Use cpu_psw_z as temp in flags computationRichard Henderson1-15/+13
2023-03-13target/rx: Use tcg_gen_abs_i32Richard Henderson1-11/+1
2023-03-13target/ppc: Avoid tcg_const_i64 in do_vector_shift_quadRichard Henderson1-1/+3
2023-03-13target/ppc: Split out gen_vx_vmul10Richard Henderson1-46/+49