Age | Commit message (Expand) | Author | Files | Lines |
2021-06-21 | target/arm: Implement MVE VMULL | Peter Maydell | 1 | -0/+4 |
2021-06-21 | target/arm: Implement MVE VHADD, VHSUB | Peter Maydell | 1 | -0/+4 |
2021-06-21 | target/arm: Implement MVE VABD | Peter Maydell | 1 | -0/+2 |
2021-06-21 | target/arm: Implement MVE VMAX, VMIN | Peter Maydell | 1 | -0/+4 |
2021-06-21 | target/arm: Implement MVE VRMULH | Peter Maydell | 1 | -0/+2 |
2021-06-21 | target/arm: Implement MVE VMULH | Peter Maydell | 1 | -0/+2 |
2021-06-21 | target/arm: Implement MVE VADD, VSUB, VMUL | Peter Maydell | 1 | -0/+16 |
2021-06-21 | target/arm: Implement MVE VAND, VBIC, VORR, VORN, VEOR | Peter Maydell | 1 | -0/+37 |
2021-06-21 | target/arm: Implement MVE VDUP | Peter Maydell | 1 | -0/+27 |
2021-06-21 | target/arm: Implement MVE VNEG | Peter Maydell | 1 | -0/+15 |
2021-06-21 | target/arm: Implement MVE VABS | Peter Maydell | 1 | -0/+15 |
2021-06-21 | target/arm: Implement MVE VMVN (register) | Peter Maydell | 1 | -0/+5 |
2021-06-21 | target/arm: Implement MVE VREV16, VREV32, VREV64 | Peter Maydell | 1 | -0/+33 |
2021-06-21 | target/arm: Implement MVE VCLS | Peter Maydell | 1 | -0/+1 |
2021-06-21 | target/arm: Implement MVE VCLZ | Peter Maydell | 1 | -0/+38 |
2021-06-21 | target/arm: Implement widening/narrowing MVE VLDR/VSTR insns | Peter Maydell | 1 | -0/+14 |
2021-06-21 | target/arm: Implement MVE VLDR/VSTR (non-widening forms) | Peter Maydell | 1 | -0/+119 |
2021-06-16 | target/arm: Add framework for MVE decode | Peter Maydell | 1 | -0/+29 |