summaryrefslogtreecommitdiffstats
path: root/host-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Code used by the linux-user targets should not use vl.h.j_mayer2007-11-051-1/+2
| | | | | | | Include exec.h instead. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3536 c046a42c-6fe2-441c-8c8c-71466251a162
* For consistency, move muls64 / mulu64 prototypes to host-utils.hj_mayer2007-11-041-13/+2Star
| | | | | | | Make x86_64 optimized versions inline. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3523 c046a42c-6fe2-441c-8c8c-71466251a162
* The other half of the mul64 rework. Sorry for the breakage, I committedths2007-10-271-0/+2
| | | | | | | an incomplete version of what I tested. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3454 c046a42c-6fe2-441c-8c8c-71466251a162
* Restore a more maintainable version of the 64bit multiply code.ths2007-10-261-34/+69
| | | | git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3439 c046a42c-6fe2-441c-8c8c-71466251a162
* Fix overflow when multiplying two large positive numbers.ths2007-10-241-2/+4
| | | | git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3429 c046a42c-6fe2-441c-8c8c-71466251a162
* More generic 64 bit multiplication support, by Aurelien Jarno.ths2007-05-161-0/+75
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2821 c046a42c-6fe2-441c-8c8c-71466251a162