Commit c7a9c0e3 by H.J. Lu Committed by H.J. Lu

Scan 256bit AVX register.

2010-10-14  H.J. Lu  <hongjiu.lu@intel.com>

	* gcc.target/i386/recip-vec-sqrtf-avx.c: Scan 256bit AVX
	register.
	* gcc.target/i386/recip-vec-divf-avx.c: Likewise.

From-SVN: r165456
parent cfeb0fa8
2010-10-14 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/recip-vec-sqrtf-avx.c: Scan 256bit AVX
register.
* gcc.target/i386/recip-vec-divf-avx.c: Likewise.
2010-10-14 Andrey Belevantsev <abel@ispras.ru>
* gcc.target/ia64/20101005.c: New test.
......
......@@ -13,4 +13,4 @@ void t1(void)
r[i] = a[i] / b[i];
}
/* { dg-final { scan-assembler "vrcpps" } } */
/* { dg-final { scan-assembler "vrcpps\[ \\t\]+\[^\n\]*%ymm" } } */
......@@ -31,4 +31,4 @@ void t3(void)
r[i] = sqrtf (a[i]);
}
/* { dg-final { scan-assembler-times "vrsqrtps" 3 } } */
/* { dg-final { scan-assembler-times "vrsqrtps\[ \\t\]+\[^\n\]*%ymm" 3 } } */
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