Commit b4208463 by Tejas Belagod Committed by Tejas Belagod

vect-mull-compile.c: Explicitly scan for instructions generated instead of number of occurances.

2013-01-08  Tejas Belagod  <tejas.belagod@arm.com>

	* gcc.target/aarch64/vect-mull-compile.c: Explicitly scan for 
	instructions generated instead of number of occurances.

From-SVN: r195024
parent a02ad1aa
2013-01-08 Tejas Belagod <tejas.belagod@arm.com>
* gcc.target/aarch64/vect-mull-compile.c: Explicitly scan for
instructions generated instead of number of occurances.
2013-01-08 James Greenhalgh <james.greenhalgh@arm.com>
* gcc/testsuite/gcc.target/aarch64/vect-fcm-eq-d.c: New.
......
......@@ -10,7 +10,15 @@ DEF_MULL2 (DEF_MULLB)
DEF_MULL2 (DEF_MULLH)
DEF_MULL2 (DEF_MULLS)
/* { dg-final { scan-assembler-times "smull v" 3 } } */
/* { dg-final { scan-assembler-times "smull2 v" 3 } } */
/* { dg-final { scan-assembler-times "umull v" 3 } } */
/* { dg-final { scan-assembler-times "umull2 v" 3 } } */
/* { dg-final { scan-assembler "smull\\tv\[0-9\]+\.8h"} } */
/* { dg-final { scan-assembler "smull\\tv\[0-9\]+\.4s"} } */
/* { dg-final { scan-assembler "smull\\tv\[0-9\]+\.2d"} } */
/* { dg-final { scan-assembler "umull\\tv\[0-9\]+\.8h"} } */
/* { dg-final { scan-assembler "umull\\tv\[0-9\]+\.4s"} } */
/* { dg-final { scan-assembler "umull\\tv\[0-9\]+\.2d"} } */
/* { dg-final { scan-assembler "smull2\\tv\[0-9\]+\.8h"} } */
/* { dg-final { scan-assembler "smull2\\tv\[0-9\]+\.4s"} } */
/* { dg-final { scan-assembler "smull2\\tv\[0-9\]+\.2d"} } */
/* { dg-final { scan-assembler "umull2\\tv\[0-9\]+\.8h"} } */
/* { dg-final { scan-assembler "umull2\\tv\[0-9\]+\.4s"} } */
/* { dg-final { scan-assembler "umull2\\tv\[0-9\]+\.2d"} } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment