Merge aosp-toolchain/gcc/gcc-4_9 changes.
[official-gcc.git] / gcc-4_9 / gcc / testsuite / gcc.target / mips / div-6.c
blobfb8953def4d2c1c5842997fc1cd46d230878d2c0
1 /* { dg-options "-mgp64 (-mips16)" } */
2 /* { dg-final { scan-assembler "\tdivu\t" } } */
3 /* { dg-final { scan-assembler "\tmflo\t" } } */
4 /* { dg-final { scan-assembler-not "\tmfhi\t" } } */
6 typedef unsigned int SI __attribute__((mode(SI)));
8 MIPS16 SI
9 f (SI x, SI y)
11 return x / y;