MC: fix intel-syntax-encoding.s.cs

This commit is contained in:
Nguyen Anh Quynh 2019-04-17 23:01:07 +08:00
parent 59c9de846d
commit 3613aa37d9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
0x66,0x83,0xf8,0xf4 = cmp ax, -12 0x66,0x83,0xf8,0xf4 = cmp ax, -12
0x83,0xf8,0xf4 = cmp eax, -12 0x83,0xf8,0xf4 = cmp eax, -12
0x48,0x83,0xf8,0xf4 = cmp rax, -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 = repne movsd xmm5, xmmword ptr [0xfffffffffffffff8]
0xd1,0xe7 = shl EDI, 1 0xd1,0xe7 = shl EDI, 1
0x0f,0xc2,0xd1,0x01 = cmpltps XMM2, XMM1 0x0f,0xc2,0xd1,0x01 = cmpltps XMM2, XMM1
0xc3 = ret 0xc3 = ret