aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/neon/vqRshrun_ns16.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.target/arm/neon/vqRshrun_ns16.c')
-rw-r--r--gcc/testsuite/gcc.target/arm/neon/vqRshrun_ns16.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/gcc/testsuite/gcc.target/arm/neon/vqRshrun_ns16.c b/gcc/testsuite/gcc.target/arm/neon/vqRshrun_ns16.c
deleted file mode 100644
index f1355be5619..00000000000
--- a/gcc/testsuite/gcc.target/arm/neon/vqRshrun_ns16.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* Test the `vqRshrun_ns16' ARM Neon intrinsic. */
-/* This file was autogenerated by neon-testgen. */
-
-/* { dg-do assemble } */
-/* { dg-require-effective-target arm_neon_ok } */
-/* { dg-options "-save-temps -O0" } */
-/* { dg-add-options arm_neon } */
-
-#include "arm_neon.h"
-
-void test_vqRshrun_ns16 (void)
-{
- uint8x8_t out_uint8x8_t;
- int16x8_t arg0_int16x8_t;
-
- out_uint8x8_t = vqrshrun_n_s16 (arg0_int16x8_t, 1);
-}
-
-/* { dg-final { scan-assembler "vqrshrun\.s16\[ \]+\[dD\]\[0-9\]+, \[qQ\]\[0-9\]+, #\[0-9\]+!?\(\[ \]+@\[a-zA-Z0-9 \]+\)?\n" } } */