aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2024-07-22gdbstub: Re-factor gdb command extensionsAlex Bennée
2024-07-18hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki
2024-07-18target/arm: Use FPST_F16 for SME FMOPA (widening)Richard Henderson
2024-07-18target/arm: Use float_status copy in sme_fmopa_sDaniyal Khan
2024-07-18target/arm: LDAPR should honour SCTLR_ELx.nAAPeter Maydell
2024-07-18target/arm: Fix handling of LDAPR/STLR with negative offsetPeter Maydell
2024-07-11target/arm: Convert PMULL to decodetreeRichard Henderson
2024-07-11target/arm: Convert ADDHN, SUBHN, RADDHN, RSUBHN to decodetreeRichard Henderson
2024-07-11target/arm: Convert SADDW, SSUBW, UADDW, USUBW to decodetreeRichard Henderson
2024-07-11target/arm: Convert SQDMULL, SQDMLAL, SQDMLSL to decodetreeRichard Henderson
2024-07-11target/arm: Convert SADDL, SSUBL, SABDL, SABAL, and unsigned to decodetreeRichard Henderson
2024-07-11target/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to decodetreeRichard Henderson
2024-07-11target/arm: Set arm_v7m_tcg_ops cpu_exec_halt to arm_cpu_exec_halt()Peter Maydell
2024-07-11target/arm: Use cpu_env in cpu_untagged_addrRichard Henderson
2024-07-11target/arm: Allow FPCR bits that aren't in FPSCRPeter Maydell
2024-07-11target/arm: Rename FPSR_MASK and FPCR_MASK and define them symbolicallyPeter Maydell
2024-07-11target/arm: Rename FPCR_ QC, NZCV macros to FPSR_Peter Maydell
2024-07-11target/arm: Store FPSR and FPCR in separate CPU state fieldsPeter Maydell
2024-07-11target/arm: Implement store_cpu_field_low32() macroPeter Maydell
2024-07-11target/arm: Support migration when FPSR/FPCR won't fit in the FPSCRPeter Maydell
2024-07-11target/arm: Make vfp_set_fpscr() call vfp_set_{fpcr, fpsr}Peter Maydell
2024-07-11target/arm: Make vfp_get_fpscr() call vfp_get_{fpcr, fpsr}Peter Maydell
2024-07-11target/arm: Correct comments about M-profile FPSCRPeter Maydell
2024-07-05gdbstub: Add support for MTE in user modeGustavo Romero
2024-07-05target/arm: Make some MTE helpers widely availableGustavo Romero
2024-07-05target/arm: Fix exception case in allocation_tag_mem_probeGustavo Romero
2024-07-01target/arm: Enable FEAT_Debugv8p8 for -cpu maxGustavo Romero
2024-07-01target/arm: Move initialization of debug ID registersGustavo Romero
2024-07-01target/arm: Fix indentationGustavo Romero
2024-07-01target/arm: Delete dead code from disas_simd_indexedRichard Henderson
2024-07-01target/arm: Convert FCMLA to decodetreeRichard Henderson
2024-07-01target/arm: Convert FCADD to decodetreeRichard Henderson
2024-07-01target/arm: Add data argument to do_fp3_vectorRichard Henderson
2024-07-01target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA to decodetreeRichard Henderson
2024-07-01target/arm: Convert BFMLALB, BFMLALT to decodetreeRichard Henderson
2024-07-01target/arm: Convert BFDOT to decodetreeRichard Henderson
2024-07-01target/arm: Convert SUDOT, USDOT to decodetreeRichard Henderson
2024-07-01target/arm: Convert SDOT, UDOT to decodetreeRichard Henderson
2024-07-01target/arm: Convert SQRDMLAH, SQRDMLSH to decodetreeRichard Henderson
2024-07-01target/arm: Fix FJCVTZS vs flush-to-zeroRichard Henderson
2024-07-01target/arm: Fix SQDMULH (by element) with Q=0Richard Henderson
2024-07-01target/arm: Fix VCMLA Dd, Dn, Dm[idx]Richard Henderson
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-06-04target/arm: Replace sprintf() by snprintf()Philippe Mathieu-Daudé
2024-05-30target/arm: Implement FEAT WFxT and enable for '-cpu max'Peter Maydell
2024-05-30target/arm: Disable SVE extensions when SVE is disabledMarcin Juszkiewicz
2024-05-30target/arm: Convert FCSEL to decodetreeRichard Henderson
2024-05-30target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetreeRichard Henderson
2024-05-30target/arm: Convert SQDMULH, SQRDMULH to decodetreeRichard Henderson
2024-05-30target/arm: Tidy SQDMULH, SQRDMULH (vector)Richard Henderson