mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-15 12:23:13 +01:00
fix missing 'test' mnemonic and add several variations
This commit is contained in:
@@ -1224,7 +1224,11 @@ 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 },
|
||||
{ "ucomisd", Op_SrcSrcSSEF },
|
||||
{ "ucomiss", Op_SrcSrcSSEF },
|
||||
{ "ud2", Op_0 },
|
||||
|
||||
Reference in New Issue
Block a user