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