mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 03:30:29 +08:00
MIPS: Relax instruction order check in msa-builtins.c.
gcc/testsuite * gcc.target/mips/msa-builtins.c (msa_insert_d): Tweak expected output. From-SVN: r243848
This commit is contained in:
parent
e034421f43
commit
db313371c7
@ -1,3 +1,7 @@
|
||||
2016-12-21 Toma Tabacu <toma.tabacu@imgtec.com>
|
||||
|
||||
* gcc.target/mips/msa-builtins.c (msa_insert_d): Tweak expected output.
|
||||
|
||||
2016-12-21 Janne Blomqvist <jb@gcc.gnu.org>
|
||||
|
||||
PR fortran/78867
|
||||
|
@ -481,7 +481,7 @@
|
||||
/* { dg-final { scan-assembler-times "msa_insert_h:.*insert\\.h.*msa_insert_h" 1 } } */
|
||||
/* { dg-final { scan-assembler-times "msa_insert_w:.*insert\\.w.*msa_insert_w" 1 } } */
|
||||
/* { dg-final { scan-assembler-times "msa_insert_d:.*insert\\.d.*msa_insert_d" 1 { target mips64 } } } */
|
||||
/* { dg-final { scan-assembler-times "msa_insert_d:.*sra.*insert.w.*insert.w.*msa_insert_d" 1 { target {! mips64 } } } } */
|
||||
/* { dg-final { scan-assembler "msa_insert_d:.*(sra.*insert.w.*insert.w|insert.w.*sra.*insert.w).*msa_insert_d" { target {! mips64 } } } } */
|
||||
/* { dg-final { scan-assembler-times "msa_insve_b:.*insve\\.b.*msa_insve_b" 1 } } */
|
||||
/* { dg-final { scan-assembler-times "msa_insve_h:.*insve\\.h.*msa_insve_h" 1 } } */
|
||||
/* { dg-final { scan-assembler-times "msa_insve_w:.*insve\\.w.*msa_insve_w" 1 } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user