summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Enable SVE2 and related extensionsRichard Henderson2021-05-253-0/+16
* target/arm: Implement integer matrix multiply accumulateRichard Henderson2021-05-257-0/+169
* target/arm: Implement aarch32 VSUDOT, VUSDOTRichard Henderson2021-05-253-0/+38
* target/arm: Split decode of VSDOT and VUDOTRichard Henderson2021-05-252-11/+28
* target/arm: Split out do_neon_dddaRichard Henderson2021-05-251-52/+38Star
* target/arm: Fix decode for VDOT (indexed)Richard Henderson2021-05-252-3/+3
* 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: Implement aarch64 SUDOT, USDOTRichard Henderson2021-05-252-0/+30
* target/arm: Implement SVE2 fp multiply-add longStephen Long2021-05-254-0/+141
* target/arm: Move endian adjustment macros to vec_internal.hRichard Henderson2021-05-253-28/+24Star
* target/arm: Implement SVE2 bitwise shift immediateStephen Long2021-05-254-0/+133
* target/arm: Implement 128-bit ZIP, UZP, TRNRichard Henderson2021-05-254-8/+90
* target/arm: Implement SVE2 LD1RORichard Henderson2021-05-252-0/+97
* target/arm: Tidy do_ldrqRichard Henderson2021-05-251-9/+4Star
* target/arm: Share table of sve load functionsRichard Henderson2021-05-251-128/+126Star
* target/arm: Implement SVE2 FLOGBStephen Long2021-05-254-0/+119
* target/arm: Implement SVE2 FCVTXNT, FCVTXStephen Long2021-05-252-10/+41
* target/arm: Implement SVE2 FCVTLTStephen Long2021-05-254-0/+46
* target/arm: Implement SVE2 FCVTNTRichard Henderson2021-05-254-0/+45
* target/arm: Implement SVE2 TBL, TBXStephen Long2021-05-254-19/+119
* target/arm: Implement SVE2 crypto constructive binary operationsRichard Henderson2021-05-253-0/+25
* target/arm: Implement SVE2 crypto destructive binary operationsRichard Henderson2021-05-253-0/+50
* target/arm: Implement SVE2 crypto unary operationsRichard Henderson2021-05-252-0/+17
* target/arm: Implement SVE mixed sign dot productRichard Henderson2021-05-254-0/+22
* target/arm: Implement SVE mixed sign dot product (indexed)Richard Henderson2021-05-255-0/+31
* target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h}Richard Henderson2021-05-251-131/+29Star
* target/arm: Macroize helper_gvec_{s,u}dot_{b,h}Richard Henderson2021-05-251-64/+22Star
* target/arm: Implement SVE2 complex integer dot productRichard Henderson2021-05-254-0/+135
* target/arm: Implement SVE2 complex integer multiply-add (indexed)Richard Henderson2021-05-254-0/+64
* target/arm: Implement SVE2 integer multiply long (indexed)Richard Henderson2021-05-254-0/+31
* target/arm: Implement SVE2 multiply-add long (indexed)Richard Henderson2021-05-254-0/+71
* target/arm: Implement SVE2 saturating multiply high (indexed)Richard Henderson2021-05-254-0/+118
* target/arm: Implement SVE2 signed saturating doubling multiply highRichard Henderson2021-05-254-0/+116
* target/arm: Implement SVE2 saturating multiply (indexed)Richard Henderson2021-05-254-0/+51
* target/arm: Implement SVE2 saturating multiply-add (indexed)Richard Henderson2021-05-254-0/+76
* target/arm: Implement SVE2 saturating multiply-add high (indexed)Richard Henderson2021-05-254-0/+66
* target/arm: Implement SVE2 integer multiply-add (indexed)Richard Henderson2021-05-252-0/+39
* target/arm: Implement SVE2 integer multiply (indexed)Richard Henderson2021-05-252-0/+37
* target/arm: Split out formats for 3 vectors + 1 indexRichard Henderson2021-05-252-20/+47
* target/arm: Split out formats for 2 vectors + 1 indexRichard Henderson2021-05-251-4/+10
* target/arm: Pass separate addend to FCMLA helpersRichard Henderson2021-05-255-51/+62
* target/arm: Pass separate addend to {U, S}DOT helpersRichard Henderson2021-05-256-77/+110
* target/arm: Use correct output type for gvec_sdot_*_bRichard Henderson2021-05-251-4/+4
* target/arm: Implement SVE2 SPLICE, EXTStephen Long2021-05-252-7/+39
* target/arm: Implement SVE2 FMMLAStephen Long2021-05-255-0/+125
* target/arm: Implement SVE2 gather load insnsStephen Long2021-05-252-0/+19
* target/arm: Implement SVE2 scatter store insnsStephen Long2021-05-252-0/+18
* target/arm: Implement SVE2 XARRichard Henderson2021-05-258-21/+172
* target/arm: Implement SVE2 HISTCNT, HISTSEGStephen Long2021-05-254-0/+163