aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate-neon.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-05target/arm: Avoid bare abort() or assert(0)Richard Henderson1-1/+1
2022-04-22target/arm: Use tcg_constant in translate-neon.cRichard Henderson1-14/+7
2022-03-07target/arm/translate-neon: Simplify align field check for VLD3Peter Maydell1-5/+5
2022-03-07target/arm/translate-neon: UNDEF if VLD1/VST1 stride bits are non-zeroPeter Maydell1-0/+3
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-3/+3
2021-09-01target/arm: Implement MVE VADD (floating-point)Peter Maydell1-6/+0
2021-07-18target/arm: Remove duplicate 'plus1' function from Neon and SVE decodePeter Maydell1-5/+0
2021-07-02target/arm: Implement MVE vector shift right by immediate insnsPeter Maydell1-18/+0
2021-07-02target/arm: Make asimd_imm_const() publicPeter Maydell1-63/+0
2021-06-03target/arm: Implement bfloat widening fma (indexed)Richard Henderson1-0/+10
2021-06-03target/arm: Implement bfloat widening fma (vector)Richard Henderson1-0/+9
2021-06-03target/arm: Implement bfloat16 matrix multiply accumulateRichard Henderson1-0/+9
2021-06-03target/arm: Implement bfloat16 dot product (indexed)Richard Henderson1-0/+9
2021-06-03target/arm: Implement bfloat16 dot product (vector)Richard Henderson1-0/+9
2021-06-03target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson1-0/+45
2021-05-25target/arm: Implement integer matrix multiply accumulateRichard Henderson1-0/+27
2021-05-25target/arm: Implement aarch32 VSUDOT, VUSDOTRichard Henderson1-0/+27
2021-05-25target/arm: Split decode of VSDOT and VUDOTRichard Henderson1-8/+22
2021-05-25target/arm: Split out do_neon_dddaRichard Henderson1-52/+38
2021-05-25target/arm: Fix decode for VDOT (indexed)Richard Henderson1-1/+1
2021-05-25target/arm: Remove unused fpst from VDOT_scalarRichard Henderson1-3/+0
2021-05-25target/arm: Split out do_neon_ddda_fpstRichard Henderson1-55/+43
2021-05-25target/arm: Pass separate addend to FCMLA helpersRichard Henderson1-4/+6
2021-05-25target/arm: Pass separate addend to {U, S}DOT helpersRichard Henderson1-4/+6
2021-05-10target/arm: Make translate-neon.c.inc its own compilation unitPeter Maydell1-0/+4022