aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-06target/loongarch: Implement vaddw/vsubwSong Gao5-0/+1116
2023-05-06target/loongarch: Implement vhaddw/vhsubwSong Gao5-0/+150
2023-05-06target/loongarch: Implement vsadd/vssubSong Gao3-0/+51
2023-05-06target/loongarch: Implement vnegSong Gao3-0/+37
2023-05-06target/loongarch: Implement vaddi/vsubiSong Gao3-0/+62
2023-05-06target/loongarch: Implement vadd/vsubSong Gao5-0/+139
2023-05-06target/loongarch: Add CHECK_SXE maccro for check LSX enableSong Gao3-0/+15
2023-05-06target/loongarch: meson.build support build LSXSong Gao4-0/+13
2023-05-06target/loongarch: Add LSX data type VRegSong Gao6-13/+119
2023-05-05Merge tag 'pull-tcg-20230505' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson42-1288/+1117
2023-05-05Merge tag 'pull-ppc-20230505' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson14-64/+90
2023-05-05Merge tag 'pw-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Richard Henderson10-3/+1013
2023-05-05Merge tag 'migration-20230505-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson12-89/+109
2023-05-05tcg: Widen helper_*_st[bw]_mmu val argumentsRichard Henderson2-6/+10
2023-05-05tcg: Introduce arg_slot_stk_ofsRichard Henderson1-12/+17
2023-05-05tcg: Replace REG_P with arg_loc_reg_pRichard Henderson2-7/+13
2023-05-05tcg: Move TCGLabelQemuLdst to tcg.cRichard Henderson2-14/+13
2023-05-05tcg/sparc64: Pass TCGType to tcg_out_qemu_{ld,st}Richard Henderson1-3/+3
2023-05-05tcg/sparc64: Drop is_64 test from tcg_out_qemu_ld data returnRichard Henderson1-1/+1
2023-05-05tcg/s390x: Introduce HostAddressRichard Henderson1-49/+60
2023-05-05tcg/s390x: Pass TCGType to tcg_out_qemu_{ld,st}Richard Henderson1-8/+14
2023-05-05tcg/riscv: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson1-42/+24
2023-05-05tcg/riscv: Require TCG_TARGET_REG_BITS == 64Richard Henderson3-190/+72
2023-05-05tcg/ppc: Introduce HostAddressRichard Henderson1-43/+47
2023-05-05tcg/ppc: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson1-51/+59
2023-05-05tcg/mips: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson1-91/+95
2023-05-05tcg/loongarch64: Introduce HostAddressRichard Henderson1-25/+30
2023-05-05tcg/loongarch64: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson1-56/+40
2023-05-05tcg/arm: Introduce HostAddressRichard Henderson1-132/+114
2023-05-05tcg/arm: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson1-57/+56
2023-05-05tcg/aarch64: Introduce HostAddressRichard Henderson1-27/+59
2023-05-05tcg/aarch64: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson1-19/+17
2023-05-05tcg/i386: Introduce tcg_out_testiRichard Henderson1-12/+18
2023-05-05tcg/i386: Drop r0+r1 local variables from tcg_out_tlb_loadRichard Henderson1-16/+16
2023-05-05tcg/i386: Introduce HostAddressRichard Henderson1-75/+90
2023-05-05tcg/i386: Generalize multi-part load overlap testRichard Henderson1-16/+15
2023-05-05tcg/i386: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson1-61/+50
2023-05-05target/sparc: Remove TARGET_ALIGNED_ONLYRichard Henderson5-5/+0
2023-05-05target/sparc: Use cpu_ld*_code_mmuRichard Henderson1-4/+6
2023-05-05target/sparc: Use MO_ALIGN where requiredRichard Henderson1-32/+34
2023-05-05target/hppa: Remove TARGET_ALIGNED_ONLYRichard Henderson2-2/+0
2023-05-05target/hppa: Use MO_ALIGN for system UNALIGN()Richard Henderson1-1/+1
2023-05-05target/alpha: Remove TARGET_ALIGNED_ONLYRichard Henderson2-2/+0
2023-05-05target/alpha: Use MO_ALIGN where requiredRichard Henderson1-16/+20
2023-05-05target/alpha: Use MO_ALIGN for system UNALIGN()Richard Henderson1-1/+1
2023-05-05tcg: Remove compatability helpers for qemu ld/stRichard Henderson1-55/+0
2023-05-05target/xtensa: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson1-2/+2
2023-05-05target/sparc: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson1-15/+28
2023-05-05target/s390x: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson1-81/+71
2023-05-05target/mips: Finish conversion to tcg_gen_qemu_{ld,st}_*Richard Henderson2-5/+5