summaryrefslogtreecommitdiff
path: root/include/qemu/bswap.h
AgeCommit message (Expand)AuthorFilesLines
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