mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 00:53:23 +01:00
remove extra 'test' instructions and fix 'test' properly
This commit is contained in:
@@ -1224,11 +1224,7 @@ namespace AsmParserx8664
|
||||
{ "sysenter",Op_0 },
|
||||
{ "sysexit", Op_0 },
|
||||
{ "sysret", Op_0 },
|
||||
{ "test", Op_DstSrcNT },
|
||||
{ "testb", Op_DstSrcNT },
|
||||
{ "testl", Op_DstSrcNT },
|
||||
{ "testq", Op_DstSrcNT },
|
||||
{ "testw", Op_DstSrcNT },
|
||||
{ "test", Op_SrcSrcF },
|
||||
{ "ucomisd", Op_SrcSrcSSEF },
|
||||
{ "ucomiss", Op_SrcSrcSSEF },
|
||||
{ "ud2", Op_0 },
|
||||
|
||||
Reference in New Issue
Block a user