aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate-neon.c
AgeCommit message (Expand)Author
2021-09-01target/arm: Implement MVE VADD (floating-point)Peter Maydell
2021-07-18target/arm: Remove duplicate 'plus1' function from Neon and SVE decodePeter Maydell
2021-07-02target/arm: Implement MVE vector shift right by immediate insnsPeter Maydell
2021-07-02target/arm: Make asimd_imm_const() publicPeter Maydell
2021-06-03target/arm: Implement bfloat widening fma (indexed)Richard Henderson
2021-06-03target/arm: Implement bfloat widening fma (vector)Richard Henderson
2021-06-03target/arm: Implement bfloat16 matrix multiply accumulateRichard Henderson
2021-06-03target/arm: Implement bfloat16 dot product (indexed)Richard Henderson
2021-06-03target/arm: Implement bfloat16 dot product (vector)Richard Henderson
2021-06-03target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson
2021-05-25target/arm: Implement integer matrix multiply accumulateRichard Henderson
2021-05-25target/arm: Implement aarch32 VSUDOT, VUSDOTRichard Henderson
2021-05-25target/arm: Split decode of VSDOT and VUDOTRichard Henderson
2021-05-25target/arm: Split out do_neon_dddaRichard Henderson
2021-05-25target/arm: Fix decode for VDOT (indexed)Richard Henderson
2021-05-25target/arm: Remove unused fpst from VDOT_scalarRichard Henderson
2021-05-25target/arm: Split out do_neon_ddda_fpstRichard Henderson
2021-05-25target/arm: Pass separate addend to FCMLA helpersRichard Henderson
2021-05-25target/arm: Pass separate addend to {U, S}DOT helpersRichard Henderson
2021-05-10target/arm: Make translate-neon.c.inc its own compilation unitPeter Maydell