Skip to content

Commit

Permalink
x86: fix testcase of MOVSD
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed May 7, 2020
1 parent 95f25c5 commit b471e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite/MC/X86/intel-syntax-encoding.s.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
0x66,0x83,0xf8,0xf4 = cmp ax, -12
0x83,0xf8,0xf4 = cmp eax, -12
0x48,0x83,0xf8,0xf4 = cmp rax, -12
0xf2,0x0f,0x10,0x2c,0x25,0xf8,0xff,0xff,0xff = repne movsd xmm5, qword ptr [0xfffffffffffffff8]
0xf2,0x0f,0x10,0x2c,0x25,0xf8,0xff,0xff,0xff = movsd xmm5, qword ptr [0xfffffffffffffff8]
0xd1,0xe7 = shl EDI, 1
0x0f,0xc2,0xd1,0x01 = cmpltps XMM2, XMM1
0xc3 = ret
Expand Down

0 comments on commit b471e50

Please sign in to comment.