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
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
2018-08-16
target/arm: Use fp_status_fp16 for do_fmpa_zpzzz_h
Richard Henderson
1
-1
/
+1
2018-08-16
target/arm: Fix typo in helper_sve_ld1hss_r
Richard Henderson
1
-1
/
+1
2018-08-14
target/arm: Fix typo in helper_sve_movz_d
Richard Henderson
1
-1
/
+1
2018-08-14
target/arm: Reorganize SVE WHILE
Richard Henderson
1
-5
/
+0
2018-08-14
target/arm: Fix sign of sve_cmpeq_ppzw/sve_cmpne_ppzw
Richard Henderson
1
-6
/
+6
2018-07-16
target/arm: Fix LD1W and LDFF1W (scalar plus vector)
Richard Henderson
1
-2
/
+2
2018-06-29
target/arm: Fix SVE signed division vs x86 overflow exception
Richard Henderson
1
-5
/
+15
2018-06-29
target/arm: Implement SVE fp complex multiply add
Richard Henderson
1
-0
/
+162
2018-06-29
target/arm: Implement SVE floating-point complex add
Richard Henderson
1
-0
/
+100
2018-06-29
target/arm: Implement SVE floating-point unary operations
Richard Henderson
1
-0
/
+8
2018-06-29
target/arm: Implement SVE floating-point round to integral value
Richard Henderson
1
-0
/
+8
2018-06-29
target/arm: Implement SVE floating-point convert to integer
Richard Henderson
1
-0
/
+88
2018-06-29
target/arm: Implement SVE floating-point convert precision
Richard Henderson
1
-0
/
+55
2018-06-29
target/arm: Implement SVE floating-point trig multiply-add coefficient
Richard Henderson
1
-0
/
+70
2018-06-29
target/arm: Implement SVE FP Compare with Zero Group
Richard Henderson
1
-0
/
+43
2018-06-29
target/arm: Implement SVE FP Fast Reduction Group
Richard Henderson
1
-0
/
+61
2018-06-29
target/arm: Implement SVE floating-point arithmetic with immediate
Richard Henderson
1
-0
/
+69
2018-06-29
target/arm: Implement SVE floating-point compare vectors
Richard Henderson
1
-0
/
+62
2018-06-29
target/arm: Implement SVE first-fault gather loads
Richard Henderson
1
-0
/
+88
2018-06-29
target/arm: Implement SVE gather loads
Richard Henderson
1
-0
/
+77
2018-06-29
target/arm: Implement SVE scatter stores
Richard Henderson
1
-0
/
+61
2018-06-29
target/arm: Implement SVE load and broadcast element
Richard Henderson
1
-0
/
+41
2018-06-29
target/arm: Implement SVE Floating Point Accumulating Reduction Group
Richard Henderson
1
-0
/
+56
2018-06-29
target/arm: Implement SVE FP Multiply-Add Group
Richard Henderson
1
-0
/
+158
2018-06-29
target/arm: Implement SVE floating-point arithmetic (predicated)
Richard Henderson
1
-0
/
+89
2018-06-29
target/arm: Implement SVE integer convert to floating-point
Richard Henderson
1
-0
/
+38
2018-06-29
target/arm: Implement SVE Memory Contiguous Store Group
Richard Henderson
1
-0
/
+211
2018-06-29
target/arm: Implement SVE Contiguous Load, first-fault and no-fault
Richard Henderson
1
-0
/
+157
2018-06-29
target/arm: Implement SVE Memory Contiguous Load Group
Richard Henderson
1
-0
/
+153
2018-06-15
target/arm: Implement SVE Integer Wide Immediate - Unpredicated Group
Richard Henderson
1
-0
/
+41
2018-06-15
target/arm: Implement SVE Integer Compare - Scalars Group
Richard Henderson
1
-0
/
+31
2018-06-15
target/arm: Implement SVE Predicate Count Group
Richard Henderson
1
-0
/
+14
2018-06-15
target/arm: Implement SVE Partition Break Group
Richard Henderson
1
-0
/
+248
2018-06-15
target/arm: Implement SVE Integer Compare - Immediate Group
Richard Henderson
1
-0
/
+88
2018-06-15
target/arm: Implement SVE Integer Compare - Vectors Group
Richard Henderson
1
-0
/
+187
2018-06-15
target/arm: Implement SVE Select Vectors Group
Richard Henderson
1
-0
/
+55
2018-06-15
target/arm: Implement SVE vector splice (predicated)
Richard Henderson
1
-0
/
+37
2018-06-15
target/arm: Implement SVE reverse within elements
Richard Henderson
1
-7
/
+34
2018-06-15
target/arm: Implement SVE conditionally broadcast/extract element
Richard Henderson
1
-0
/
+12
2018-06-15
target/arm: Implement SVE compress active elements
Richard Henderson
1
-0
/
+34
2018-06-15
target/arm: Implement SVE Permute - Interleaving Group
Richard Henderson
1
-0
/
+72
[next]