Skip to content

Commit

Permalink
suite: fix MC test for 'prefetch' in 3DNow.s.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Nov 7, 2014
1 parent 90d42bc commit 4016695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite/MC/X86/3DNow.s.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
0x0f,0x0f,0xca,0x0d = pi2fd %mm2, %mm1
0x0f,0x0f,0xca,0xb7 = pmulhrw %mm2, %mm1
0x0f,0x0e = femms
0x0f,0x0d,0x00 = // CHECK: prefetchw (%rax) # encoding: [0x0f,0x0d,0x08]
0x0f,0x0d,0x00 = prefetch (%eax)
0x0f,0x0f,0xca,0x1c = pf2iw %mm2, %mm1
0x0f,0x0f,0xca,0x0c = pi2fw %mm2, %mm1
0x0f,0x0f,0xca,0x8a = pfnacc %mm2, %mm1
Expand Down

0 comments on commit 4016695

Please sign in to comment.