aboutsummaryrefslogtreecommitdiff
path: root/target/arm/sve_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-11target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLARichard Henderson1-97/+60
2020-05-11target/arm: Remove sve_memopidxRichard Henderson1-7/+7
2020-05-11target/arm: Reuse sve_probe_page for gather loadsRichard Henderson1-113/+123
2020-05-11target/arm: Reuse sve_probe_page for scatter storesRichard Henderson1-77/+117
2020-05-11target/arm: Reuse sve_probe_page for gather first-fault loadsRichard Henderson1-207/+138
2020-05-11target/arm: Use SVEContLdSt for contiguous storesRichard Henderson1-119/+152
2020-05-11target/arm: Update contiguous first-fault and no-fault loadsRichard Henderson1-180/+158
2020-05-11target/arm: Use SVEContLdSt for multi-register contiguous loadsRichard Henderson1-144/+79
2020-05-11target/arm: Handle watchpoints in sve_ld1_rRichard Henderson1-1/+71
2020-05-11target/arm: Use SVEContLdSt in sve_ld1_rRichard Henderson1-91/+97
2020-05-11target/arm: Adjust interface of sve_ld1_host_fnRichard Henderson1-61/+63
2020-05-11target/arm: Add sve infrastructure for page lookupRichard Henderson1-2/+261
2020-05-11target/arm: Drop manual handling of set/clear_helper_retaddrRichard Henderson1-38/+0
2020-05-11target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fnRichard Henderson1-135/+86
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2020-01-15target/arm: Include tcg.h in sve_helper.cRichard Henderson1-0/+1
2019-07-14tcg: Introduce set/clear_helper_retaddrRichard Henderson1-22/+21
2019-05-10tcg: Use tlb_fill probe from tlb_vaddr_to_hostRichard Henderson1-5/+1
2018-11-28target/arm/sve_helper: Fix compilation with clang 3.4Thomas Huth1-10/+10
2018-10-08target/arm: Pass TCGMemOpIdx to sve memory helpersRichard Henderson1-66/+72
2018-10-08target/arm: Rewrite vector gather first-fault loadsRichard Henderson1-78/+220
2018-10-08target/arm: Rewrite vector gather storesRichard Henderson1-52/+91
2018-10-08target/arm: Rewrite vector gather loadsRichard Henderson1-71/+162
2018-10-08target/arm: Split contiguous stores for endiannessRichard Henderson1-3/+8
2018-10-08target/arm: Split contiguous loads for endiannessRichard Henderson1-33/+37
2018-10-08target/arm: Rewrite helper_sve_st[1234]*_rRichard Henderson1-177/+170
2018-10-08target/arm: Rewrite helper_sve_ld[234]*_rRichard Henderson1-93/+117
2018-10-08target/arm: Rewrite helper_sve_ld1*_r using pagesRichard Henderson1-164/+571
2018-08-16target/arm: Use fp_status_fp16 for do_fmpa_zpzzz_hRichard Henderson1-1/+1
2018-08-16target/arm: Fix typo in helper_sve_ld1hss_rRichard Henderson1-1/+1
2018-08-14target/arm: Fix typo in helper_sve_movz_dRichard Henderson1-1/+1
2018-08-14target/arm: Reorganize SVE WHILERichard Henderson1-5/+0
2018-08-14target/arm: Fix sign of sve_cmpeq_ppzw/sve_cmpne_ppzwRichard Henderson1-6/+6
2018-07-16target/arm: Fix LD1W and LDFF1W (scalar plus vector)Richard Henderson1-2/+2
2018-06-29target/arm: Fix SVE signed division vs x86 overflow exceptionRichard Henderson1-5/+15
2018-06-29target/arm: Implement SVE fp complex multiply addRichard Henderson1-0/+162
2018-06-29target/arm: Implement SVE floating-point complex addRichard Henderson1-0/+100
2018-06-29target/arm: Implement SVE floating-point unary operationsRichard Henderson1-0/+8
2018-06-29target/arm: Implement SVE floating-point round to integral valueRichard Henderson1-0/+8
2018-06-29target/arm: Implement SVE floating-point convert to integerRichard Henderson1-0/+88
2018-06-29target/arm: Implement SVE floating-point convert precisionRichard Henderson1-0/+55
2018-06-29target/arm: Implement SVE floating-point trig multiply-add coefficientRichard Henderson1-0/+70
2018-06-29target/arm: Implement SVE FP Compare with Zero GroupRichard Henderson1-0/+43
2018-06-29target/arm: Implement SVE FP Fast Reduction GroupRichard Henderson1-0/+61
2018-06-29target/arm: Implement SVE floating-point arithmetic with immediateRichard Henderson1-0/+69
2018-06-29target/arm: Implement SVE floating-point compare vectorsRichard Henderson1-0/+62
2018-06-29target/arm: Implement SVE first-fault gather loadsRichard Henderson1-0/+88
2018-06-29target/arm: Implement SVE gather loadsRichard Henderson1-0/+77
2018-06-29target/arm: Implement SVE scatter storesRichard Henderson1-0/+61
2018-06-29target/arm: Implement SVE load and broadcast elementRichard Henderson1-0/+41