blob: e1677b6577a31709389b88b8f0712d5587089751 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -mfix-r10000" } */
/* { dg-final { scan-assembler-times "\tbeql\t" 3 } } */
NOMIPS16 int
f1 (int *z)
{
return __sync_xor_and_fetch (z, 42);
}
NOMIPS16 short
f2 (short *z)
{
return __sync_xor_and_fetch (z, 42);
}
NOMIPS16 char
f3 (char *z)
{
return __sync_xor_and_fetch (z, 42);
}