Age | Commit message (Expand) | Author |
2024-08-13 | target/arm: Fix usage of MMU indexes when EL3 is AArch32 | Peter Maydell |
2024-08-13 | target/arm: Clear high SVE elements in handle_vec_simd_wshli | Richard Henderson |
2024-08-09 | target/arm: Fix BTI versus CF_PCREL | Richard Henderson |
2024-08-01 | target/arm: Handle denormals correctly for FMOPA (widening) | Peter Maydell |
2024-07-29 | target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl() | Peter Maydell |
2024-07-29 | target/arm: Fix UMOPA/UMOPS of 16-bit values | Peter Maydell |
2024-07-29 | target/arm: Don't assert for 128-bit tile accesses when SVL is 128 | Peter Maydell |
2024-07-23 | target/arm: Use set/clear_helper_retaddr in SVE and SME helpers | Richard Henderson |
2024-07-23 | target/arm: Use set/clear_helper_retaddr in helper-a64.c | Richard Henderson |
2024-07-18 | target/arm: Use FPST_F16 for SME FMOPA (widening) | Richard Henderson |
2024-07-18 | target/arm: Use float_status copy in sme_fmopa_s | Daniyal Khan |
2024-07-18 | target/arm: LDAPR should honour SCTLR_ELx.nAA | Peter Maydell |
2024-07-18 | target/arm: Fix handling of LDAPR/STLR with negative offset | Peter Maydell |
2024-07-11 | target/arm: Convert PMULL to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert ADDHN, SUBHN, RADDHN, RSUBHN to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SADDW, SSUBW, UADDW, USUBW to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SQDMULL, SQDMLAL, SQDMLSL to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SADDL, SSUBL, SABDL, SABAL, and unsigned to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to decodetree | Richard Henderson |
2024-07-11 | target/arm: Set arm_v7m_tcg_ops cpu_exec_halt to arm_cpu_exec_halt() | Peter Maydell |
2024-07-11 | target/arm: Rename FPCR_ QC, NZCV macros to FPSR_ | Peter Maydell |
2024-07-11 | target/arm: Store FPSR and FPCR in separate CPU state fields | Peter Maydell |
2024-07-11 | target/arm: Implement store_cpu_field_low32() macro | Peter Maydell |
2024-07-05 | target/arm: Make some MTE helpers widely available | Gustavo Romero |
2024-07-05 | target/arm: Fix exception case in allocation_tag_mem_probe | Gustavo Romero |
2024-07-01 | target/arm: Enable FEAT_Debugv8p8 for -cpu max | Gustavo Romero |
2024-07-01 | target/arm: Move initialization of debug ID registers | Gustavo Romero |
2024-07-01 | target/arm: Fix indentation | Gustavo Romero |
2024-07-01 | target/arm: Delete dead code from disas_simd_indexed | Richard Henderson |
2024-07-01 | target/arm: Convert FCMLA to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert FCADD to decodetree | Richard Henderson |
2024-07-01 | target/arm: Add data argument to do_fp3_vector | Richard Henderson |
2024-07-01 | target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert BFMLALB, BFMLALT to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert BFDOT to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert SUDOT, USDOT to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert SDOT, UDOT to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert SQRDMLAH, SQRDMLSH to decodetree | Richard Henderson |
2024-07-01 | target/arm: Fix SQDMULH (by element) with Q=0 | Richard Henderson |
2024-07-01 | target/arm: Fix VCMLA Dd, Dn, Dm[idx] | Richard Henderson |
2024-05-30 | target/arm: Implement FEAT WFxT and enable for '-cpu max' | Peter Maydell |
2024-05-30 | target/arm: Convert FCSEL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SQDMULH, SQRDMULH to decodetree | Richard Henderson |
2024-05-30 | target/arm: Tidy SQDMULH, SQRDMULH (vector) | Richard Henderson |
2024-05-30 | target/arm: Convert MLA, MLS to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert MUL, PMUL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SABA, SABD, UABA, UABD to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SRHADD, URHADD to decodetree | Richard Henderson |