s390: Check for ADDR_REGS in s390_decompose_addrstyle_without_index
[official-gcc.git] / gcc / testsuite / gcc.target / arm / mve / mve_const_shifts.c
blobb17f9f360579bb2b4e12cc87f09734581ab5b195
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 **foo11:
14 ** ...
15 ** movs r0, #2
16 ** ...
18 uint32_t
19 foo11 ()
21 return uqshl (1, 1);
25 **foo12:
26 ** ...
27 ** movs r0, #2
28 ** movs r1, #0
29 ** ...
31 uint64_t
32 foo12 ()
34 return uqshll (1, 1);
37 #ifdef __cplusplus
39 #endif
41 /* { dg-final { scan-assembler-not "__ARM_undef" } } */