summary refs log tree commit diff stats
path: root/results/classifier/zero-shot-user-mode/instruction/1883784
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/1883784
parent1a3c4faf4e0a25ed0b86e8739d5319a634cb9112 (diff)
downloadqemu-analysis-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.tar.gz
qemu-analysis-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot-user-mode/instruction/1883784')
-rw-r--r--results/classifier/zero-shot-user-mode/instruction/188378415
1 files changed, 15 insertions, 0 deletions
diff --git a/results/classifier/zero-shot-user-mode/instruction/1883784 b/results/classifier/zero-shot-user-mode/instruction/1883784
new file mode 100644
index 000000000..67b0a2afc
--- /dev/null
+++ b/results/classifier/zero-shot-user-mode/instruction/1883784
@@ -0,0 +1,15 @@
+instruction: 0.635
+runtime: 0.212
+syscall: 0.153
+
+
+
+[ppc64le] qemu behavior differs from ppc64le hardware
+
+I have some code which passes my test suite on PPC64LE hardware when compiled with GCC 10, but the saem binary fails with both qemu-ppc64le 4.2 (on Fedora 32) and qemu-ppc64le-static 5.0.0 (Debian testing).
+
+I'm not getting any errors about illegal instructions or anything, like that; the results are just silently different on qemu.
+
+I've generated a reduced test case, which is attached along with the binaries (both are the same code, one is just statically linked).  They should execute successufully on PPC64LE hardware, but on qemu they hit a __builtin_abort (because the computed value doesn't match the expected value).
+
+Without being familiar with PPC assembly I'm not sure what else I can do, but if there is anything please let me know.
\ No newline at end of file