2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / mips / div-1.c
blob08234a6e1b1c0e7be778bb24c4e72d2e2fe81f47
1 /* { dg-options "-mgp64 (-mips16)" } */
2 /* { dg-final { scan-assembler "\tddiv\t" } } */
3 /* { dg-final { scan-assembler "\tmflo\t" } } */
4 /* { dg-final { scan-assembler-not "\tmfhi\t" } } */
6 typedef int DI __attribute__((mode(DI)));
8 MIPS16 DI
9 f (DI x, DI y)
11 return x / y;