libgomp.texi: Update and cleanup of Impl. Status of OpenMP TR13
[official-gcc.git] / gcc / testsuite / gcc.target / arm / mve / intrinsics / srshrl.c
bloba91943c38a017e2e26583d80f8e8665b54ed015e
1 /* { dg-require-effective-target arm_v8_1m_mve_ok } */
2 /* { dg-add-options arm_v8_1m_mve } */
3 /* { dg-additional-options "-O2" } */
4 /* { dg-final { check-function-bodies "**" "" } } */
6 #include "arm_mve.h"
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
13 **foo:
14 ** ...
15 ** srshrl (?:ip|fp|r[0-9]+), (?:ip|fp|r[0-9]+), #1(?: @.*|)
16 ** ...
18 int64_t
19 foo (int64_t value)
21 return srshrl (value, 1);
24 #ifdef __cplusplus
26 #endif
28 /* { dg-final { scan-assembler-not "__ARM_undef" } } */