The file you want is compiler/x86/x86ins.dat, which contains the syntax
information for all of the x86-64 assembler commands.
 A tool that's run by "make" will then generate a number of .inc files that
are then referenced by the source code.
 Gareth aka. Kit

 On Sun 17/06/18 20:59 , Joao Schuler [email protected] sent:
 I can give a try to support vaddps and other instructions I need the most
in AVX512. Where is the code (what file) for the above please?
 On Sun, Jun 17, 2018 at 6:30 PM, Florian Klämpfl  wrote:
  Am 17.06.2018 um 06:37 schrieb Joao Schuler:
  Hi,
 I started testing the AVX512 branch:
 https://svn.freepascal.org/svn/fpc/branches/tg74/avx512/ [2]

 This is the code:

 {$ASMMODE intel}
 asm
      vaddps  zmm1, zmm2, zmm3
 end;

 The error message is: invalid combination of opcode and operands.

 The assembly code looks correct to me:
  Should I submit a bug report?

  Only if you submit a patch with it :)
 _______________________________________________
 fpc-devel maillist  -  [email protected] [3]
 http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel [4]

  _______________________________________________
 fpc-devel maillist - [email protected] [5]
 http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
[6]">http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

 

Links:
------
[1] mailto:[email protected]
[2] https://svn.freepascal.org/svn/fpc/branches/tg74/avx512/
[3] mailto:[email protected]
[4] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
[5] mailto:[email protected]
[6] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to