aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2020-08-28target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimdRichard Henderson
2020-08-28target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimdRichard Henderson
2020-08-28target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimdRichard Henderson
2020-08-28target/arm: Generalize inl_qrdmlah_* helper functionsRichard Henderson
2020-08-28target/arm: Tidy SVE tszimm shift formatsRichard Henderson
2020-08-28target/arm: Split out gen_gvec_ool_zzRichard Henderson
2020-08-28target/arm: Split out gen_gvec_ool_zzzRichard Henderson
2020-08-28target/arm: Split out gen_gvec_ool_zzpRichard Henderson
2020-08-28target/arm: Merge helper_sve_clr_* and helper_sve_movz_*Richard Henderson
2020-08-28target/arm: Split out gen_gvec_ool_zzzpRichard Henderson
2020-08-28target/arm: Use tcg_gen_gvec_bitsel for trans_SEL_ppppRichard Henderson
2020-08-28target/arm: Clean up 4-operand predicate expansionRichard Henderson
2020-08-28target/arm: Merge do_vector2_p into do_mov_pRichard Henderson
2020-08-28target/arm: Rearrange {sve,fp}_check_access assertRichard Henderson
2020-08-28target/arm: Split out gen_gvec_fn_zzz, do_zzz_fnRichard Henderson
2020-08-28target/arm: Split out gen_gvec_fn_zzRichard Henderson
2020-08-28target/arm: Fill in the WnR syndrome bit in mte_check_failRichard Henderson
2020-08-28target/arm: Pass the entire mte descriptor to mte_check_failRichard Henderson
2020-08-28target/arm: Clarify HCR_EL2 ARMCPRegInfo typePhilippe Mathieu-Daudé
2020-08-24target/arm: Use correct FPST for VCMLA, VCADD on fp16Peter Maydell
2020-08-24target/arm: Implement FPST_STD_F16 fpstatusPeter Maydell
2020-08-24target/arm: Make A32/T32 use new fpstatus_ptr() APIPeter Maydell
2020-08-24target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr()Peter Maydell
2020-08-24target/arm: Delete unused ARM_FEATURE_CRCPeter Maydell
2020-08-24target/arm/translate.c: Delete/amend incorrect commentsPeter Maydell
2020-08-24target/arm: Delete unused VFP_DREG macrosPeter Maydell
2020-08-24target/arm: Remove ARCH macroPeter Maydell
2020-08-24target/arm: Convert T32 coprocessor insns to decodetreePeter Maydell
2020-08-24target/arm: Do M-profile NOCP checks early and via decodetreePeter Maydell
2020-08-24target/arm: Tidy up disas_arm_insn()Peter Maydell
2020-08-24target/arm: Convert A32 coprocessor insns to decodetreePeter Maydell
2020-08-24target/arm: Separate decode from handling of coproc insnsPeter Maydell
2020-08-24target/arm: Pull handling of XScale insns out of disas_coproc_insn()Peter Maydell
2020-08-21meson: targetPaolo Bonzini
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-08-05target/arm: Fix Rt/Rt2 in ESR_ELx for copro traps from AArch32 to 64Peter Maydell
2020-08-04target/arm: Fix decode of LDRA[AB] instructionsPeter Collingbourne
2020-08-03target/arm: Avoid maybe-uninitialized warning with gcc 4.9Kaige Li
2020-08-03target/arm: Fix AddPAC error indicationRichard Henderson
2020-07-27target/arm: Improve IMPDEF algorithm for IRGRichard Henderson
2020-07-27target/arm: Always pass cacheattr in S1_ptw_translateRichard Henderson
2020-07-20hw/arm/virt: Enable MTE via a machine propertyRichard Henderson
2020-07-13target/arm: Don't do raw writes for PMINTENCLRAaron Lindsay
2020-07-13target/arm: Fix mtedesc for do_mem_zpzRichard Henderson
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-03target/arm: Fix temp double-free in sve ldr/strRichard Henderson