15 Commits (86f847a39aef93bcfbea65a702ba76762ae54d61)

Author SHA1 Message Date
Lucas Mateus Castro (alqotel) 62c9947fb7 host-utils: Implemented signed 256-by-128 division 4 years ago
Lucas Mateus Castro (alqotel) 4724bbd284 host-utils: Implemented unsigned 256-by-128 division 4 years ago
Marc-André Lureau e03b56863d Replace config-time define HOST_WORDS_BIGENDIAN 4 years ago
Luis Pires 40f3e79a86 host-utils: add 128-bit quotient support to divu128/divs128 5 years ago
Luis Pires 9276a31c34 host-utils: move checks out of divu128/divs128 5 years ago
Luis Pires 06c0259a08 host-utils: Fix overflow detection in divu128() 5 years ago
Jose Ricardo Ziviani f539fbe337 host-utils: Implement unsigned quadword left/right shift and unit tests 9 years ago
Jose Ricardo Ziviani 6758c192b0 host-utils: Move 128-bit guard macro to .c file 9 years ago
Peter Maydell aafd758410 util: Clean up includes 10 years ago
Fam Zheng 2ceee4b052 util: Don't link host-utils.o if it's empty 12 years ago
Tom Musta e44259b6d4 target-ppc: Add ISA2.06 divde[o] Instructions 12 years ago
Tom Musta 98d1eb2748 target-ppc: Add ISA2.06 divdeu[o] Instructions 12 years ago
Richard Henderson ff7a1eb0a1 host-utils: Improve mulu64 and muls64 13 years ago
Richard Henderson f540166b7d host-utils: Use __int128_t for mul[us]64 13 years ago
Paolo Bonzini baacf04799 build: move libqemuutil.a components to util/ 14 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Blue Swirl facd285778 user: compile host-utils.c only once 17 years ago
j_mayer 084ed5cc90 Code used by the linux-user targets should not use vl.h. 19 years ago
j_mayer 7a51ad822f For consistency, move muls64 / mulu64 prototypes to host-utils.h 19 years ago
ths 5592a750b9 The other half of the mul64 rework. Sorry for the breakage, I committed 19 years ago
ths e494ead521 Restore a more maintainable version of the 64bit multiply code. 19 years ago
ths 67fc07d3fb Fix overflow when multiplying two large positive numbers. 19 years ago
ths 69d357286d More generic 64 bit multiplication support, by Aurelien Jarno. 19 years ago