gcc/
[official-gcc.git] / gcc / testsuite / gcc.target / mips / fix-r10000-9.c
blob8373c42d949b83f3d1ae8b844be359862701f2e6
1 /* { dg-do compile } */
2 /* { dg-mips-options "-O2 -march=mips4 -mfix-r10000" } */
3 /* { dg-final { scan-assembler-times "\tbeql\t" 3 } } */
5 NOMIPS16 int
6 f1 (int *z)
8 return __sync_or_and_fetch (z, 42);
11 NOMIPS16 short
12 f2 (short *z)
14 return __sync_or_and_fetch (z, 42);
17 NOMIPS16 char
18 f3 (char *z)
20 return __sync_or_and_fetch (z, 42);