aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
5 daystarget/arm: Convert PMULL to decodetreeRichard Henderson2-82/+15
5 daystarget/arm: Convert ADDHN, SUBHN, RADDHN, RSUBHN to decodetreeRichard Henderson2-71/+61
5 daystarget/arm: Convert SADDW, SSUBW, UADDW, USUBW to decodetreeRichard Henderson2-43/+48
5 daystarget/arm: Convert SQDMULL, SQDMLAL, SQDMLSL to decodetreeRichard Henderson2-499/+138
5 daystarget/arm: Convert SADDL, SSUBL, SABDL, SABAL, and unsigned to decodetreeRichard Henderson2-72/+87
5 daystarget/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to decodetreeRichard Henderson2-50/+156
5 daystarget/arm: Set arm_v7m_tcg_ops cpu_exec_halt to arm_cpu_exec_halt()Peter Maydell3-1/+5
5 daystarget/arm: Use cpu_env in cpu_untagged_addrRichard Henderson1-2/+2
5 daystarget/arm: Allow FPCR bits that aren't in FPSCRPeter Maydell1-21/+35
5 daystarget/arm: Rename FPSR_MASK and FPCR_MASK and define them symbolicallyPeter Maydell3-11/+40
5 daystarget/arm: Rename FPCR_ QC, NZCV macros to FPSR_Peter Maydell5-24/+27
5 daystarget/arm: Store FPSR and FPCR in separate CPU state fieldsPeter Maydell6-27/+28
5 daystarget/arm: Implement store_cpu_field_low32() macroPeter Maydell1-0/+7
5 daystarget/arm: Support migration when FPSR/FPCR won't fit in the FPSCRPeter Maydell1-2/+132
5 daystarget/arm: Make vfp_set_fpscr() call vfp_set_{fpcr, fpsr}Peter Maydell2-44/+78
5 daystarget/arm: Make vfp_get_fpscr() call vfp_get_{fpcr, fpsr}Peter Maydell2-21/+37
5 daystarget/arm: Correct comments about M-profile FPSCRPeter Maydell1-3/+2
11 daysgdbstub: Add support for MTE in user modeGustavo Romero4-0/+276
11 daystarget/arm: Make some MTE helpers widely availableGustavo Romero2-38/+73
11 daystarget/arm: Fix exception case in allocation_tag_mem_probeGustavo Romero1-0/+3
2024-07-01target/arm: Enable FEAT_Debugv8p8 for -cpu maxGustavo Romero2-4/+4
2024-07-01target/arm: Move initialization of debug ID registersGustavo Romero2-3/+30
2024-07-01target/arm: Fix indentationGustavo Romero1-1/+1
2024-07-01target/arm: Delete dead code from disas_simd_indexedRichard Henderson1-93/+0
2024-07-01target/arm: Convert FCMLA to decodetreeRichard Henderson2-170/+74
2024-07-01target/arm: Convert FCADD to decodetreeRichard Henderson2-23/+13
2024-07-01target/arm: Add data argument to do_fp3_vectorRichard Henderson1-26/+26
2024-07-01target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA to decodetreeRichard Henderson2-28/+12
2024-07-01target/arm: Convert BFMLALB, BFMLALT to decodetreeRichard Henderson2-48/+31
2024-07-01target/arm: Convert BFDOT to decodetreeRichard Henderson2-15/+7
2024-07-01target/arm: Convert SUDOT, USDOT to decodetreeRichard Henderson2-27/+11
2024-07-01target/arm: Convert SDOT, UDOT to decodetreeRichard Henderson2-26/+35
2024-07-01target/arm: Convert SQRDMLAH, SQRDMLSH to decodetreeRichard Henderson4-124/+180
2024-07-01target/arm: Fix FJCVTZS vs flush-to-zeroRichard Henderson1-9/+9
2024-07-01target/arm: Fix SQDMULH (by element) with Q=0Richard Henderson1-8/+16
2024-07-01target/arm: Fix VCMLA Dd, Dn, Dm[idx]Richard Henderson1-2/+2
2024-06-24gdbstub: move enums into separate headerAlex Bennée3-3/+3
2024-06-04target/arm: Replace sprintf() by snprintf()Philippe Mathieu-Daudé1-2/+2
2024-05-30target/arm: Implement FEAT WFxT and enable for '-cpu max'Peter Maydell11-2/+179
2024-05-30target/arm: Disable SVE extensions when SVE is disabledMarcin Juszkiewicz1-1/+5
2024-05-30target/arm: Convert FCSEL to decodetreeRichard Henderson2-63/+49
2024-05-30target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetreeRichard Henderson2-148/+93
2024-05-30target/arm: Convert SQDMULH, SQRDMULH to decodetreeRichard Henderson4-196/+172
2024-05-30target/arm: Tidy SQDMULH, SQRDMULH (vector)Richard Henderson4-39/+31
2024-05-30target/arm: Convert MLA, MLS to decodetreeRichard Henderson2-54/+31
2024-05-30target/arm: Convert MUL, PMUL to decodetreeRichard Henderson2-31/+25
2024-05-30target/arm: Convert SABA, SABD, UABA, UABD to decodetreeRichard Henderson2-16/+10
2024-05-30target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetreeRichard Henderson2-16/+10
2024-05-30target/arm: Convert SRHADD, URHADD to decodetreeRichard Henderson2-8/+5
2024-05-30target/arm: Convert SRHADD, URHADD to gvecRichard Henderson6-98/+158