aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg
AgeCommit message (Expand)AuthorFilesLines
2023-07-09target/arm: Use aesdec_IMCRichard Henderson1-19/+14
2023-07-09target/arm: Use aesenc_MCRichard Henderson1-1/+14
2023-07-09target/arm: Use aesdec_ISB_ISR_AKRichard Henderson1-21/+16
2023-07-09target/arm: Use aesenc_SB_SR_AKRichard Henderson1-1/+23
2023-07-08target/arm: Demultiplex AESE and AESMCRichard Henderson5-27/+39
2023-07-08target/arm: Move aesmc and aesimc tables to crypto/aes.cRichard Henderson1-138/+5
2023-07-06target/arm: Define neoverse-v1Peter Maydell1-0/+128
2023-07-06target/arm: Fix SME full tile indexingRichard Henderson1-6/+18
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée1-4/+0
2023-06-23target/arm: Fix sve predicate store, 8 <= VQ <= 15Richard Henderson1-1/+1
2023-06-23target/arm: Add cpu properties for enabling FEAT_RMERichard Henderson1-0/+53
2023-06-23target/arm: Implement GPC exceptionsRichard Henderson1-3/+93
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-1/+1
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-06target/arm: Enable FEAT_LSE2 for -cpu maxRichard Henderson1-0/+1
2023-06-06target/arm: Move mte check for store-exclusiveRichard Henderson1-6/+36
2023-06-06target/arm: Relax ordered/atomic alignment checks for LSE2Richard Henderson3-26/+104
2023-06-06target/arm: Add SCTLR.nAA to TBFLAG_A64Richard Henderson3-0/+9
2023-06-06target/arm: Check alignment in helper_mte_checkRichard Henderson2-0/+20
2023-06-06target/arm: Pass single_memop to gen_mte_checkNRichard Henderson3-15/+22
2023-06-06target/arm: Pass memop to gen_mte_check1*Richard Henderson3-42/+49
2023-06-06target/arm: Hoist finalize_memop out of do_fp_{ld, st}Richard Henderson1-20/+23
2023-06-06target/arm: Hoist finalize_memop out of do_gpr_{ld, st}Richard Henderson1-26/+35
2023-06-06target/arm: Load/store integer pair with one tcg operationRichard Henderson1-15/+55
2023-06-06target/arm: Sink gen_mte_check1 into load/store_exclusiveRichard Henderson1-23/+21
2023-06-06target/arm: Use tcg_gen_qemu_{ld, st}_i128 in gen_sve_{ld, st}rRichard Henderson1-25/+70
2023-06-06target/arm: Use tcg_gen_qemu_st_i128 for STZG, STZ2GRichard Henderson1-7/+10
2023-06-06target/arm: Use tcg_gen_qemu_{st, ld}_i128 for do_fp_{st, ld}Richard Henderson2-24/+35