Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / div-2.c
blob257ca923d056e6a793b10390c300959357fb5bbe
1 /* { dg-options "-mgp64 (-mips16)" } */
2 /* { dg-final { scan-assembler "\tddivu\t" } } */
3 /* { dg-final { scan-assembler "\tmflo\t" } } */
4 /* { dg-final { scan-assembler-not "\tmfhi\t" } } */
6 typedef unsigned int DI __attribute__((mode(DI)));
8 MIPS16 DI
9 f (DI x, DI y)
11 return x / y;