| Commit message (Expand) | Author | Age | Files | Lines |
* | target/arm: Merge helper_sve_clr_* and helper_sve_movz_* | Richard Henderson | 2020-08-28 | 1 | -55/+15 |
* | target/arm: Complete TBI clearing for user-only for SVE | Richard Henderson | 2020-06-26 | 1 | -2/+17 |
* | target/arm: Add mte helpers for sve scatter/gather memory ops | Richard Henderson | 2020-06-26 | 1 | -31/+152 |
* | target/arm: Add mte helpers for sve scalar + int ff/nf loads | Richard Henderson | 2020-06-26 | 1 | -12/+87 |
* | target/arm: Add mte helpers for sve scalar + int stores | Richard Henderson | 2020-06-26 | 1 | -23/+72 |
* | target/arm: Add mte helpers for sve scalar + int loads | Richard Henderson | 2020-06-26 | 1 | -39/+179 |
* | softfloat: Replace flag with bool | Richard Henderson | 2020-05-19 | 1 | -4/+4 |
* | target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLA | Richard Henderson | 2020-05-11 | 1 | -97/+60 |
* | target/arm: Remove sve_memopidx | Richard Henderson | 2020-05-11 | 1 | -7/+7 |
* | target/arm: Reuse sve_probe_page for gather loads | Richard Henderson | 2020-05-11 | 1 | -113/+123 |
* | target/arm: Reuse sve_probe_page for scatter stores | Richard Henderson | 2020-05-11 | 1 | -77/+117 |
* | target/arm: Reuse sve_probe_page for gather first-fault loads | Richard Henderson | 2020-05-11 | 1 | -207/+138 |
* | target/arm: Use SVEContLdSt for contiguous stores | Richard Henderson | 2020-05-11 | 1 | -119/+152 |
* | target/arm: Update contiguous first-fault and no-fault loads | Richard Henderson | 2020-05-11 | 1 | -180/+158 |
* | target/arm: Use SVEContLdSt for multi-register contiguous loads | Richard Henderson | 2020-05-11 | 1 | -144/+79 |
* | target/arm: Handle watchpoints in sve_ld1_r | Richard Henderson | 2020-05-11 | 1 | -1/+71 |
* | target/arm: Use SVEContLdSt in sve_ld1_r | Richard Henderson | 2020-05-11 | 1 | -91/+97 |
* | target/arm: Adjust interface of sve_ld1_host_fn | Richard Henderson | 2020-05-11 | 1 | -61/+63 |
* | target/arm: Add sve infrastructure for page lookup | Richard Henderson | 2020-05-11 | 1 | -2/+261 |
* | target/arm: Drop manual handling of set/clear_helper_retaddr | Richard Henderson | 2020-05-11 | 1 | -38/+0 |
* | target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn | Richard Henderson | 2020-05-11 | 1 | -135/+86 |
* | tcg: Search includes from the project root source directory | Philippe Mathieu-Daudé | 2020-01-16 | 1 | -1/+1 |
* | target/arm: Include tcg.h in sve_helper.c | Richard Henderson | 2020-01-16 | 1 | -0/+1 |
* | tcg: Introduce set/clear_helper_retaddr | Richard Henderson | 2019-07-14 | 1 | -22/+21 |
* | tcg: Use tlb_fill probe from tlb_vaddr_to_host | Richard Henderson | 2019-05-10 | 1 | -5/+1 |
* | target/arm/sve_helper: Fix compilation with clang 3.4 | Thomas Huth | 2018-11-28 | 1 | -10/+10 |
* | target/arm: Pass TCGMemOpIdx to sve memory helpers | Richard Henderson | 2018-10-08 | 1 | -66/+72 |
* | target/arm: Rewrite vector gather first-fault loads | Richard Henderson | 2018-10-08 | 1 | -78/+220 |
* | target/arm: Rewrite vector gather stores | Richard Henderson | 2018-10-08 | 1 | -52/+91 |
* | target/arm: Rewrite vector gather loads | Richard Henderson | 2018-10-08 | 1 | -71/+162 |
* | target/arm: Split contiguous stores for endianness | Richard Henderson | 2018-10-08 | 1 | -3/+8 |
* | target/arm: Split contiguous loads for endianness | Richard Henderson | 2018-10-08 | 1 | -33/+37 |
* | target/arm: Rewrite helper_sve_st[1234]*_r | Richard Henderson | 2018-10-08 | 1 | -177/+170 |
* | target/arm: Rewrite helper_sve_ld[234]*_r | Richard Henderson | 2018-10-08 | 1 | -93/+117 |
* | target/arm: Rewrite helper_sve_ld1*_r using pages | Richard Henderson | 2018-10-08 | 1 | -164/+571 |
* | target/arm: Use fp_status_fp16 for do_fmpa_zpzzz_h | Richard Henderson | 2018-08-16 | 1 | -1/+1 |
* | target/arm: Fix typo in helper_sve_ld1hss_r | Richard Henderson | 2018-08-16 | 1 | -1/+1 |
* | target/arm: Fix typo in helper_sve_movz_d | Richard Henderson | 2018-08-14 | 1 | -1/+1 |
* | target/arm: Reorganize SVE WHILE | Richard Henderson | 2018-08-14 | 1 | -5/+0 |
* | target/arm: Fix sign of sve_cmpeq_ppzw/sve_cmpne_ppzw | Richard Henderson | 2018-08-14 | 1 | -6/+6 |
* | target/arm: Fix LD1W and LDFF1W (scalar plus vector) | Richard Henderson | 2018-07-16 | 1 | -2/+2 |
* | target/arm: Fix SVE signed division vs x86 overflow exception | Richard Henderson | 2018-06-29 | 1 | -5/+15 |
* | target/arm: Implement SVE fp complex multiply add | Richard Henderson | 2018-06-29 | 1 | -0/+162 |
* | target/arm: Implement SVE floating-point complex add | Richard Henderson | 2018-06-29 | 1 | -0/+100 |
* | target/arm: Implement SVE floating-point unary operations | Richard Henderson | 2018-06-29 | 1 | -0/+8 |
* | target/arm: Implement SVE floating-point round to integral value | Richard Henderson | 2018-06-29 | 1 | -0/+8 |
* | target/arm: Implement SVE floating-point convert to integer | Richard Henderson | 2018-06-29 | 1 | -0/+88 |
* | target/arm: Implement SVE floating-point convert precision | Richard Henderson | 2018-06-29 | 1 | -0/+55 |
* | target/arm: Implement SVE floating-point trig multiply-add coefficient | Richard Henderson | 2018-06-29 | 1 | -0/+70 |
* | target/arm: Implement SVE FP Compare with Zero Group | Richard Henderson | 2018-06-29 | 1 | -0/+43 |