'even' opcode on x86_64

This commit is contained in:
Alexey Prokhin
2011-07-19 19:20:40 +04:00
parent c470a715a0
commit 2220dd0559

View File

@@ -789,6 +789,7 @@ namespace AsmParserx8664
{ "dw", Op_ds },
{ "emms", Op_0 }, // clobber all mmx/fp?
{ "enter", Op_enter },
{ "even", Op_Even },
{ "f2xm1", Op_F0_ST }, // %% most of these are update...
{ "fabs", Op_F0_ST },
{ "fadd", Op_FMath },