2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / mips / fix-r10000-11.c
blobe1677b6577a31709389b88b8f0712d5587089751
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_xor_and_fetch (z, 42);
11 NOMIPS16 short
12 f2 (short *z)
14 return __sync_xor_and_fetch (z, 42);
17 NOMIPS16 char
18 f3 (char *z)
20 return __sync_xor_and_fetch (z, 42);