aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/mips/r3900-mult.c
blob: 393f1086e072d7e2eb9cee41c1e75601485a0b34 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-mips-options "-march=r3900" } */
/* { dg-final { scan-assembler "\tmult\t\[^\n\]*,\[^\n\]*," } } */

NOMIPS16 int
f (int a, int b)
{
  return a * b;
}