added test cases for r174920 (prefetch disassembly)

llvm-svn: 174979
This commit is contained in:
Kay Tiong Khoo 2013-02-12 17:07:44 +00:00
parent 2204562acd
commit c5c9713fcf
1 changed files with 6 additions and 0 deletions

View File

@ -630,3 +630,9 @@
# CHECK: movntss %xmm0, (%edi)
0xf3 0x0f 0x2b 0x07
# CHECK: prefetch (%eax)
0x0f 0x0d 0x00
# CHECK: prefetchw (%eax)
0x0f 0x0d 0x08