aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2024-10-01target/arm: Avoid target_ulong for physical address lookupsArd Biesheuvel2-10/+10
2024-09-28Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-1/+0
2024-09-24target/arm: remove break after g_assert_not_reached()Pierrick Bouvier1-1/+0
2024-09-20license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé1-1/+1
2024-09-20mark <zlib.h> with for-crc32 in a consistent mannerMichael Tokarev2-2/+2
2024-09-19target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1Peter Maydell1-1/+1
2024-09-19target/arm: Convert scalar [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetreeRichard Henderson2-127/+63
2024-09-19target/arm: Convert vector [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetreeRichard Henderson2-14/+186
2024-09-19target/arm: Convert SQSHL, UQSHL, SQSHLU (immediate) to decodetreeRichard Henderson2-131/+128
2024-09-19target/arm: Widen NeonGenNarrowEnvFn return to 64 bitsRichard Henderson5-78/+93
2024-09-19target/arm: Convert VQSHL, VQSHLU to gvecRichard Henderson6-110/+94
2024-09-19target/arm: Convert handle_scalar_simd_shli to decodetreeRichard Henderson2-35/+13
2024-09-19target/arm: Convert handle_scalar_simd_shri to decodetreeRichard Henderson2-70/+86
2024-09-19target/arm: Convert SHRN, RSHRN to decodetreeRichard Henderson2-48/+55
2024-09-19target/arm: Split out subroutines of handle_shri_with_rndaccRichard Henderson1-56/+82
2024-09-19target/arm: Push tcg_rnd into handle_shri_with_rndaccRichard Henderson1-26/+6
2024-09-19target/arm: Convert SSHLL, USHLL to decodetreeRichard Henderson2-44/+45
2024-09-19target/arm: Use {, s}extract in handle_vec_simd_wshliRichard Henderson1-2/+5
2024-09-19target/arm: Convert handle_vec_simd_shli to decodetreeRichard Henderson2-30/+18
2024-09-19target/arm: Convert handle_vec_simd_shri to decodetreeRichard Henderson2-60/+89
2024-09-19target/arm: Fix whitespace near gen_srshr64_i64Richard Henderson1-1/+1
2024-09-19target/arm: Introduce gen_gvec_sshr, gen_gvec_ushrRichard Henderson4-38/+27
2024-09-19target/arm: Convert MOVI, FMOV, ORR, BIC (vector immediate) to decodetreeRichard Henderson2-67/+59
2024-09-19target/arm: Convert FMOVI (scalar, immediate) to decodetreeRichard Henderson2-48/+30
2024-09-19target/arm: Convert FMAXNMV, FMINNMV, FMAXV, FMINV to decodetreeRichard Henderson2-123/+67
2024-09-19target/arm: Convert ADDV, *ADDLV, *MAXV, *MINV to decodetreeRichard Henderson2-91/+61
2024-09-19target/arm: Simplify do_reduction_opRichard Henderson1-27/+13
2024-09-19target/arm: Convert UZP, TRN, ZIP to decodetreeRichard Henderson2-90/+77
2024-09-19target/arm: Convert TBL, TBX to decodetreeRichard Henderson2-33/+18
2024-09-19target/arm: Convert EXT to decodetreeRichard Henderson2-73/+53
2024-09-19target/arm: Use tcg_gen_extract2_i64 for EXTRichard Henderson1-20/+3
2024-09-19target/arm: Use cmpsel in gen_sshl_vecRichard Henderson1-5/+3
2024-09-19target/arm: Use cmpsel in gen_ushl_vecRichard Henderson1-11/+8
2024-09-19target/arm: Replace tcg_gen_dupi_vec with constants in translate-sve.cRichard Henderson1-79/+49
2024-09-19target/arm: Replace tcg_gen_dupi_vec with constants in gengvec.cRichard Henderson1-24/+19
2024-09-13target/arm/tcg: refine cache descriptions with a wrapperAlireza Sanaee3-60/+117
2024-09-13hvf: arm: Implement and use hvf_get_physical_address_rangeDanny Canter4-1/+108
2024-09-13hvf: Split up hv_vm_create logic per archDanny Canter1-0/+9
2024-09-10gdbstub: Add support for MTE in system modeGustavo Romero1-2/+4
2024-09-10gdbstub: Use specific MMU index when probing MTE addressesGustavo Romero1-4/+13
2024-09-05target/arm: Correct names of VFP VFNMA and VFNMS insnsPeter Maydell2-10/+10
2024-09-05target/arm: Enable FEAT_EBF16 in the "max" CPUPeter Maydell2-3/+2
2024-09-05target/arm: Implement FPCR.EBF=1 semantics for bfdotadd()Peter Maydell1-3/+54
2024-09-05target/arm: Prepare bfdotadd() callers for FEAT_EBF supportPeter Maydell3-65/+193
2024-09-05target/arm: Pass env pointer through to gvec_bfmmla helperPeter Maydell5-7/+8
2024-09-05target/arm: Pass env pointer through to gvec_bfdot_idx helperPeter Maydell5-7/+22
2024-09-05target/arm: Pass env pointer through to gvec_bfdot helperPeter Maydell5-7/+77
2024-09-05target/arm: Pass env pointer through to sme_bfmopa helperPeter Maydell3-5/+5
2024-09-05target/arm: Allow setting the FPCR.EBF bit for FEAT_EBF16Peter Maydell3-2/+12
2024-08-13target/arm: Fix usage of MMU indexes when EL3 is AArch32Peter Maydell8-34/+81