diff options
author | Kay Tiong Khoo <kkhoo@perfwizard.com> | 2013-02-12 17:07:44 +0000 |
---|---|---|
committer | Kay Tiong Khoo <kkhoo@perfwizard.com> | 2013-02-12 17:07:44 +0000 |
commit | c5c9713fcf92c7e0cee76f57fba66e2cf9a66f3a (patch) | |
tree | 4badbde586ebae72b5b470ecfc647892c5c3f0f4 /llvm/test/MC | |
parent | 2204562acdc8eb94c2a2b7088e2fc0dc7a0f70e3 (diff) | |
download | bcm5719-llvm-c5c9713fcf92c7e0cee76f57fba66e2cf9a66f3a.tar.gz bcm5719-llvm-c5c9713fcf92c7e0cee76f57fba66e2cf9a66f3a.zip |
added test cases for r174920 (prefetch disassembly)
llvm-svn: 174979
Diffstat (limited to 'llvm/test/MC')
-rw-r--r-- | llvm/test/MC/Disassembler/X86/x86-32.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/X86/x86-32.txt b/llvm/test/MC/Disassembler/X86/x86-32.txt index 99d49943b15..2017b7a32eb 100644 --- a/llvm/test/MC/Disassembler/X86/x86-32.txt +++ b/llvm/test/MC/Disassembler/X86/x86-32.txt @@ -630,3 +630,9 @@ # CHECK: movntss %xmm0, (%edi) 0xf3 0x0f 0x2b 0x07 + +# CHECK: prefetch (%eax) +0x0f 0x0d 0x00 + +# CHECK: prefetchw (%eax) +0x0f 0x0d 0x08 |