aboutsummaryrefslogtreecommitdiff
path: root/target
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-08-13target/i386: Fixed size of constant for WindowsLara Lazier2-2/+2
2021-07-30target/nios2: Mark raise_exception() as noreturnPhilippe Mathieu-Daudé1-1/+1
2021-07-29Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2-1/+21
2021-07-29target/i386: fix typo in ctl_has_irqPaolo Bonzini1-1/+1
2021-07-29target/i386: Added consistency checks for event injectionLara Lazier1-0/+6
2021-07-29i386: assert 'cs->kvm_state' is not nullVitaly Kuznetsov1-0/+14
2021-07-29target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32Matheus Ferst1-2/+56
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-27docs: Update path that mentions deprecated.rstMao Zhongyi1-1/+1
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-26Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210725' into stagingPeter Maydell1-22/+20
2021-07-23i386: do not call cpudef-only models functions for max, host, baseClaudio Fontana4-59/+89
2021-07-23target/i386: Added consistency checks for CR3Lara Lazier2-3/+14
2021-07-22Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell3-4/+103
2021-07-22target/i386: Added consistency checks for EFERLara Lazier2-0/+44