summaryrefslogtreecommitdiffstats
path: root/util/host-utils.c
Commit message (Expand)AuthorAgeFilesLines
* host-utils: Implemented signed 256-by-128 divisionLucas Mateus Castro (alqotel)2022-06-201-0/+51
* host-utils: Implemented unsigned 256-by-128 divisionLucas Mateus Castro (alqotel)2022-06-201-0/+129
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* host-utils: add 128-bit quotient support to divu128/divs128Luis Pires2021-10-281-41/+86
* host-utils: move checks out of divu128/divs128Luis Pires2021-10-281-22/+18Star
* host-utils: Fix overflow detection in divu128()Luis Pires2021-09-291-1/+1
* host-utils: Implement unsigned quadword left/right shift and unit testsJose Ricardo Ziviani2017-01-311-0/+64
* host-utils: Move 128-bit guard macro to .c fileJose Ricardo Ziviani2017-01-311-0/+2
* util: Clean up includesPeter Maydell2016-02-041-2/+1Star
* util: Don't link host-utils.o if it's emptyFam Zheng2014-09-091-2/+0Star
* target-ppc: Add ISA2.06 divde[o] InstructionsTom Musta2014-03-051-0/+37
* target-ppc: Add ISA2.06 divdeu[o] InstructionsTom Musta2014-03-051-0/+38
* host-utils: Improve mulu64 and muls64Richard Henderson2013-02-171-54/+38Star
* host-utils: Use __int128_t for mul[us]64Richard Henderson2013-02-171-2/+2
* build: move libqemuutil.a components to util/Paolo Bonzini2013-01-121-0/+105