|
@@ -42,10 +42,12 @@ begin
|
|
|
writeln('make avx assembler-testfiles');
|
|
|
writeln('');
|
|
|
writeln('-h help');
|
|
|
- writeln('-f [fpc,nasm,fasm,fpcinc] outputformat');
|
|
|
- writeln('-p [x8664] codegenerator for x86_64 platform');
|
|
|
+ writeln('-f [fpc,fpcmref,nasm,fasm,fpcinc] outputformat');
|
|
|
+ writeln('-l list opcode-memrefsize-states');
|
|
|
writeln('-o destination path');
|
|
|
+ writeln('-p [x8664] codegenerator for x86_64 platform');
|
|
|
writeln('-z avx512');
|
|
|
+
|
|
|
writeln('');
|
|
|
end
|
|
|
else
|
|
@@ -59,6 +61,7 @@ begin
|
|
|
'n': MakeTestFiles(tfNasm, x64, AVX512, false, Path);
|
|
|
'I': MakeTestFiles(tfFPCInc, x64, AVX512, false, Path);
|
|
|
'm': MakeTestFiles(tfFPCMRef, x64, AVX512, false, Path);
|
|
|
+ 'l': ListMemRefState;
|
|
|
end;
|
|
|
end;
|
|
|
finally
|