Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/gas/testsuite/gas/i386/inval-avx.l
2023-03-06 14:48:14 +01:00

21 lines
555 B
Text

.*: Assembler messages:
.*:4: Error: .*
.*:5: Error: .*
.*:6: Error: .*
.*:9: Error:.* ambiguous .* `vcvtpd2dq'
.*:10: Error:.* ambiguous .* `vcvtpd2ps'
.*:11: Error:.* ambiguous .* `vcvttpd2dq'
GAS LISTING .*
[ ]*1[ ]+\# Check illegal AVX instructions
[ ]*2[ ]+\.text
[ ]*3[ ]+_start:
[ ]*4[ ]+vcvtpd2dq \(%ecx\),%xmm2
[ ]*5[ ]+vcvtpd2ps \(%ecx\),%xmm2
[ ]*6[ ]+vcvttpd2dq \(%ecx\),%xmm2
[ ]*7[ ]+
[ ]*8[ ]+\.intel_syntax noprefix
[ ]*9[ ]+vcvtpd2dq xmm2,\[ecx\]
[ ]*10[ ]+vcvtpd2ps xmm2,\[ecx\]
[ ]*11[ ]+vcvttpd2dq xmm2,\[ecx\]