mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-24 15:20:05 +02:00
Fix for tests/mini/callingconv1.d
This commit is contained in:
@@ -1000,7 +1000,7 @@ namespace AsmParserx8664
|
|||||||
{ "movsq", Op_movsd },
|
{ "movsq", Op_movsd },
|
||||||
{ "movshdup", Op_DstSrcSSE },
|
{ "movshdup", Op_DstSrcSSE },
|
||||||
{ "movsldup", Op_DstSrcSSE },
|
{ "movsldup", Op_DstSrcSSE },
|
||||||
{ "movss", Op_DstSrcSSE },
|
{ "movss", Op_DstSrcNT },
|
||||||
{ "movsw", Op_movsX },
|
{ "movsw", Op_movsX },
|
||||||
{ "movsx", Op_movsx }, // word-only, reg dest
|
{ "movsx", Op_movsx }, // word-only, reg dest
|
||||||
{ "movsxd", Op_movsx },
|
{ "movsxd", Op_movsx },
|
||||||
|
|||||||
Reference in New Issue
Block a user