aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-06-21target/tricore: Indirect jump insns use tcg_gen_lookup_and_goto_ptr()Bastian Koppelmann1-1/+6
2023-06-21target/tricore: ENABLE exit to main-loopBastian Koppelmann1-0/+5
2023-06-21target/tricore: Introduce DISAS_TARGET_EXITBastian Koppelmann1-13/+12
2023-06-21target/tricore: Fix RR_JLI clobbering reg A[11]Bastian Koppelmann1-1/+1
2023-06-21target/tricore: Fix helper_ret() not correctly restoring PSWBastian Koppelmann1-4/+4
2023-06-21target/tricore: Add CHECK_REG_PAIR() for insn accessing 64 bit regsBastian Koppelmann1-2/+9
2023-06-21target/tricore: Correctly fix saving PSW.CDE to CSA on callBastian Koppelmann1-1/+6
2023-06-21target/tricore: Fix out-of-bounds index in imask instructionSiqi Chen1-0/+1
2023-06-21target/tricore: Add DISABLE insn variantBastian Koppelmann2-1/+11
2023-06-21target/tricore: Implement SYCSCALL insnBastian Koppelmann1-1/+1
2023-06-21target/tricore: Add shuffle insnBastian Koppelmann4-0/+46
2023-06-21target/tricore: Add crc32.b insnBastian Koppelmann4-0/+17
2023-06-21target/tricore: Add crc32l.w insnBastian Koppelmann4-5/+23
2023-06-21target/tricore: Add LHA insnBastian Koppelmann2-3/+20
2023-06-21target/tricore: Add popcnt.w insnBastian Koppelmann2-0/+8
2023-06-21target/tricore: Introduce ISA 1.6.2 featureBastian Koppelmann2-0/+14
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé30-73/+73
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé1-1/+1
2023-06-20target/ppc: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé2-14/+12
2023-06-20target/m68k: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé4-25/+23
2023-06-20target/tricore: Remove pointless CONFIG_SOFTMMU guardPhilippe Mathieu-Daudé1-2/+0
2023-06-20target/i386: Simplify i386_tr_init_disas_context()Philippe Mathieu-Daudé1-3/+0
2023-06-19target/arm: Convert load/store tags insns to decodetreePeter Maydell2-177/+190
2023-06-19target/arm: Convert load/store single structure to decodetreePeter Maydell2-108/+127
2023-06-19target/arm: Convert load/store (multiple structures) to decodetreePeter Maydell2-108/+128
2023-06-19target/arm: Convert LDAPR/STLR (imm) to decodetreePeter Maydell2-84/+54
2023-06-19target/arm: Convert load (pointer auth) insns to decodetreePeter Maydell2-67/+23
2023-06-19target/arm: Convert atomic memory ops to decodetreePeter Maydell2-98/+70
2023-06-19target/arm: Convert LDR/STR reg+reg to decodetreePeter Maydell2-87/+98
2023-06-19target/arm: Convert LDR/STR with 12-bit immediate to decodetreePeter Maydell2-88/+41
2023-06-19target/arm: Convert ld/st reg+imm9 insns to decodetreePeter Maydell2-118/+149
2023-06-19target/arm: Convert load/store-pair to decodetreePeter Maydell2-196/+249
2023-06-19target/arm: Convert load reg (literal) group to decodetreePeter Maydell2-54/+35
2023-06-19target/arm: Convert LDXP, STXP, CASP, CAS to decodetreePeter Maydell2-76/+50
2023-06-19target/arm: Convert load/store exclusive and ordered to decodetreePeter Maydell2-62/+103
2023-06-19target/arm: Convert exception generation instructions to decodetreePeter Maydell2-106/+76
2023-06-19target/arm: Convert MSR (reg), MRS, SYS, SYSL to decodetreePeter Maydell2-28/+14
2023-06-19target/arm: Convert MSR (immediate) to decodetreePeter Maydell2-115/+123
2023-06-19target/arm: Convert CFINV, XAFLAG and AXFLAG to decodetreePeter Maydell2-27/+32
2023-06-19target/arm: Convert barrier insns to decodetreePeter Maydell2-53/+46
2023-06-19target/arm: Convert hint instruction space to decodetreePeter Maydell2-123/+185
2023-06-19target/arm: Consistently use finalize_memop_asimd() for ASIMD loads/storesPeter Maydell1-4/+6
2023-06-19target/arm: Pass memop to gen_mte_check1_mmuidx() in reg_imm9 decodePeter Maydell1-1/+1
2023-06-19target/arm: Return correct result for LDG when ATA=0Peter Maydell1-1/+5
2023-06-19target/arm: Fix return value from LDSMIN/LDSMAX 8/16 bit atomicsPeter Maydell1-2/+16
2023-06-16Merge tag 'pull-loongarch-20230616' of https://gitlab.com/gaosong/qemu into s...Richard Henderson2-2/+4
2023-06-16target/loongarch: Fix CSR.DMW0-3.VSEG checkJiajie Chen1-2/+2
2023-06-16hw/intc: Set physical cpuid route for LoongArch ipi deviceTianrui Zhao1-0/+2
2023-06-15target/arm: Allow users to set the number of VFP registersCédric Le Goater2-0/+34
2023-06-14Merge tag 'pull-riscv-to-apply-20230614' of https://github.com/alistair23/qem...Richard Henderson17-498/+698