Age | Commit message (Expand) | Author |
2022-07-11 | target/arm: Implement SCLAMP, UCLAMP | Richard Henderson |
2022-06-08 | target/arm: Export bfdotadd from vec_helper.c | Richard Henderson |
2022-06-08 | target/arm: Move expand_pred_h to vec_internal.h | Richard Henderson |
2021-08-25 | target/arm: Implement MVE VMULL (polynomial) | Peter Maydell |
2021-06-16 | target/arm: Move expand_pred_b() data to vec_helper.c | Peter Maydell |
2021-06-16 | target/arm: Provide and use H8 and H1_8 macros | Peter Maydell |
2021-06-03 | target/arm: Implement bfloat widening fma (indexed) | Richard Henderson |
2021-06-03 | target/arm: Implement bfloat widening fma (vector) | Richard Henderson |
2021-06-03 | target/arm: Implement bfloat16 matrix multiply accumulate | Richard Henderson |
2021-06-03 | target/arm: Implement bfloat16 dot product (indexed) | Richard Henderson |
2021-06-03 | target/arm: Implement bfloat16 dot product (vector) | Richard Henderson |
2021-05-25 | target/arm: Implement integer matrix multiply accumulate | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 fp multiply-add long | Stephen Long |
2021-05-25 | target/arm: Move endian adjustment macros to vec_internal.h | Richard Henderson |
2021-05-25 | target/arm: Implement SVE mixed sign dot product | Richard Henderson |
2021-05-25 | target/arm: Implement SVE mixed sign dot product (indexed) | Richard Henderson |
2021-05-25 | target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h} | Richard Henderson |
2021-05-25 | target/arm: Macroize helper_gvec_{s,u}dot_{b,h} | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 saturating multiply high (indexed) | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 signed saturating doubling multiply high | Richard Henderson |
2021-05-25 | target/arm: Pass separate addend to FCMLA helpers | Richard Henderson |
2021-05-25 | target/arm: Pass separate addend to {U, S}DOT helpers | Richard Henderson |
2021-05-25 | target/arm: Use correct output type for gvec_sdot_*_b | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 XAR | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 complex integer multiply-add | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 saturating multiply-add high | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 PMULLB, PMULLT | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 Integer Multiply - Unpredicated | Richard Henderson |
2021-03-05 | target/arm: Speed up aarch64 TBL/TBX | Richard Henderson |
2020-11-15 | arm tcg cpus: Fix Lesser GPL version number | Chetan Pant |
2020-11-02 | target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hosts | Peter Maydell |
2020-11-02 | target/arm: Fix float16 pairwise Neon ops on big-endian hosts | Peter Maydell |
2020-09-01 | target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations | Peter Maydell |
2020-09-01 | target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operations | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRINTX | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VCVT with rounding modes | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VCVT fixed-point | Peter Maydell |
2020-09-01 | target/arm: Convert Neon VCVT fixed-point to gvec | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon float-integer VCVT | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon pairwise fp ops | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRSQRTS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRECPS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon fp compare-vs-0 | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VFMA, VMFS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMLA, VMLS operations | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMAXNM, VMINNM | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMAX, VMIN | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for VACGE, VACGT | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons | Peter Maydell |