Age | Commit message (Expand) | Author | Files | Lines |
2021-06-24 | target/arm: Implement MVE VADC, VSBC | Peter Maydell | 1 | -0/+52 |
2021-06-24 | target/arm: Implement MVE VRHADD | Peter Maydell | 1 | -0/+6 |
2021-06-24 | target/arm: Implement MVE VQDMULL (vector) | Peter Maydell | 1 | -0/+30 |
2021-06-24 | target/arm: Implement MVE VQDMLSDH and VQRDMLSDH | Peter Maydell | 1 | -0/+44 |
2021-06-24 | target/arm: Implement MVE VQDMLADH and VQRDMLADH | Peter Maydell | 1 | -0/+89 |
2021-06-24 | target/arm: Implement MVE VRSHL | Peter Maydell | 1 | -0/+4 |
2021-06-24 | target/arm: Implement MVE VSHL insn | Peter Maydell | 1 | -0/+6 |
2021-06-24 | target/arm: Implement MVE VQRSHL | Peter Maydell | 1 | -0/+6 |
2021-06-24 | target/arm: Implement MVE VQSHL (vector) | Peter Maydell | 1 | -0/+34 |
2021-06-24 | target/arm: Implement MVE VQADD, VQSUB (vector) | Peter Maydell | 1 | -0/+14 |
2021-06-24 | target/arm: Implement MVE VQDMULH, VQRDMULH (vector) | Peter Maydell | 1 | -0/+27 |
2021-06-24 | target/arm: Implement MVE VQDMULL scalar | Peter Maydell | 1 | -0/+65 |
2021-06-24 | target/arm: Implement MVE VQDMULH and VQRDMULH (scalar) | Peter Maydell | 1 | -0/+25 |
2021-06-24 | target/arm: Implement MVE VQADD and VQSUB | Peter Maydell | 1 | -0/+62 |
2021-06-24 | target/arm: Implement MVE VBRSR | Peter Maydell | 1 | -0/+43 |
2021-06-24 | target/arm: Implement MVE VHADD, VHSUB (scalar) | Peter Maydell | 1 | -0/+8 |
2021-06-24 | target/arm: Implement MVE VSUB, VMUL (scalar) | Peter Maydell | 1 | -0/+2 |
2021-06-24 | target/arm: Implement MVE VADD (scalar) | Peter Maydell | 1 | -0/+22 |
2021-06-21 | target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH | Peter Maydell | 1 | -0/+37 |
2021-06-21 | target/arm: Implement MVE VMLSLDAV | Peter Maydell | 1 | -0/+5 |
2021-06-21 | target/arm: Implement MVE VMLALDAV | Peter Maydell | 1 | -0/+34 |
2021-06-21 | target/arm: Implement MVE VMULL | Peter Maydell | 1 | -0/+34 |
2021-06-21 | target/arm: Implement MVE VHADD, VHSUB | Peter Maydell | 1 | -0/+25 |
2021-06-21 | target/arm: Implement MVE VABD | Peter Maydell | 1 | -0/+5 |
2021-06-21 | target/arm: Implement MVE VMAX, VMIN | Peter Maydell | 1 | -0/+14 |
2021-06-21 | target/arm: Implement MVE VRMULH | Peter Maydell | 1 | -0/+22 |
2021-06-21 | target/arm: Implement MVE VMULH | Peter Maydell | 1 | -0/+26 |
2021-06-21 | target/arm: Implement MVE VADD, VSUB, VMUL | Peter Maydell | 1 | -0/+14 |
2021-06-21 | target/arm: Implement MVE VAND, VBIC, VORR, VORN, VEOR | Peter Maydell | 1 | -0/+26 |
2021-06-21 | target/arm: Implement MVE VDUP | Peter Maydell | 1 | -0/+16 |
2021-06-21 | target/arm: Implement MVE VNEG | Peter Maydell | 1 | -0/+12 |
2021-06-21 | target/arm: Implement MVE VABS | Peter Maydell | 1 | -0/+13 |
2021-06-21 | target/arm: Implement MVE VMVN (register) | Peter Maydell | 1 | -0/+4 |
2021-06-21 | target/arm: Implement MVE VREV16, VREV32, VREV64 | Peter Maydell | 1 | -0/+7 |
2021-06-21 | target/arm: Implement MVE VCLS | Peter Maydell | 1 | -0/+7 |
2021-06-21 | target/arm: Implement MVE VCLZ | Peter Maydell | 1 | -0/+82 |
2021-06-21 | target/arm: Implement widening/narrowing MVE VLDR/VSTR insns | Peter Maydell | 1 | -0/+11 |
2021-06-21 | target/arm: Implement MVE VLDR/VSTR (non-widening forms) | Peter Maydell | 1 | -0/+172 |