summary refs log tree commit diff stats
path: root/results/classifier/zero-shot-user-mode/instruction/1862167
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-08 13:28:15 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-08 13:28:28 +0200
commit5aa276efcbd67f4300ca1a7f809c6e00aadb03da (patch)
tree9b8f0e074014cda8d42f5a97a95bc25082d8b764 /results/classifier/zero-shot-user-mode/instruction/1862167
parent1a3c4faf4e0a25ed0b86e8739d5319a634cb9112 (diff)
downloadqemu-analysis-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.tar.gz
qemu-analysis-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot-user-mode/instruction/1862167')
-rw-r--r--results/classifier/zero-shot-user-mode/instruction/18621679
1 files changed, 9 insertions, 0 deletions
diff --git a/results/classifier/zero-shot-user-mode/instruction/1862167 b/results/classifier/zero-shot-user-mode/instruction/1862167
new file mode 100644
index 000000000..a713f0713
--- /dev/null
+++ b/results/classifier/zero-shot-user-mode/instruction/1862167
@@ -0,0 +1,9 @@
+instruction: 0.742
+runtime: 0.150
+syscall: 0.107
+
+
+
+Variation of SVE register size (qemu-user-aarch64)
+
+Specification of ARMv8-A SVE extention allows various values ​​for the size of the SVE register. On the other hand, it seems that the current qemu-aarch64 supports only the maximum length of 2048 bits as the SVE register size. I am writing an assembler program for a CPU that is compliant with ARMv8-A + SVE and has a 512-bit SVE register, but when this is run with qemu-user-aarch64, a 2048-bit load / store instruction is executed This causes a segmentation fault. Shouldn't qeum-user-aarch64 have an option to specify the SVE register size?
\ No newline at end of file