diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/vnc/1339 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/vnc/1339')
| -rw-r--r-- | results/classifier/118/vnc/1339 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/results/classifier/118/vnc/1339 b/results/classifier/118/vnc/1339 new file mode 100644 index 000000000..c982f5fe6 --- /dev/null +++ b/results/classifier/118/vnc/1339 @@ -0,0 +1,46 @@ +vnc: 0.948 +risc-v: 0.937 +device: 0.931 +socket: 0.857 +graphic: 0.827 +network: 0.820 +PID: 0.809 +register: 0.729 +files: 0.719 +permissions: 0.668 +VMM: 0.601 +architecture: 0.599 +ppc: 0.584 +performance: 0.583 +kernel: 0.583 +TCG: 0.572 +arm: 0.571 +debug: 0.558 +mistranslation: 0.532 +virtual: 0.532 +x86: 0.524 +boot: 0.487 +hypervisor: 0.486 +semantic: 0.476 +i386: 0.475 +KVM: 0.423 +peripherals: 0.378 +user-level: 0.295 +assembly: 0.275 + +RVV vfncvt.rtz.x.f.w Assertion failed +Description of problem: +when execute +``` +vsetvli t0, x0, e16, m1 +vfncvt.rtz.x.f.w v0, v4 +``` +report error: + +qemu-riscv64: ../target/riscv/translate.c:212: decode_save_opc: Assertion \`ctx->insn_start != NULL' failed. Segmentation fault (core dumped) +Steps to reproduce: +1. write the code +2. compile +3. excute +Additional information: + |