rt_gccstream/gcc/testsuite/gcc.target/mips/fix-vr4130-1.c

9 lines
204 B
C

/* { dg-do compile } */
/* { dg-options "-march=vr4130 -mfix-vr4130" } */
NOMIPS16 unsigned int
foo (unsigned int x, unsigned int y)
{
return x % y;
}
/* { dg-final { scan-assembler "\tmacchi\t" } } */