OSDN Git Service

* gcc.target/mips/octeon-exts-2.c: Compile it with -meb.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / mips / fix-r4000-12.c
1 /* { dg-mips-options "-march=r4000 -mfix-r4000 -mgp64 -O2 -dp" } */
2 typedef unsigned long long uint64_t;
3 uint64_t foo (uint64_t x) { return x / 11993; }
4 /* { dg-final { scan-assembler "[concat {\tdmultu\t\$4,\$[0-9]+[^\n]+umuldi3_highpart[^\n]+\n\tmfhi\t\$[0-9]+\n}]" } } */