aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg
AgeCommit message (Expand)AuthorFilesLines
2023-08-31target/arm: Catch illegal-exception-return from EL3 with bad NSE/NSPeter Maydell1-0/+9
2023-08-31target/arm: properly document FEAT_CRC32Alex Bennée1-1/+1
2023-08-31target/arm: Implement FEAT_HPDS2 as a no-opRichard Henderson2-2/+2
2023-08-31target/arm: Apply access checks to neoverse-v1 special registersRichard Henderson1-1/+2
2023-08-31target/arm: Apply access checks to neoverse-n1 special registersRichard Henderson1-9/+37
2023-08-31target/arm: Introduce make_ccsidr64Richard Henderson1-16/+32
2023-08-31target/arm: Support more GM blocksizesRichard Henderson1-8/+48
2023-08-31target/arm: Allow cpu to configure GM blocksizeRichard Henderson4-18/+36
2023-08-24target/arm: Use tcg_gen_negsetcond_*Richard Henderson2-21/+13
2023-08-22target/arm: Fix 64-bit SSRARichard Henderson1-1/+1
2023-08-22target/arm: Fix SME ST1QRichard Henderson1-1/+1
2023-07-31target/arm/tcg: Don't build AArch64 decodetree files for qemu-system-armPeter Maydell1-3/+7
2023-07-31target/arm: Avoid writing to constant TCGv in trans_CSEL()Peter Maydell1-7/+8
2023-07-31target/arm: Fix MemOp for STGPRichard Henderson1-3/+18
2023-07-25arm: spelling fixesMichael Tokarev6-8/+8
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