blob: 88a591841971e5c0a650d581766116804c00f0c9 [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_fetch_and_sub (z, amt);
}
NOMIPS16 short
f2 (short *z, short amt)
{
return __sync_fetch_and_sub (z, amt);
}
NOMIPS16 char
f3 (char *z, char amt)
{
return __sync_fetch_and_sub (z, amt);
}