summaryrefslogtreecommitdiffstats
path: root/target/arm/sve_helper.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Use tlb_fill probe from tlb_vaddr_to_hostRichard Henderson2019-05-101-5/+1Star
* target/arm/sve_helper: Fix compilation with clang 3.4Thomas Huth2018-11-281-10/+10
* target/arm: Pass TCGMemOpIdx to sve memory helpersRichard Henderson2018-10-081-66/+72
* target/arm: Rewrite vector gather first-fault loadsRichard Henderson2018-10-081-78/+220
* target/arm: Rewrite vector gather storesRichard Henderson2018-10-081-52/+91
* target/arm: Rewrite vector gather loadsRichard Henderson2018-10-081-71/+162
* target/arm: Split contiguous stores for endiannessRichard Henderson2018-10-081-3/+8
* target/arm: Split contiguous loads for endiannessRichard Henderson2018-10-081-33/+37
* target/arm: Rewrite helper_sve_st[1234]*_rRichard Henderson2018-10-081-177/+170Star
* target/arm: Rewrite helper_sve_ld[234]*_rRichard Henderson2018-10-081-93/+117
* target/arm: Rewrite helper_sve_ld1*_r using pagesRichard Henderson2018-10-081-164/+571
* target/arm: Use fp_status_fp16 for do_fmpa_zpzzz_hRichard Henderson2018-08-161-1/+1
* target/arm: Fix typo in helper_sve_ld1hss_rRichard Henderson2018-08-161-1/+1
* target/arm: Fix typo in helper_sve_movz_dRichard Henderson2018-08-141-1/+1
* target/arm: Reorganize SVE WHILERichard Henderson2018-08-141-5/+0Star
* target/arm: Fix sign of sve_cmpeq_ppzw/sve_cmpne_ppzwRichard Henderson2018-08-141-6/+6
* target/arm: Fix LD1W and LDFF1W (scalar plus vector)Richard Henderson2018-07-161-2/+2
* target/arm: Fix SVE signed division vs x86 overflow exceptionRichard Henderson2018-06-291-5/+15
* target/arm: Implement SVE fp complex multiply addRichard Henderson2018-06-291-0/+162
* target/arm: Implement SVE floating-point complex addRichard Henderson2018-06-291-0/+100
* target/arm: Implement SVE floating-point unary operationsRichard Henderson2018-06-291-0/+8
* target/arm: Implement SVE floating-point round to integral valueRichard Henderson2018-06-291-0/+8
* target/arm: Implement SVE floating-point convert to integerRichard Henderson2018-06-291-0/+88
* target/arm: Implement SVE floating-point convert precisionRichard Henderson2018-06-291-0/+55
* target/arm: Implement SVE floating-point trig multiply-add coefficientRichard Henderson2018-06-291-0/+70
* target/arm: Implement SVE FP Compare with Zero GroupRichard Henderson2018-06-291-0/+43
* target/arm: Implement SVE FP Fast Reduction GroupRichard Henderson2018-06-291-0/+61
* target/arm: Implement SVE floating-point arithmetic with immediateRichard Henderson2018-06-291-0/+69
* target/arm: Implement SVE floating-point compare vectorsRichard Henderson2018-06-291-0/+62
* target/arm: Implement SVE first-fault gather loadsRichard Henderson2018-06-291-0/+88
* target/arm: Implement SVE gather loadsRichard Henderson2018-06-291-0/+77
* target/arm: Implement SVE scatter storesRichard Henderson2018-06-291-0/+61
* target/arm: Implement SVE load and broadcast elementRichard Henderson2018-06-291-0/+41
* target/arm: Implement SVE Floating Point Accumulating Reduction GroupRichard Henderson2018-06-291-0/+56
* target/arm: Implement SVE FP Multiply-Add GroupRichard Henderson2018-06-291-0/+158
* target/arm: Implement SVE floating-point arithmetic (predicated)Richard Henderson2018-06-291-0/+89
* target/arm: Implement SVE integer convert to floating-pointRichard Henderson2018-06-291-0/+38
* target/arm: Implement SVE Memory Contiguous Store GroupRichard Henderson2018-06-291-0/+211
* target/arm: Implement SVE Contiguous Load, first-fault and no-faultRichard Henderson2018-06-291-0/+157
* target/arm: Implement SVE Memory Contiguous Load GroupRichard Henderson2018-06-291-0/+153
* target/arm: Implement SVE Integer Wide Immediate - Unpredicated GroupRichard Henderson2018-06-151-0/+41
* target/arm: Implement SVE Integer Compare - Scalars GroupRichard Henderson2018-06-151-0/+31
* target/arm: Implement SVE Predicate Count GroupRichard Henderson2018-06-151-0/+14
* target/arm: Implement SVE Partition Break GroupRichard Henderson2018-06-151-0/+248
* target/arm: Implement SVE Integer Compare - Immediate GroupRichard Henderson2018-06-151-0/+88
* target/arm: Implement SVE Integer Compare - Vectors GroupRichard Henderson2018-06-151-0/+187
* target/arm: Implement SVE Select Vectors GroupRichard Henderson2018-06-151-0/+55
* target/arm: Implement SVE vector splice (predicated)Richard Henderson2018-06-151-0/+37
* target/arm: Implement SVE reverse within elementsRichard Henderson2018-06-151-7/+34
* target/arm: Implement SVE conditionally broadcast/extract elementRichard Henderson2018-06-151-0/+12