aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-13target/i386: Rename helper template headers as '.h.inc'Philippe Mathieu-Daudé6-11/+11
2023-06-13target/i386/helper: Shuffle do_cpu_init()Philippe Mathieu-Daudé1-8/+4
2023-06-13target/i386/helper: Remove do_cpu_sipi() stub for user-mode emulationPhilippe Mathieu-Daudé2-4/+2
2023-06-13target/hppa/meson: Only build int_helper.o with system emulationPhilippe Mathieu-Daudé2-4/+1
2023-06-13target/riscv: Smepmp: Return error when access permission not allowed in PMPHimanshu Chauhan1-8/+2
2023-06-13target/riscv/vector_helper.c: Remove the check for extra tail elementsXiao Wang1-16/+6
2023-06-13target/riscv/vector_helper.c: clean up reference of MTYPEXiao Wang1-5/+1
2023-06-13target/riscv: Fix initialized value for cur_pmmaskWeiwei Li1-2/+2
2023-06-13target/riscv: Remove pc_succ_insn from DisasContextWeiwei Li1-6/+1
2023-06-13target/riscv: Enable PC-relative translationWeiwei Li4-20/+74
2023-06-13target/riscv: Use true diff for gen_pc_plus_diffWeiwei Li3-12/+9
2023-06-13target/riscv: Change gen_set_pc_imm to gen_update_pcWeiwei Li6-13/+13
2023-06-13target/riscv: Change gen_goto_tb to work on displacementsWeiwei Li2-5/+7
2023-06-13target/riscv: Introduce cur_insn_len into DisasContextWeiwei Li1-1/+3
2023-06-13target/riscv: Fix target address to update badaddrWeiwei Li3-20/+28
2023-06-13target/riscv: Pass RISCVCPUConfig as target_info to disassemble_infoWeiwei Li1-0/+1
2023-06-13target/riscv: Split RISCVCPUConfig declarations from cpu.h into cpu_cfg.hWeiwei Li2-113/+137
2023-06-13target/riscv: smstateen knobsMayuresh Chitale1-1/+2
2023-06-13target/riscv: Reuse tb->flags.FSMayuresh Chitale2-3/+10
2023-06-13target/riscv: smstateen check for fcsrMayuresh Chitale1-0/+15
2023-06-13target/riscv: Update cur_pmmask/base when xl changesWeiwei Li1-1/+8
2023-06-13target/riscv: Fix pointer mask transformation for vector addressWeiwei Li1-1/+1