Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.target / mips / fix-r4000-8.c
1 /* { dg-options "-march=r4000 -mfix-r4000 -mgp64 -dp -EB" } */
2 /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
3 typedef unsigned long long uint64_t;
4 typedef unsigned int uint128_t __attribute__((mode(TI)));
5 NOMIPS16 uint64_t foo (uint64_t x, uint64_t y) { return ((uint128_t) x * y) >> 64; }
6 /* ??? A highpart pattern would be a better choice, but we currently
7    don't use them.  */
8 /* { dg-final { scan-assembler "[concat {\tdmultu\t\$[45],\$[45][^\n]+umulditi3[^\n]+\n\tmflo\t\$3\n\tmfhi\t\$2\n}]" } } */