index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
host-utils.c
Age
Commit message (
Expand
)
Author
2022-06-20
host-utils: Implemented signed 256-by-128 division
Lucas Mateus Castro (alqotel)
2022-06-20
host-utils: Implemented unsigned 256-by-128 division
Lucas Mateus Castro (alqotel)
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2021-10-27
host-utils: add 128-bit quotient support to divu128/divs128
Luis Pires
2021-10-27
host-utils: move checks out of divu128/divs128
Luis Pires
2021-09-29
host-utils: Fix overflow detection in divu128()
Luis Pires
2017-01-31
host-utils: Implement unsigned quadword left/right shift and unit tests
Jose Ricardo Ziviani
2017-01-31
host-utils: Move 128-bit guard macro to .c file
Jose Ricardo Ziviani
2016-02-04
util: Clean up includes
Peter Maydell
2014-09-09
util: Don't link host-utils.o if it's empty
Fam Zheng
2014-03-05
target-ppc: Add ISA2.06 divde[o] Instructions
Tom Musta
2014-03-05
target-ppc: Add ISA2.06 divdeu[o] Instructions
Tom Musta
2013-02-17
host-utils: Improve mulu64 and muls64
Richard Henderson
2013-02-17
host-utils: Use __int128_t for mul[us]64
Richard Henderson
2013-01-12
build: move libqemuutil.a components to util/
Paolo Bonzini