aboutsummaryrefslogtreecommitdiff
path: root/target/arm/sve_helper.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-11target/arm: Implement REVDRichard Henderson1-0/+16
2022-07-11target/arm: Implement SME MOVARichard Henderson1-0/+12
2022-07-07target/arm: Record tagged bit for user-only in sve_probe_pageRichard Henderson1-0/+3
2022-07-07target/arm: Fix MTE check in sve_ldnfff1_rRichard Henderson1-1/+1
2022-06-08target/arm: Move expand_pred_h to vec_internal.hRichard Henderson1-29/+0
2022-06-08target/arm: Move expand_pred_b to vec_internal.hRichard Henderson1-9/+0
2022-06-08target/arm: Export sve contiguous ldst support functionsRichard Henderson1-70/+17
2022-06-08target/arm: Split out load/store primitives to sve_ldst_internal.hRichard Henderson1-106/+1
2022-05-30target/arm: Move sve zip high_ofs into simd_dataRichard Henderson1-2/+4
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-2/+2
2022-03-25target/arm: Fix sve_ld1_z and sve_st1_z vs MMIORichard Henderson1-2/+8
2021-11-02target/arm: Fixup comment re handle_cpu_signalRichard Henderson1-1/+1
2021-06-16bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell1-20/+0
2021-06-16target/arm: Move expand_pred_b() data to vec_helper.cPeter Maydell1-99/+4
2021-06-16target/arm: Provide and use H8 and H1_8 macrosPeter Maydell1-129/+129
2021-06-03target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson1-0/+2
2021-05-25target/arm: Move endian adjustment macros to vec_internal.hRichard Henderson1-16/+0
2021-05-25target/arm: Implement SVE2 bitwise shift immediateStephen Long1-0/+35
2021-05-25target/arm: Implement 128-bit ZIP, UZP, TRNRichard Henderson1-8/+21
2021-05-25target/arm: Implement SVE2 FLOGBStephen Long1-0/+88
2021-05-25target/arm: Implement SVE2 FCVTLTStephen Long1-0/+23
2021-05-25target/arm: Implement SVE2 FCVTNTRichard Henderson1-0/+20
2021-05-25target/arm: Implement SVE2 TBL, TBXStephen Long1-19/+71
2021-05-25target/arm: Implement SVE2 complex integer dot productRichard Henderson1-0/+99
2021-05-25target/arm: Implement SVE2 complex integer multiply-add (indexed)Richard Henderson1-0/+28
2021-05-25target/arm: Implement SVE2 integer multiply long (indexed)Richard Henderson1-0/+6
2021-05-25target/arm: Implement SVE2 multiply-add long (indexed)Richard Henderson1-0/+16
2021-05-25target/arm: Implement SVE2 saturating multiply (indexed)Richard Henderson1-0/+20
2021-05-25target/arm: Implement SVE2 saturating multiply-add (indexed)Richard Henderson1-0/+30
2021-05-25target/arm: Implement SVE2 saturating multiply-add high (indexed)Richard Henderson1-0/+36
2021-05-25target/arm: Implement SVE2 FMMLAStephen Long1-0/+74
2021-05-25target/arm: Implement SVE2 XARRichard Henderson1-0/+39
2021-05-25target/arm: Implement SVE2 HISTCNT, HISTSEGStephen Long1-0/+131
2021-05-25target/arm: Implement SVE2 RSUBHNB, RSUBHNTStephen Long1-0/+10
2021-05-25target/arm: Implement SVE2 SUBHNB, SUBHNTStephen Long1-0/+10
2021-05-25target/arm: Implement SVE2 RADDHNB, RADDHNTStephen Long1-0/+10
2021-05-25target/arm: Implement SVE2 ADDHNB, ADDHNTStephen Long1-0/+36
2021-05-25target/arm: Implement SVE2 complex integer multiply-addRichard Henderson1-0/+46
2021-05-25target/arm: Implement SVE2 integer multiply-add longRichard Henderson1-0/+18
2021-05-25target/arm: Implement SVE2 saturating multiply-add longRichard Henderson1-0/+30
2021-05-25target/arm: Implement SVE2 MATCH, NMATCHStephen Long1-0/+64
2021-05-25target/arm: Implement SVE2 bitwise ternary operationsRichard Henderson1-0/+50
2021-05-25target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHSRichard Henderson1-1/+37
2021-05-25target/arm: Implement SVE2 SQSHRN, SQRSHRNRichard Henderson1-0/+24
2021-05-25target/arm: Implement SVE2 UQSHRN, UQRSHRNRichard Henderson1-0/+24
2021-05-25target/arm: Implement SVE2 SQSHRUN, SQRSHRUNRichard Henderson1-0/+35
2021-05-25target/arm: Implement SVE2 SHRN, RSHRNRichard Henderson1-2/+52
2021-05-25target/arm: Implement SVE2 floating-point pairwiseStephen Long1-0/+46
2021-05-25target/arm: Implement SVE2 saturating extract narrowRichard Henderson1-0/+56
2021-05-25target/arm: Implement SVE2 integer add/subtract long with carryRichard Henderson1-0/+34