aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2021-08-25target/arm: Implement MVE VPNOTPeter Maydell4-0/+38
2021-08-25target/arm: Implement MVE VMOV to/from 2 general-purpose registersPeter Maydell4-1/+91
2021-08-25target/arm: Implement MVE VMAXA, VMINAPeter Maydell4-0/+40
2021-08-25target/arm: Implement MVE VQABS, VQNEGPeter Maydell4-0/+50
2021-08-25target/arm: Implement MVE saturating doubling multiply accumulatesPeter Maydell4-0/+120
2021-08-25target/arm: Implement MVE VMLAPeter Maydell4-0/+11
2021-08-25target/arm: Implement MVE VMLADAV and VMLSLDAVPeter Maydell4-5/+150
2021-08-25target/arm: Rename MVEGenDualAccOpFn to MVEGenLongDualAccOpFnPeter Maydell1-8/+8
2021-08-25target/arm: Implement MVE narrowing movesPeter Maydell4-0/+132
2021-08-25target/arm: Implement MVE VABAVPeter Maydell4-0/+82
2021-08-25target/arm: Implement MVE integer min/max across vectorPeter Maydell4-2/+150
2021-08-25target/arm: Move 'x' and 'a' bit definitions into vmlaldav formatsPeter Maydell1-8/+8
2021-08-25target/arm: Implement MVE shift-by-scalarPeter Maydell4-3/+76
2021-08-25target/arm: Implement MVE VMLASPeter Maydell4-0/+34
2021-08-25target/arm: Implement MVE VPSELPeter Maydell4-2/+28
2021-08-25target/arm: Implement MVE integer vector-vs-scalar comparisonsPeter Maydell4-12/+127
2021-08-25target/arm: Implement MVE integer vector comparisonsPeter Maydell4-1/+152
2021-08-25target/arm: Factor out gen_vpst()Peter Maydell1-14/+17
2021-08-25target/arm: Implement MVE incrementing/decrementing dup insnsPeter Maydell4-0/+220
2021-08-25target/arm: Implement MVE VMULL (polynomial)Peter Maydell6-5/+83
2021-08-25target/arm: Fix VLDRB/H/W for predicated elementsPeter Maydell1-3/+5
2021-08-25target/arm: Fix VPT advance when ECI is non-zeroPeter Maydell1-7/+17
2021-08-25target/arm: Factor out mve_eci_mask()Peter Maydell1-24/+34
2021-08-25target/arm: Fix calculation of LTP mask when LR is 0Peter Maydell1-1/+2
2021-08-25target/arm: Fix MVE 48-bit SQRSHRL for small right shiftsPeter Maydell1-2/+9
2021-08-25target/arm: Fix 48-bit saturating shiftsPeter Maydell1-7/+5
2021-08-25target/arm: Fix mask handling for MVE narrowing operationsPeter Maydell1-1/+3
2021-08-25target/arm: Fix signed VADDVPeter Maydell1-3/+3
2021-08-25target/arm: Fix MVE VSLI by 0 and VSRI by <dt>Peter Maydell1-4/+5
2021-08-25target/arm: Print MVE VPR in CPU dumpsPeter Maydell1-0/+3
2021-08-25target/arm: Note that we handle VMOVL as a special case of VSHLLPeter Maydell1-0/+2
2021-07-27target/arm: Add sve-default-vector-length cpu propertyRichard Henderson3-2/+77
2021-07-27target/arm: Export aarch64_sve_zcr_get_valid_lenRichard Henderson2-2/+12
2021-07-27target/arm: Correctly bound length in sve_zcr_get_valid_lenRichard Henderson1-1/+3
2021-07-27target/arm: Report M-profile alignment faults correctly to the guestPeter Maydell1-0/+8
2021-07-27target/arm: Add missing 'return's after calling v7m_exception_taken()Peter Maydell1-0/+2
2021-07-27target/arm: Enforce that M-profile SP low 2 bits are always zeroPeter Maydell3-6/+15
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson4-63/+0
2021-07-21target/arm: Implement debug_check_breakpointRichard Henderson4-4/+8
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson1-4/+4
2021-07-18target/arm: Remove duplicate 'plus1' function from Neon and SVE decodePeter Maydell5-14/+4
2021-07-18target/arm: Fix offsets for TTBCRRichard Henderson1-4/+7
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell3-36/+8
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-0/+6
2021-07-09target/arm: Use translator_use_goto_tb for aarch32Richard Henderson1-11/+1
2021-07-09target/arm: Use translator_use_goto_tb for aarch64Richard Henderson1-20/+5
2021-07-09target/arm: Use DISAS_TOO_MANY for ISB and SBRichard Henderson1-2/+2
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé3-3/+0
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé1-0/+6
2021-07-09target/arm: Correct the encoding of MDCCSR_EL0 and DBGDSCRinthnick@vmware.com1-3/+13