01a19e2f71
Both .mul and .umul are defined to return the most significant 32 bits of the result in %o1, but v8 multiplication instructions put them in %y. Move them to %o1. Nothing in the gcc generated code depends on this, but hand-written assembly can rely on this and e.g. Self does. |
||
---|---|---|
.. | ||
alpha | ||
arm | ||
i386 | ||
m68k | ||
sparc | ||
x86_64 | ||
Makefile |