summaryrefslogtreecommitdiffstats
path: root/include/qemu/bswap.h
Commit message (Expand)AuthorAgeFilesLines
* bswap.h: Document cpu_to_* and *_to_cpu conversion functionsPeter Maydell2016-07-121-0/+58
* bswap.h: Fix comment typoPeter Maydell2016-07-121-1/+1
* bswap.h: Remove unused cpu_to_*w() and *_to_cpup()Peter Maydell2016-07-121-10/+0Star
* move const_le{16, 23} to qemu/bswap.h, add commentGerd Hoffmann2016-04-131-0/+19
* Move HOST_LONG_BITS from qemu-common.h to qemu/osdep.hMarkus Armbruster2016-03-221-4/+2Star
* include: Clean up includesPeter Maydell2016-02-231-5/+0Star
* cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell2015-01-201-1/+10
* bswap.h: Rename ldl_p, stl_p, etc to ldl_he_p, stl_he_p, etcPeter Maydell2014-05-231-22/+23
* bswap: Fix build on FreeBSD 10.0Andreas Färber2014-04-031-0/+2
* bswap: Modify prototypes of st[wl]_{le, be}_p (avoid type conversions)Stefan Weil2014-03-021-4/+4
* bswap: Modify prototype of stb_p (avoid type conversions)Stefan Weil2014-03-021-1/+1
* bswap.h: Remove cpu_to_32wu()Peter Maydell2013-11-061-7/+0Star
* bswap.h: Remove cpu_to_be64wu()Peter Maydell2013-11-061-5/+0Star
* bswap.h: Remove cpu_to_be32wu()Peter Maydell2013-11-061-5/+0Star
* bswap.h: Remove cpu_to_be16wu()Peter Maydell2013-11-061-5/+0Star
* bswap.h: Remove be32_to_cpupu()Peter Maydell2013-11-061-5/+0Star
* bswap.h: Remove le32_to_cpupu()Peter Maydell2013-11-061-5/+0Star
* bswap.h: Remove le16_to_cpupu()Peter Maydell2013-11-061-5/+0Star
* bswap.h: Remove cpu_to_le32wu()Peter Maydell2013-11-061-5/+0Star
* bswap.h: Remove cpu_to_le16wu()Peter Maydell2013-11-061-5/+0Star
* bswap: fix compiler warningAlexey Kardashevskiy2013-04-191-0/+1
* bswap: Fix width of swap in leul_to_cpuRichard Henderson2013-02-061-2/+10
* bswap: improve gluingBlue Swirl2013-01-171-10/+10
* bswap: Rewrite cpu_to_<endian><type>u with {ld,st}<type>_<endian>_pRichard Henderson2013-01-121-94/+53Star
* bswap: Rewrite all ld<type>_<endian>_p functionsRichard Henderson2013-01-121-270/+30Star
* bswap: Add host endian unaligned access functionsRichard Henderson2013-01-121-1/+50
* bswap: Tidy base definitions of bswapNRichard Henderson2013-01-121-42/+30Star
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-0/+713