| Commit message (Expand) | Author | Age | Files | Lines |
* | target/arm: Move expand_pred_b() data to vec_helper.c | Peter Maydell | 2021-06-16 | 1 | -0/+102 |
* | target/arm: Provide and use H8 and H1_8 macros | Peter Maydell | 2021-06-16 | 1 | -7/+7 |
* | target/arm: Implement bfloat widening fma (indexed) | Richard Henderson | 2021-06-03 | 1 | -0/+22 |
* | target/arm: Implement bfloat widening fma (vector) | Richard Henderson | 2021-06-03 | 1 | -0/+16 |
* | target/arm: Implement bfloat16 matrix multiply accumulate | Richard Henderson | 2021-06-03 | 1 | -1/+41 |
* | target/arm: Implement bfloat16 dot product (indexed) | Richard Henderson | 2021-06-03 | 1 | -0/+20 |
* | target/arm: Implement bfloat16 dot product (vector) | Richard Henderson | 2021-06-03 | 1 | -0/+40 |
* | target/arm: Implement integer matrix multiply accumulate | Richard Henderson | 2021-05-25 | 1 | -0/+77 |
* | target/arm: Implement SVE2 fp multiply-add long | Stephen Long | 2021-05-25 | 1 | -0/+47 |
* | target/arm: Move endian adjustment macros to vec_internal.h | Richard Henderson | 2021-05-25 | 1 | -12/+0 |
* | target/arm: Implement SVE mixed sign dot product | Richard Henderson | 2021-05-25 | 1 | -0/+1 |
* | target/arm: Implement SVE mixed sign dot product (indexed) | Richard Henderson | 2021-05-25 | 1 | -0/+2 |
* | target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h} | Richard Henderson | 2021-05-25 | 1 | -131/+29 |
* | target/arm: Macroize helper_gvec_{s,u}dot_{b,h} | Richard Henderson | 2021-05-25 | 1 | -64/+22 |
* | target/arm: Implement SVE2 saturating multiply high (indexed) | Richard Henderson | 2021-05-25 | 1 | -0/+88 |
* | target/arm: Implement SVE2 signed saturating doubling multiply high | Richard Henderson | 2021-05-25 | 1 | -0/+84 |
* | target/arm: Pass separate addend to FCMLA helpers | Richard Henderson | 2021-05-25 | 1 | -30/+20 |
* | target/arm: Pass separate addend to {U, S}DOT helpers | Richard Henderson | 2021-05-25 | 1 | -53/+67 |
* | target/arm: Use correct output type for gvec_sdot_*_b | Richard Henderson | 2021-05-25 | 1 | -4/+4 |
* | target/arm: Implement SVE2 XAR | Richard Henderson | 2021-05-25 | 1 | -0/+12 |
* | target/arm: Implement SVE2 complex integer multiply-add | Richard Henderson | 2021-05-25 | 1 | -8/+7 |
* | target/arm: Implement SVE2 saturating multiply-add high | Richard Henderson | 2021-05-25 | 1 | -6/+155 |
* | target/arm: Implement SVE2 PMULLB, PMULLT | Richard Henderson | 2021-05-25 | 1 | -0/+24 |
* | target/arm: Implement SVE2 Integer Multiply - Unpredicated | Richard Henderson | 2021-05-25 | 1 | -0/+96 |
* | target/arm: Speed up aarch64 TBL/TBX | Richard Henderson | 2021-03-05 | 1 | -0/+48 |
* | arm tcg cpus: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
* | target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hosts | Peter Maydell | 2020-11-02 | 1 | -2/+2 |
* | target/arm: Fix float16 pairwise Neon ops on big-endian hosts | Peter Maydell | 2020-11-02 | 1 | -4/+4 |
* | target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations | Peter Maydell | 2020-09-01 | 1 | -5/+22 |
* | target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operations | Peter Maydell | 2020-09-01 | 1 | -4/+8 |
* | target/arm: Implement fp16 for Neon VRINTX | Peter Maydell | 2020-09-01 | 1 | -0/+3 |
* | target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode | Peter Maydell | 2020-09-01 | 1 | -0/+21 |
* | target/arm: Implement fp16 for Neon VCVT with rounding modes | Peter Maydell | 2020-09-01 | 1 | -0/+23 |
* | target/arm: Implement fp16 for Neon VCVT fixed-point | Peter Maydell | 2020-09-01 | 1 | -0/+4 |
* | target/arm: Convert Neon VCVT fixed-point to gvec | Peter Maydell | 2020-09-01 | 1 | -0/+20 |
* | target/arm: Implement fp16 for Neon float-integer VCVT | Peter Maydell | 2020-09-01 | 1 | -0/+29 |
* | target/arm: Implement fp16 for Neon pairwise fp ops | Peter Maydell | 2020-09-01 | 1 | -0/+45 |
* | target/arm: Implement fp16 for Neon VRSQRTS | Peter Maydell | 2020-09-01 | 1 | -0/+30 |
* | target/arm: Implement fp16 for Neon VRECPS | Peter Maydell | 2020-09-01 | 1 | -0/+31 |
* | target/arm: Implement fp16 for Neon fp compare-vs-0 | Peter Maydell | 2020-09-01 | 1 | -0/+25 |
* | target/arm: Implement fp16 for Neon VFMA, VMFS | Peter Maydell | 2020-09-01 | 1 | -1/+32 |
* | target/arm: Implement fp16 for Neon VMLA, VMLS operations | Peter Maydell | 2020-09-01 | 1 | -0/+42 |
* | target/arm: Implement fp16 for Neon VMAXNM, VMINNM | Peter Maydell | 2020-09-01 | 1 | -0/+6 |
* | target/arm: Implement fp16 for Neon VMAX, VMIN | Peter Maydell | 2020-09-01 | 1 | -0/+6 |
* | target/arm: Implement fp16 for VACGE, VACGT | Peter Maydell | 2020-09-01 | 1 | -0/+26 |
* | target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons | Peter Maydell | 2020-09-01 | 1 | -0/+44 |
* | target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMUL | Peter Maydell | 2020-09-01 | 1 | -0/+6 |
* | target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimd | Richard Henderson | 2020-08-28 | 1 | -0/+48 |
* | target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimd | Richard Henderson | 2020-08-28 | 1 | -0/+25 |
* | target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimd | Richard Henderson | 2020-08-28 | 1 | -4/+25 |