aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate-neon.c
AgeCommit message (Expand)Author
2022-05-05target/arm: Avoid bare abort() or assert(0)Richard Henderson
2022-04-22target/arm: Use tcg_constant in translate-neon.cRichard Henderson
2022-03-07target/arm/translate-neon: Simplify align field check for VLD3Peter Maydell
2022-03-07target/arm/translate-neon: UNDEF if VLD1/VST1 stride bits are non-zeroPeter Maydell
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
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