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