Sign in
qemu
/
qemu
/
b0350c51955f8581873593385672b40b9ec7eb74
/
util
/
host-utils.c
62c9947
host-utils: Implemented signed 256-by-128 division
by Lucas Mateus Castro (alqotel)
· 2 years, 8 months ago
4724bbd
host-utils: Implemented unsigned 256-by-128 division
by Lucas Mateus Castro (alqotel)
· 2 years, 8 months ago
e03b568
Replace config-time define HOST_WORDS_BIGENDIAN
by Marc-André Lureau
· 2 years, 10 months ago
40f3e79
host-utils: add 128-bit quotient support to divu128/divs128
by Luis Pires
· 3 years, 3 months ago
9276a31
host-utils: move checks out of divu128/divs128
by Luis Pires
· 3 years, 3 months ago
06c0259
host-utils: Fix overflow detection in divu128()
by Luis Pires
· 3 years, 4 months ago
f539fbe
host-utils: Implement unsigned quadword left/right shift and unit tests
by Jose Ricardo Ziviani
· 8 years ago
6758c19
host-utils: Move 128-bit guard macro to .c file
by Jose Ricardo Ziviani
· 8 years ago
aafd758
util: Clean up includes
by Peter Maydell
· 9 years ago
2ceee4b
util: Don't link host-utils.o if it's empty
by Fam Zheng
· 10 years ago
e44259b
target-ppc: Add ISA2.06 divde[o] Instructions
by Tom Musta
· 11 years ago
98d1eb2
target-ppc: Add ISA2.06 divdeu[o] Instructions
by Tom Musta
· 11 years ago
ff7a1eb
host-utils: Improve mulu64 and muls64
by Richard Henderson
· 12 years ago
f540166
host-utils: Use __int128_t for mul[us]64
by Richard Henderson
· 12 years ago
baacf04
build: move libqemuutil.a components to util/
by Paolo Bonzini
· 12 years ago
[Renamed from host-utils.c]
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
facd285
user: compile host-utils.c only once
by Blue Swirl
· 15 years ago
084ed5c
Code used by the linux-user targets should not use vl.h. Include exec.h instead.
by j_mayer
· 17 years ago
7a51ad8
For consistency, move muls64 / mulu64 prototypes to host-utils.h
by j_mayer
· 17 years ago
5592a75
The other half of the mul64 rework. Sorry for the breakage, I committed
by ths
· 17 years ago
e494ead
Restore a more maintainable version of the 64bit multiply code.
by ths
· 17 years ago
67fc07d
Fix overflow when multiplying two large positive numbers.
by ths
· 17 years ago
69d3572
More generic 64 bit multiplication support, by Aurelien Jarno.
by ths
· 18 years ago