aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2021-10-18target/mips: Remove unused TCG temporary in gen_mipsdsp_accinsn()Philippe Mathieu-Daudé1-4/+0
2021-10-18target/mips: Fix DEXTRV_S.H DSP opcodePhilippe Mathieu-Daudé1-2/+1
2021-10-18target/mips: Use tcg_constant_tl() in gen_compute_compact_branch()Philippe Mathieu-Daudé1-3/+1
2021-10-18target/mips: Use explicit extract32() calls in gen_msa_i5()Philippe Mathieu-Daudé1-7/+4
2021-10-18target/mips: Use tcg_constant_i32() in gen_msa_3rf()Philippe Mathieu-Daudé1-9/+14
2021-10-18target/mips: Use tcg_constant_i32() in gen_msa_2r()Philippe Mathieu-Daudé1-3/+2
2021-10-18target/mips: Use tcg_constant_i32() in gen_msa_2rf()Philippe Mathieu-Daudé1-2/+1
2021-10-18target/mips: Use tcg_constant_i32() in gen_msa_elm_df()Philippe Mathieu-Daudé1-2/+1
2021-10-18target/mips: Remove unused register from MSA 2R/2RF instruction formatPhilippe Mathieu-Daudé1-6/+0
2021-10-17target/mips: Check nanoMIPS DSP MULT[U] accumulator with Release 6Philippe Mathieu-Daudé1-0/+6
2021-10-15target/xtensa: Drop check for singlestep_enabledRichard Henderson1-17/+8
2021-10-15target/tricore: Drop check for singlestep_enabledRichard Henderson3-21/+1
2021-10-15target/sh4: Drop check for singlestep_enabledRichard Henderson3-17/+3
2021-10-15target/s390x: Drop check for singlestep_enabledRichard Henderson1-6/+2
2021-10-15target/rx: Drop checks for singlestep_enabledRichard Henderson3-19/+2
2021-10-15target/riscv: Remove exit_tb and lookup_and_goto_ptrRichard Henderson4-34/+7
2021-10-15target/riscv: Remove dead code after exceptionRichard Henderson1-5/+1
2021-10-15target/ppc: Drop exit checks for singlestep_enabledRichard Henderson1-30/+8
2021-10-15target/openrisc: Drop checks for singlestep_enabledRichard Henderson1-15/+3
2021-10-15target/mips: Drop exit checks for singlestep_enabledRichard Henderson1-32/+18
2021-10-15target/mips: Fix single steppingRichard Henderson1-9/+16
2021-10-15target/microblaze: Drop checks for singlestep_enabledRichard Henderson1-12/+2
2021-10-15target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMPRichard Henderson1-2/+2
2021-10-15target/m68k: Drop checks for singlestep_enabledRichard Henderson1-35/+9
2021-10-15target/i386: Drop check for singlestep_enabledRichard Henderson3-12/+1
2021-10-15target/i386: Check CF_NO_GOTO_TB for dc->jmp_optRichard Henderson1-2/+3
2021-10-15target/hppa: Drop checks for singlestep_enabledRichard Henderson1-13/+4
2021-10-15target/arm: Drop checks for singlestep_enabledRichard Henderson2-38/+8
2021-10-15target/hexagon: Drop checks for singlestep_enabledRichard Henderson1-10/+2
2021-10-15target/cris: Drop checks for singlestep_enabledRichard Henderson1-16/+0
2021-10-15target/avr: Drop checks for singlestep_enabledRichard Henderson1-15/+4
2021-10-15target/alpha: Drop checks for singlestep_enabledRichard Henderson1-10/+3
2021-10-15Merge remote-tracking branch 'remotes/thuth/tags/pull-request-2021-10-15' int...Richard Henderson1-17/+1
2021-10-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into stagingRichard Henderson10-373/+135
2021-10-13Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20211013' into stagingRichard Henderson1-83/+90
2021-10-13target/alpha: Reorg integer memory operationsRichard Henderson1-64/+40
2021-10-13target/alpha: Reorg fp memory operationsRichard Henderson1-26/+57
2021-10-13target/arm: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson2-47/+11
2021-10-13target/sparc: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson1-7/+7
2021-10-13target/s390x: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson1-4/+4
2021-10-13target/mips: Use 8-byte memory ops for msa load/storeRichard Henderson1-130/+71
2021-10-13target/mips: Use cpu_*_data_ra for msa load/storeRichard Henderson1-285/+135
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson4-4/+0
2021-10-13target/hexagon: Implement cpu_mmu_indexRichard Henderson1-0/+9
2021-10-13target/s390x: Use MO_128 for 16 byte atomicsRichard Henderson1-2/+2
2021-10-13target/ppc: Use MO_128 for 16 byte atomicsRichard Henderson1-5/+7
2021-10-13target/i386: Use MO_128 for 16 byte atomicsRichard Henderson1-1/+1
2021-10-13target/arm: Use MO_128 for 16 byte atomicsRichard Henderson1-4/+4
2021-10-13s390x: sigp: Force Set Architecture to return Invalid ParameterEric Farman1-17/+1
2021-10-13target/i386/sev: Use local variable for kvm_sev_launch_measureDov Murik1-9/+7