aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg
AgeCommit message (Expand)Author
2024-08-13target/arm: Fix usage of MMU indexes when EL3 is AArch32Peter Maydell
2024-08-13target/arm: Clear high SVE elements in handle_vec_simd_wshliRichard Henderson
2024-08-09target/arm: Fix BTI versus CF_PCRELRichard Henderson
2024-08-01target/arm: Handle denormals correctly for FMOPA (widening)Peter Maydell
2024-07-29target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl()Peter Maydell
2024-07-29target/arm: Fix UMOPA/UMOPS of 16-bit valuesPeter Maydell
2024-07-29target/arm: Don't assert for 128-bit tile accesses when SVL is 128Peter Maydell
2024-07-23target/arm: Use set/clear_helper_retaddr in SVE and SME helpersRichard Henderson
2024-07-23target/arm: Use set/clear_helper_retaddr in helper-a64.cRichard Henderson
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: 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-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 SQDMULH (by element) with Q=0Richard Henderson
2024-07-01target/arm: Fix VCMLA Dd, Dn, Dm[idx]Richard Henderson
2024-05-30target/arm: Implement FEAT WFxT and enable for '-cpu max'Peter Maydell
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
2024-05-30target/arm: Convert MLA, MLS to decodetreeRichard Henderson
2024-05-30target/arm: Convert MUL, PMUL to decodetreeRichard Henderson
2024-05-30target/arm: Convert SABA, SABD, UABA, UABD to decodetreeRichard Henderson
2024-05-30target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetreeRichard Henderson
2024-05-30target/arm: Convert SRHADD, URHADD to decodetreeRichard Henderson