2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / mips / fix-r10000-9.c
blob88afad339c9b72130e6a1edb952786c0d19bba02
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -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);