Age | Commit message (Expand) | Author | Files | Lines |
2021-09-01 | target/arm: Implement MVE VRINT insns | Peter Maydell | 1 | -0/+35 |
2021-09-01 | target/arm: Implement MVE VCVT between single and half precision | Peter Maydell | 1 | -0/+81 |
2021-09-01 | target/arm: Implement MVE VCVT with specified rounding mode | Peter Maydell | 1 | -0/+38 |
2021-09-01 | target/arm: Implement MVE VCVT between floating and fixed point | Peter Maydell | 1 | -0/+36 |
2021-09-01 | target/arm: Implement MVE fp scalar comparisons | Peter Maydell | 1 | -12/+50 |
2021-09-01 | target/arm: Implement MVE fp vector comparisons | Peter Maydell | 1 | -0/+64 |
2021-09-01 | target/arm: Implement MVE FP max/min across vector | Peter Maydell | 1 | -0/+44 |
2021-09-01 | target/arm: Implement MVE fp-with-scalar VFMA, VFMAS | Peter Maydell | 1 | -0/+37 |
2021-09-01 | target/arm: Implement MVE scalar fp insns | Peter Maydell | 1 | -0/+35 |
2021-09-01 | target/arm: Implement MVE VMAXNMA and VMINNMA | Peter Maydell | 1 | -0/+23 |
2021-09-01 | target/arm: Implement MVE VCMUL and VCMLA | Peter Maydell | 1 | -0/+86 |
2021-09-01 | target/arm: Implement MVE VFMA and VFMS | Peter Maydell | 1 | -0/+37 |
2021-09-01 | target/arm: Implement MVE VCADD | Peter Maydell | 1 | -0/+40 |
2021-09-01 | target/arm: Implement MVE VSUB, VMUL, VABD, VMAXNM, VMINNM | Peter Maydell | 1 | -0/+16 |
2021-09-01 | target/arm: Implement MVE VADD (floating-point) | Peter Maydell | 1 | -0/+40 |
2021-08-25 | target/arm: Implement MVE interleaving loads/stores | Peter Maydell | 1 | -0/+342 |
2021-08-25 | target/arm: Implement MVE scatter-gather immediate forms | Peter Maydell | 1 | -36/+63 |
2021-08-25 | target/arm: Implement MVE scatter-gather insns | Peter Maydell | 1 | -0/+129 |
2021-08-25 | target/arm: Implement MVE VCTP | Peter Maydell | 1 | -0/+20 |
2021-08-25 | target/arm: Implement MVE VPNOT | Peter Maydell | 1 | -0/+17 |
2021-08-25 | target/arm: Implement MVE VMAXA, VMINA | Peter Maydell | 1 | -0/+26 |
2021-08-25 | target/arm: Implement MVE VQABS, VQNEG | Peter Maydell | 1 | -0/+37 |
2021-08-25 | target/arm: Implement MVE saturating doubling multiply accumulates | Peter Maydell | 1 | -0/+95 |
2021-08-25 | target/arm: Implement MVE VMLA | Peter Maydell | 1 | -0/+5 |
2021-08-25 | target/arm: Implement MVE VMLADAV and VMLSLDAV | Peter Maydell | 1 | -0/+41 |
2021-08-25 | target/arm: Implement MVE narrowing moves | Peter Maydell | 1 | -0/+78 |
2021-08-25 | target/arm: Implement MVE VABAV | Peter Maydell | 1 | -0/+26 |
2021-08-25 | target/arm: Implement MVE integer min/max across vector | Peter Maydell | 1 | -0/+66 |
2021-08-25 | target/arm: Implement MVE shift-by-scalar | Peter Maydell | 1 | -0/+2 |
2021-08-25 | target/arm: Implement MVE VMLAS | Peter Maydell | 1 | -0/+26 |
2021-08-25 | target/arm: Implement MVE VPSEL | Peter Maydell | 1 | -0/+19 |
2021-08-25 | target/arm: Implement MVE integer vector-vs-scalar comparisons | Peter Maydell | 1 | -9/+37 |
2021-08-25 | target/arm: Implement MVE integer vector comparisons | Peter Maydell | 1 | -0/+56 |
2021-08-25 | target/arm: Implement MVE incrementing/decrementing dup insns | Peter Maydell | 1 | -0/+63 |
2021-08-25 | target/arm: Implement MVE VMULL (polynomial) | Peter Maydell | 1 | -0/+16 |
2021-08-25 | target/arm: Fix VLDRB/H/W for predicated elements | Peter Maydell | 1 | -3/+5 |
2021-08-25 | target/arm: Fix VPT advance when ECI is non-zero | Peter Maydell | 1 | -7/+17 |
2021-08-25 | target/arm: Factor out mve_eci_mask() | Peter Maydell | 1 | -24/+34 |
2021-08-25 | target/arm: Fix calculation of LTP mask when LR is 0 | Peter Maydell | 1 | -1/+2 |
2021-08-25 | target/arm: Fix MVE 48-bit SQRSHRL for small right shifts | Peter Maydell | 1 | -2/+9 |
2021-08-25 | target/arm: Fix 48-bit saturating shifts | Peter Maydell | 1 | -7/+5 |
2021-08-25 | target/arm: Fix mask handling for MVE narrowing operations | Peter Maydell | 1 | -1/+3 |
2021-08-25 | target/arm: Fix signed VADDV | Peter Maydell | 1 | -3/+3 |
2021-08-25 | target/arm: Fix MVE VSLI by 0 and VSRI by <dt> | Peter Maydell | 1 | -4/+5 |
2021-07-02 | target/arm: Implement MVE shifts by register | Peter Maydell | 1 | -0/+10 |
2021-07-02 | target/arm: Implement MVE shifts by immediate | Peter Maydell | 1 | -0/+10 |
2021-07-02 | target/arm: Implement MVE long shifts by register | Peter Maydell | 1 | -0/+93 |
2021-07-02 | target/arm: Implement MVE long shifts by immediate | Peter Maydell | 1 | -0/+10 |
2021-07-02 | target/arm: Implement MVE VADDLV | Peter Maydell | 1 | -0/+19 |
2021-07-02 | target/arm: Implement MVE VSHLC | Peter Maydell | 1 | -0/+38 |