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