aboutsummaryrefslogtreecommitdiff
path: root/util/host-utils.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-20host-utils: Implemented signed 256-by-128 divisionLucas Mateus Castro (alqotel)1-0/+51
2022-06-20host-utils: Implemented unsigned 256-by-128 divisionLucas Mateus Castro (alqotel)1-0/+129
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2021-10-27host-utils: add 128-bit quotient support to divu128/divs128Luis Pires1-41/+86
2021-10-27host-utils: move checks out of divu128/divs128Luis Pires1-22/+18
2021-09-29host-utils: Fix overflow detection in divu128()Luis Pires1-1/+1
2017-01-31host-utils: Implement unsigned quadword left/right shift and unit testsJose Ricardo Ziviani1-0/+64
2017-01-31host-utils: Move 128-bit guard macro to .c fileJose Ricardo Ziviani1-0/+2
2016-02-04util: Clean up includesPeter Maydell1-2/+1
2014-09-09util: Don't link host-utils.o if it's emptyFam Zheng1-2/+0
2014-03-05target-ppc: Add ISA2.06 divde[o] InstructionsTom Musta1-0/+37
2014-03-05target-ppc: Add ISA2.06 divdeu[o] InstructionsTom Musta1-0/+38
2013-02-17host-utils: Improve mulu64 and muls64Richard Henderson1-54/+38
2013-02-17host-utils: Use __int128_t for mul[us]64Richard Henderson1-2/+2
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini1-0/+105