Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / mips / fix-r4000-12.c
blobf03a7a0614750d4bc95d0d72d8d5edd524741f42
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}]" } } */