]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.target/arc/movbi_cl-1.c
arc.h (SYMBOL_FLAG_CMEM): Define.
[thirdparty/gcc.git] / gcc / testsuite / gcc.target / arc / movbi_cl-1.c
1 /* { dg-do compile } */
2 /* { dg-options "-mcpu=nps400 -O2 -mbitops" } */
3
4 int
5 f (int i)
6 {
7 return 0x6e00;
8 }
9 /* { dg-final { scan-assembler "mov(bi|l)\.cl" } } */