summaryrefslogtreecommitdiffstats
path: root/target/arm/sve_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Implement SVE2 complex integer dot productRichard Henderson2021-05-251-0/+99
* target/arm: Implement SVE2 complex integer multiply-add (indexed)Richard Henderson2021-05-251-0/+28
* target/arm: Implement SVE2 integer multiply long (indexed)Richard Henderson2021-05-251-0/+6
* target/arm: Implement SVE2 multiply-add long (indexed)Richard Henderson2021-05-251-0/+16
* target/arm: Implement SVE2 saturating multiply (indexed)Richard Henderson2021-05-251-0/+20
* target/arm: Implement SVE2 saturating multiply-add (indexed)Richard Henderson2021-05-251-0/+30
* target/arm: Implement SVE2 saturating multiply-add high (indexed)Richard Henderson2021-05-251-0/+36
* target/arm: Implement SVE2 FMMLAStephen Long2021-05-251-0/+74
* target/arm: Implement SVE2 XARRichard Henderson2021-05-251-0/+39
* target/arm: Implement SVE2 HISTCNT, HISTSEGStephen Long2021-05-251-0/+131
* target/arm: Implement SVE2 RSUBHNB, RSUBHNTStephen Long2021-05-251-0/+10
* target/arm: Implement SVE2 SUBHNB, SUBHNTStephen Long2021-05-251-0/+10
* target/arm: Implement SVE2 RADDHNB, RADDHNTStephen Long2021-05-251-0/+10
* target/arm: Implement SVE2 ADDHNB, ADDHNTStephen Long2021-05-251-0/+36
* target/arm: Implement SVE2 complex integer multiply-addRichard Henderson2021-05-251-0/+46
* target/arm: Implement SVE2 integer multiply-add longRichard Henderson2021-05-251-0/+18
* target/arm: Implement SVE2 saturating multiply-add longRichard Henderson2021-05-251-0/+30
* target/arm: Implement SVE2 MATCH, NMATCHStephen Long2021-05-251-0/+64
* target/arm: Implement SVE2 bitwise ternary operationsRichard Henderson2021-05-251-0/+50
* target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHSRichard Henderson2021-05-251-1/+37
* target/arm: Implement SVE2 SQSHRN, SQRSHRNRichard Henderson2021-05-251-0/+24
* target/arm: Implement SVE2 UQSHRN, UQRSHRNRichard Henderson2021-05-251-0/+24
* target/arm: Implement SVE2 SQSHRUN, SQRSHRUNRichard Henderson2021-05-251-0/+35
* target/arm: Implement SVE2 SHRN, RSHRNRichard Henderson2021-05-251-2/+52
* target/arm: Implement SVE2 floating-point pairwiseStephen Long2021-05-251-0/+46
* target/arm: Implement SVE2 saturating extract narrowRichard Henderson2021-05-251-0/+56
* target/arm: Implement SVE2 integer add/subtract long with carryRichard Henderson2021-05-251-0/+34
* target/arm: Implement SVE2 integer absolute difference and accumulate longRichard Henderson2021-05-251-0/+23
* target/arm: Implement SVE2 complex integer addRichard Henderson2021-05-251-0/+42
* target/arm: Implement SVE2 bitwise permuteRichard Henderson2021-05-251-0/+73
* target/arm: Implement SVE2 bitwise exclusive-or interleavedRichard Henderson2021-05-251-0/+20
* target/arm: Implement SVE2 bitwise shift left longRichard Henderson2021-05-251-0/+22
* target/arm: Implement SVE2 integer multiply longRichard Henderson2021-05-251-0/+31
* target/arm: Implement SVE2 integer add/subtract wideRichard Henderson2021-05-251-0/+30
* target/arm: Implement SVE2 integer add/subtract longRichard Henderson2021-05-251-0/+43
* target/arm: Implement SVE2 saturating add/subtract (predicated)Richard Henderson2021-05-251-56/+138
* target/arm: Implement SVE2 integer pairwise arithmeticRichard Henderson2021-05-251-0/+76
* target/arm: Implement SVE2 integer halving add/subtract (predicated)Richard Henderson2021-05-251-0/+39
* target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)Richard Henderson2021-05-251-0/+87
* target/arm: Implement SVE2 integer unary operations (predicated)Richard Henderson2021-05-251-0/+21
* target/arm: Implement SVE2 integer pairwise add and accumulate longRichard Henderson2021-05-251-0/+44
* target/arm: Simplify sve mte checkingRichard Henderson2021-04-301-58/+26Star
* target/arm: Rename mte_probe1 to mte_probeRichard Henderson2021-04-301-3/+3
* target/arm: Merge mte_check1, mte_checkNRichard Henderson2021-04-301-7/+7
* target/arm: Update sve reduction vs simd_descRichard Henderson2021-03-121-1/+1
* target/arm: Update WHILE for PREDDESCRichard Henderson2021-03-121-2/+2
* target/arm: Update CNTP for PREDDESCRichard Henderson2021-03-121-3/+3
* target/arm: Update BRKA, BRKB, BRKN for PREDDESCRichard Henderson2021-03-121-16/+14Star
* target/arm: Update find_last_active for PREDDESCRichard Henderson2021-03-121-3/+3
* target/arm: Fix sve_punpk_p vs odd vector lengthsRichard Henderson2021-03-121-2/+2