diff options
| author | Michael Matz <matz@suse.de> | 2016-07-11 22:06:27 +0200 |
|---|---|---|
| committer | Michael Matz <matz@suse.de> | 2016-12-15 17:47:08 +0100 |
| commit | 10e4db45dca082b6e936c5540d9f68156b3a8e79 (patch) | |
| tree | 29b93b92d28564e109d83033e3d7e72e2ac3794d /tests | |
| parent | 5692716770e9e2e733d0e7ab6ce0bd70cb830aba (diff) | |
| download | tinycc-10e4db45dca082b6e936c5540d9f68156b3a8e79.tar.gz tinycc-10e4db45dca082b6e936c5540d9f68156b3a8e79.tar.bz2 | |
x86-asm: Implement prefetchw opcode
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/asmtest.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/asmtest.S b/tests/asmtest.S index 0bbd764..ef5f83e 100644 --- a/tests/asmtest.S +++ b/tests/asmtest.S @@ -622,6 +622,7 @@ int $0x10 prefetcht0 (%rcx) prefetcht1 (%rsi) prefetcht2 (%rdi) + prefetchw (%rdi) clflush 0x1000(%rax,%rcx) fxsaveq (%rdx) fxrstorq (%rcx) |
