1 /* { dg-do compile } */
2 /* { dg-skip-if "" { ! { clmcpu } } } */
3 /* { dg-options "-mcpu=nps400 -O2 -mbitops" } */
4
5 int
6 f (void)
7 {
8 return 0xd00d;
9 }
10
11 int
12 g (void)
13 {
14 return 0x7ff00000;
15 }
16
17 /* { dg-final { scan-assembler "movl\.cl\[ \t\]" } } */
18 /* { dg-final { scan-assembler "movh\.cl\[ \t\]" } } */