1 /* { dg-require-effective-target untyped_assembly } */
2 /* { dg-skip-if "too many arguments in function call" { bpf-*-* } } */
3 
4 typedef signed char int8_t;
5 typedef short int int16_t;
6 typedef int int32_t;
7 __extension__ typedef long long int int64_t;
8 typedef unsigned short int uint16_t;
9 typedef unsigned int uint32_t;
10 static inline unsigned int
lshift_u_s(unsigned int left,int right)11 lshift_u_s (unsigned int left, int right)
12 {
13   if ((right) || (right >= sizeof (unsigned int) * 8)
14       || (left > (4294967295U >> right)))
15     return left;
16 }
17 static inline unsigned long int
div_rhs(long int rhs)18 div_rhs (long int rhs)
19 {
20   if (rhs == 0)
21     return 1;
22   return rhs;
23 }
24 
25 uint32_t g_230;
26 int8_t g_294;
27 uint16_t g_316;
28 uint32_t g_334;
29 int32_t g_375;
30 int64_t g_380;
31 int32_t func_99 (int16_t p_100, int32_t p_101, int32_t p_102, int32_t p_103,
32                  int64_t p_105, int32_t p_106, int32_t p_107, int16_t p_108,
33                  int16_t p_109);
34 int32_t
func_77(int64_t p_79)35 func_77 (int64_t p_79)
36 {
37   int16_t l_397;
38   if (mod_rhs (p_79))
39     p_79 = 1;
40   else
41     for (p_79 = 0; 0; p_79 += 1)
42       {
43       }
44   if (lshift_s_s (1, func_112 (2L, (lshift_u_s (g_334, p_79)))))
45     {
46       int8_t l_384;
47       int64_t l_414;
48       if (lshift_u_s (g_375, 1))
49         {
50           func_23 (func_99 (1, 1, 1, 1, g_230, p_79, 1, g_334, 1), 1);
51           for (p_79 = 0; 0; ++p_79)
52             {
53             }
54         }
55       if (div_rhs (func_82 (1, 1, g_380, 1, l_397, 1, 1)))
56         func_99 ((func_82
57                   (1, g_334, g_294, func_112 (1, (p_79 & 1)), g_316, 1, 1)),
58                  1, (0xFBA25CA382A8CA74LL), l_384, l_414, 0L, 1, 1, 1);
59     }
60 }
61 
62