1/* { dg-options "-march=r4000 -mfix-r4000 -O2 -dp" } */
2typedef int int32_t;
3typedef int uint32_t;
4int32_t foo (int32_t x, int32_t y) { return x * y; }
5uint32_t bar (uint32_t x, uint32_t y) { return x * y; }
6/* { dg-final { scan-assembler-times "[concat {\tmult\t\$[45],\$[45][^\n]+mulsi3_r4000[^\n]+\n\tmflo\t\$2\n}]" 2 } } */
7