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