summaryrefslogtreecommitdiff
path: root/include/qemu/bswap.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-21fpu/softfloat-types: new header to prevent excessive re-buildsAlex Bennée1-1/+1
2016-07-12bswap.h: Document cpu_to_* and *_to_cpu conversion functionsPeter Maydell1-0/+58
2016-07-12bswap.h: Fix comment typoPeter Maydell1-1/+1
2016-07-12bswap.h: Remove unused cpu_to_*w() and *_to_cpup()Peter Maydell1-10/+0
2016-04-13move const_le{16, 23} to qemu/bswap.h, add commentGerd Hoffmann1-0/+19
2016-03-22Move HOST_LONG_BITS from qemu-common.h to qemu/osdep.hMarkus Armbruster1-4/+2
2016-02-23include: Clean up includesPeter Maydell1-5/+0
2015-01-20cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell1-1/+10
2014-05-24bswap.h: Rename ldl_p, stl_p, etc to ldl_he_p, stl_he_p, etcPeter Maydell1-22/+23
2014-04-03bswap: Fix build on FreeBSD 10.0Andreas Färber1-0/+2
2014-03-02bswap: Modify prototypes of st[wl]_{le, be}_p (avoid type conversions)Stefan Weil1-4/+4
2014-03-02bswap: Modify prototype of stb_p (avoid type conversions)Stefan Weil1-1/+1
2013-11-05bswap.h: Remove cpu_to_32wu()Peter Maydell1-7/+0
2013-11-05bswap.h: Remove cpu_to_be64wu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove cpu_to_be32wu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove cpu_to_be16wu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove be32_to_cpupu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove le32_to_cpupu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove le16_to_cpupu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove cpu_to_le32wu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove cpu_to_le16wu()Peter Maydell1-5/+0
2013-04-19bswap: fix compiler warningAlexey Kardashevskiy1-0/+1
2013-02-06bswap: Fix width of swap in leul_to_cpuRichard Henderson1-2/+10
2013-01-16bswap: improve gluingBlue Swirl1-10/+10
2013-01-12bswap: Rewrite cpu_to_<endian><type>u with {ld,st}<type>_<endian>_pRichard Henderson1-94/+53
2013-01-12bswap: Rewrite all ld<type>_<endian>_p functionsRichard Henderson1-270/+30
2013-01-12bswap: Add host endian unaligned access functionsRichard Henderson1-1/+50
2013-01-12bswap: Tidy base definitions of bswapNRichard Henderson1-42/+30
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-0/+713