Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Side by Side Diff: gcc/gcc/testsuite/gcc.target/arm/neon/vget_lowf32.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Test the `vget_lowf32' ARM Neon intrinsic. */ 1 /* Test the `vget_lowf32' ARM Neon intrinsic. */
2 /* This file was autogenerated by neon-testgen. */ 2 /* This file was autogenerated by neon-testgen. */
3 3
4 /* { dg-do assemble } */ 4 /* { dg-do assemble } */
5 /* { dg-require-effective-target arm_neon_ok } */ 5 /* { dg-require-effective-target arm_neon_ok } */
6 /* { dg-options "-save-temps -O0 -mfpu=neon -mfloat-abi=softfp" } */ 6 /* { dg-options "-save-temps -O0 -mfpu=neon -mfloat-abi=softfp" } */
7 7
8 #include "arm_neon.h" 8 #include "arm_neon.h"
9 9
10 void test_vget_lowf32 (void) 10 void test_vget_lowf32 (void)
11 { 11 {
12 float32x2_t out_float32x2_t; 12 register float32x2_t out_float32x2_t asm ("d18");
13 float32x4_t arg0_float32x4_t; 13 float32x4_t arg0_float32x4_t;
14 14
15 out_float32x2_t = vget_low_f32 (arg0_float32x4_t); 15 out_float32x2_t = vget_low_f32 (arg0_float32x4_t);
16 } 16 }
17 17
18 /* { dg-final { scan-assembler "vmov\[ \]+\[dD\]\[0-9\]+, \[dD\]\[0-9\]+!?\(\[ \]+@\[a-zA-Z0-9 \]+\)?\n" } } */ 18 /* { dg-final { scan-assembler "vmov\[ \]+\[dD\]\[0-9\]+, \[dD\]\[0-9\]+!?\(\[ \]+@\[a-zA-Z0-9 \]+\)?\n" } } */
19 /* { dg-final { cleanup-saved-temps } } */ 19 /* { dg-final { cleanup-saved-temps } } */
OLDNEW
« no previous file with comments | « gcc/gcc/testsuite/gcc.target/arm/neon/vdup_nu8.c ('k') | gcc/gcc/testsuite/gcc.target/arm/neon/vget_lows16.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698