2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / mips / fix-r4000-12.c
blob554975ccca18c1eb6df30bdfa0c4d9693d48ef85
1 /* { dg-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}]" } } */