diff options
| author | Theofilos Augoustis <theofilos.augoustis@gmail.com> | 2025-06-17 17:23:56 +0200 |
|---|---|---|
| committer | Theofilos Augoustis <theofilos.augoustis@gmail.com> | 2025-06-20 11:41:37 +0200 |
| commit | 4b7ec572c3728b01a52c249dc34f7bb950540590 (patch) | |
| tree | 07bec969e086ece7539fffeed82595d9970d8b4a /reproducers/issue-1375.c | |
| parent | 04df8c644b29af145579552122ed40768bbd01d8 (diff) | |
| download | focaccia-ta/reproducers.tar.gz focaccia-ta/reproducers.zip | |
Add basic reproducers for QEMU bugs ta/reproducers
Diffstat (limited to 'reproducers/issue-1375.c')
| -rw-r--r-- | reproducers/issue-1375.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/reproducers/issue-1375.c b/reproducers/issue-1375.c new file mode 100644 index 0000000..13be1c1 --- /dev/null +++ b/reproducers/issue-1375.c @@ -0,0 +1,5 @@ +void main() { + asm("mov rax, 0x000000007fffffff; push rax; mov rax, 0x00000000ffffffff; push rax; movdqu XMM1, [rsp];"); + asm("mov rax, 0x2e711de7aa46af1a; push rax; mov rax, 0x7fffffff7fffffff; push rax; movdqu XMM2, [rsp];"); + asm("addsubps xmm1, xmm2"); +} |