summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_riscv/host_missing/accel_TCG/1339
blob: 8751228ff1facde8ed40b8f1ba06a5fccad0d324 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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: