|
@@ -32,7 +32,7 @@ CONST
|
|
|
maxNumberOperands*=5; (* maximal two source and one destination operand *)
|
|
|
|
|
|
(* numbers generated by the instruction set parser *)
|
|
|
- maxNumberMnemonics = 1008;
|
|
|
+ maxNumberMnemonics = 1012;
|
|
|
maxNumberInstructions = 3380;
|
|
|
maxMnemonicNameLength =20;
|
|
|
maxCodeLength* =12;
|
|
@@ -2700,6 +2700,7 @@ VAR
|
|
|
AddMnemonic(opVMOVAPD, "VMOVAPD");
|
|
|
AddMnemonic(opVMOVAPS, "VMOVAPS");
|
|
|
AddMnemonic(opVMOVD, "VMOVD");
|
|
|
+ AddMnemonic(opVMOVDDUP, "VMOVDDUP");
|
|
|
AddMnemonic(opVMOVDQA, "VMOVDQA");
|
|
|
AddMnemonic(opVMOVDQU, "VMOVDQU");
|
|
|
AddMnemonic(opVMOVHLPS, "VMOVHLPS");
|