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