index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
sve_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-30
target/arm: Simplify sve mte checking
Richard Henderson
1
-58
/
+26
2021-04-30
target/arm: Rename mte_probe1 to mte_probe
Richard Henderson
1
-3
/
+3
2021-04-30
target/arm: Merge mte_check1, mte_checkN
Richard Henderson
1
-7
/
+7
2021-03-12
target/arm: Update sve reduction vs simd_desc
Richard Henderson
1
-1
/
+1
2021-03-12
target/arm: Update WHILE for PREDDESC
Richard Henderson
1
-2
/
+2
2021-03-12
target/arm: Update CNTP for PREDDESC
Richard Henderson
1
-3
/
+3
2021-03-12
target/arm: Update BRKA, BRKB, BRKN for PREDDESC
Richard Henderson
1
-16
/
+14
2021-03-12
target/arm: Update find_last_active for PREDDESC
Richard Henderson
1
-3
/
+3
2021-03-12
target/arm: Fix sve_punpk_p vs odd vector lengths
Richard Henderson
1
-2
/
+2
2021-03-12
target/arm: Fix sve_zip_p vs odd vector lengths
Richard Henderson
1
-11
/
+14
2021-03-12
target/arm: Fix sve_uzp_p vs odd vector lengths
Richard Henderson
1
-9
/
+21
2021-01-19
target/arm: Update REV, PUNPK for pred_desc
Richard Henderson
1
-4
/
+4
2021-01-19
target/arm: Update ZIP, UZP, TRN for pred_desc
Richard Henderson
1
-9
/
+9
2021-01-19
target/arm: Update PFIRST, PNEXT for pred_desc
Richard Henderson
1
-3
/
+4
2020-11-15
arm tcg cpus: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-08-28
target/arm: Merge helper_sve_clr_* and helper_sve_movz_*
Richard Henderson
1
-55
/
+15
2020-06-26
target/arm: Complete TBI clearing for user-only for SVE
Richard Henderson
1
-2
/
+17
2020-06-26
target/arm: Add mte helpers for sve scatter/gather memory ops
Richard Henderson
1
-31
/
+152
2020-06-26
target/arm: Add mte helpers for sve scalar + int ff/nf loads
Richard Henderson
1
-12
/
+87
2020-06-26
target/arm: Add mte helpers for sve scalar + int stores
Richard Henderson
1
-23
/
+72
2020-06-26
target/arm: Add mte helpers for sve scalar + int loads
Richard Henderson
1
-39
/
+179
2020-05-19
softfloat: Replace flag with bool
Richard Henderson
1
-4
/
+4
2020-05-11
target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLA
Richard Henderson
1
-97
/
+60
2020-05-11
target/arm: Remove sve_memopidx
Richard Henderson
1
-7
/
+7
2020-05-11
target/arm: Reuse sve_probe_page for gather loads
Richard Henderson
1
-113
/
+123
2020-05-11
target/arm: Reuse sve_probe_page for scatter stores
Richard Henderson
1
-77
/
+117
2020-05-11
target/arm: Reuse sve_probe_page for gather first-fault loads
Richard Henderson
1
-207
/
+138
2020-05-11
target/arm: Use SVEContLdSt for contiguous stores
Richard Henderson
1
-119
/
+152
2020-05-11
target/arm: Update contiguous first-fault and no-fault loads
Richard Henderson
1
-180
/
+158
2020-05-11
target/arm: Use SVEContLdSt for multi-register contiguous loads
Richard Henderson
1
-144
/
+79
2020-05-11
target/arm: Handle watchpoints in sve_ld1_r
Richard Henderson
1
-1
/
+71
2020-05-11
target/arm: Use SVEContLdSt in sve_ld1_r
Richard Henderson
1
-91
/
+97
2020-05-11
target/arm: Adjust interface of sve_ld1_host_fn
Richard Henderson
1
-61
/
+63
2020-05-11
target/arm: Add sve infrastructure for page lookup
Richard Henderson
1
-2
/
+261
2020-05-11
target/arm: Drop manual handling of set/clear_helper_retaddr
Richard Henderson
1
-38
/
+0
2020-05-11
target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn
Richard Henderson
1
-135
/
+86
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
1
-1
/
+1
2020-01-15
target/arm: Include tcg.h in sve_helper.c
Richard Henderson
1
-0
/
+1
2019-07-14
tcg: Introduce set/clear_helper_retaddr
Richard Henderson
1
-22
/
+21
2019-05-10
tcg: Use tlb_fill probe from tlb_vaddr_to_host
Richard Henderson
1
-5
/
+1
2018-11-28
target/arm/sve_helper: Fix compilation with clang 3.4
Thomas Huth
1
-10
/
+10
2018-10-08
target/arm: Pass TCGMemOpIdx to sve memory helpers
Richard Henderson
1
-66
/
+72
2018-10-08
target/arm: Rewrite vector gather first-fault loads
Richard Henderson
1
-78
/
+220
2018-10-08
target/arm: Rewrite vector gather stores
Richard Henderson
1
-52
/
+91
2018-10-08
target/arm: Rewrite vector gather loads
Richard Henderson
1
-71
/
+162
2018-10-08
target/arm: Split contiguous stores for endianness
Richard Henderson
1
-3
/
+8
2018-10-08
target/arm: Split contiguous loads for endianness
Richard Henderson
1
-33
/
+37
2018-10-08
target/arm: Rewrite helper_sve_st[1234]*_r
Richard Henderson
1
-177
/
+170
2018-10-08
target/arm: Rewrite helper_sve_ld[234]*_r
Richard Henderson
1
-93
/
+117
2018-10-08
target/arm: Rewrite helper_sve_ld1*_r using pages
Richard Henderson
1
-164
/
+571
[next]