aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper-sve.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-25target/arm: Implement SVE2 saturating multiply-add high (indexed)Richard Henderson1-0/+14
2021-05-25target/arm: Implement SVE2 FMMLAStephen Long1-0/+3
2021-05-25target/arm: Implement SVE2 XARRichard Henderson1-0/+4
2021-05-25target/arm: Implement SVE2 HISTCNT, HISTSEGStephen Long1-0/+7
2021-05-25target/arm: Implement SVE2 RSUBHNB, RSUBHNTStephen Long1-0/+8
2021-05-25target/arm: Implement SVE2 SUBHNB, SUBHNTStephen Long1-0/+8
2021-05-25target/arm: Implement SVE2 RADDHNB, RADDHNTStephen Long1-0/+8
2021-05-25target/arm: Implement SVE2 ADDHNB, ADDHNTStephen Long1-0/+8
2021-05-25target/arm: Implement SVE2 complex integer multiply-addRichard Henderson1-0/+18
2021-05-25target/arm: Implement SVE2 integer multiply-add longRichard Henderson1-0/+28
2021-05-25target/arm: Implement SVE2 saturating multiply-add longRichard Henderson1-0/+14
2021-05-25target/arm: Implement SVE2 MATCH, NMATCHStephen Long1-0/+10
2021-05-25target/arm: Implement SVE2 bitwise ternary operationsRichard Henderson1-0/+6
2021-05-25target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHSRichard Henderson1-1/+2
2021-05-25target/arm: Implement SVE2 SQSHRN, SQRSHRNRichard Henderson1-0/+16
2021-05-25target/arm: Implement SVE2 UQSHRN, UQRSHRNRichard Henderson1-0/+16
2021-05-25target/arm: Implement SVE2 SQSHRUN, SQRSHRUNRichard Henderson1-0/+16
2021-05-25target/arm: Implement SVE2 SHRN, RSHRNRichard Henderson1-0/+16
2021-05-25target/arm: Implement SVE2 floating-point pairwiseStephen Long1-0/+35
2021-05-25target/arm: Implement SVE2 saturating extract narrowRichard Henderson1-0/+24
2021-05-25target/arm: Implement SVE2 integer add/subtract long with carryRichard Henderson1-0/+3
2021-05-25target/arm: Implement SVE2 integer absolute difference and accumulate longRichard Henderson1-0/+14
2021-05-25target/arm: Implement SVE2 complex integer addRichard Henderson1-0/+10
2021-05-25target/arm: Implement SVE2 bitwise permuteRichard Henderson1-0/+15
2021-05-25target/arm: Implement SVE2 bitwise exclusive-or interleavedRichard Henderson1-0/+5
2021-05-25target/arm: Implement SVE2 bitwise shift left longRichard Henderson1-0/+8
2021-05-25target/arm: Implement SVE2 PMULLB, PMULLTRichard Henderson1-0/+1
2021-05-25target/arm: Implement SVE2 integer multiply longRichard Henderson1-0/+15
2021-05-25target/arm: Implement SVE2 integer add/subtract wideRichard Henderson1-0/+16
2021-05-25target/arm: Implement SVE2 integer add/subtract longRichard Henderson1-0/+24
2021-05-25target/arm: Implement SVE2 saturating add/subtract (predicated)Richard Henderson1-0/+54
2021-05-25target/arm: Implement SVE2 integer pairwise arithmeticRichard Henderson1-0/+45
2021-05-25target/arm: Implement SVE2 integer halving add/subtract (predicated)Richard Henderson1-0/+54
2021-05-25target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)Richard Henderson1-0/+54
2021-05-25target/arm: Implement SVE2 integer unary operations (predicated)Richard Henderson1-0/+13
2021-05-25target/arm: Implement SVE2 integer pairwise add and accumulate longRichard Henderson1-0/+14
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-08-28target/arm: Merge helper_sve_clr_* and helper_sve_movz_*Richard Henderson1-5/+0
2020-06-26target/arm: Add mte helpers for sve scatter/gather memory opsRichard Henderson1-0/+285
2020-06-26target/arm: Add mte helpers for sve scalar + int ff/nf loadsRichard Henderson1-0/+98
2020-06-26target/arm: Add mte helpers for sve scalar + int storesRichard Henderson1-0/+47
2020-06-26target/arm: Add mte helpers for sve scalar + int loadsRichard Henderson1-0/+58
2020-05-11target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLARichard Henderson1-19/+34
2020-02-21target/arm: Convert PMULL.8 to gvecRichard Henderson1-0/+2
2018-10-08target/arm: Rewrite vector gather first-fault loadsRichard Henderson1-21/+63
2018-10-08target/arm: Rewrite vector gather storesRichard Henderson1-13/+39
2018-10-08target/arm: Rewrite vector gather loadsRichard Henderson1-21/+63
2018-10-08target/arm: Split contiguous stores for endiannessRichard Henderson1-17/+35
2018-10-08target/arm: Split contiguous loads for endiannessRichard Henderson1-38/+83
2018-06-29target/arm: Implement SVE fp complex multiply addRichard Henderson1-0/+4