2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / mips / mult-19.c
blob11cdb17c8677641d783d6beffb8e318f950f0f27
1 /* { dg-options "-mgp32 (-mips16)" } */
2 /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
3 /* { dg-final { scan-assembler "\tmultu?\t" } } */
4 /* { dg-final { scan-assembler "\tmflo\t" } } */
5 /* { dg-final { scan-assembler-not "\tmfhi\t" } } */
7 typedef unsigned int SI __attribute__((mode(SI)));
9 MIPS16 SI
10 f (SI x, SI y)
12 return x * y;