/* { dg-options "-mgp32 (-mips16)" } */ | |
/* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */ | |
/* { dg-final { scan-assembler "\tmultu\t" } } */ | |
/* { dg-final { scan-assembler-not "\tmflo\t" } } */ | |
/* { dg-final { scan-assembler "\tmfhi\t" } } */ | |
typedef unsigned int DI __attribute__((mode(DI))); | |
typedef unsigned int SI __attribute__((mode(SI))); | |
MIPS16 SI | |
f (SI x, SI y) | |
{ | |
return ((DI) x * y) >> 32; | |
} |