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

Side by Side Diff: gcc/gcc/testsuite/gcc.target/arm/neon/vmovQ_nu8.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 `vmovQ_nu8' ARM Neon intrinsic. */ 1 /* Test the `vmovQ_nu8' 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_vmovQ_nu8 (void) 10 void test_vmovQ_nu8 (void)
11 { 11 {
12 uint8x16_t out_uint8x16_t; 12 uint8x16_t out_uint8x16_t;
13 uint8_t arg0_uint8_t; 13 uint8_t arg0_uint8_t;
14 14
15 out_uint8x16_t = vmovq_n_u8 (arg0_uint8_t); 15 out_uint8x16_t = vmovq_n_u8 (arg0_uint8_t);
16 } 16 }
17 17
18 /* { dg-final { scan-assembler "vdup\.8\[ » \]+\[qQ\]\[0-9\]+, \[rR\]\[0-9\] +!?\(\[ » \]+@\[a-zA-Z0-9 \]+\)?\n" } } */ 18 /* { dg-final { scan-assembler "vdup\.8\[ » \]+\[qQ\]\[0-9\]+, (\[rR\]\[0-9\ ]+|\[dD\]\[0-9\]+\\\[\[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/vmovQ_ns8.c ('k') | gcc/gcc/testsuite/gcc.target/arm/neon/vmov_nf32.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698