Age | Commit message (Expand) | Author | Files | Lines |
2021-05-10 | include/qemu/bswap.h: Handle being included outside extern "C" block | Peter Maydell | 1 | -4/+22 |
2021-02-15 | bswap.h: Remove unused float-access functions | Peter Maydell | 1 | -60/+0 |
2020-11-17 | qemu/bswap: Remove unused qemu_bswap_len() | Philippe Mathieu-Daudé | 1 | -6/+0 |
2020-07-13 | bswap.h: Include <endian.h> on Haiku for bswap operations | David CARLIER | 1 | -0/+2 |
2019-04-09 | include/qemu/bswap.h: Use __builtin_memcpy() in accessor functions | Peter Maydell | 1 | -10/+16 |
2019-03-06 | bswap: Fix accessors syntax in comment | Greg Kurz | 1 | -4/+4 |
2018-06-15 | bswap: Add new stn_*_p() and ldn_*_p() memory access functions | Peter Maydell | 1 | -0/+52 |
2018-02-21 | fpu/softfloat-types: new header to prevent excessive re-builds | Alex Bennée | 1 | -1/+1 |
2016-07-12 | bswap.h: Document cpu_to_* and *_to_cpu conversion functions | Peter Maydell | 1 | -0/+58 |
2016-07-12 | bswap.h: Fix comment typo | Peter Maydell | 1 | -1/+1 |
2016-07-12 | bswap.h: Remove unused cpu_to_*w() and *_to_cpup() | Peter Maydell | 1 | -10/+0 |
2016-04-13 | move const_le{16, 23} to qemu/bswap.h, add comment | Gerd Hoffmann | 1 | -0/+19 |
2016-03-22 | Move HOST_LONG_BITS from qemu-common.h to qemu/osdep.h | Markus Armbruster | 1 | -4/+2 |
2016-02-23 | include: Clean up includes | Peter Maydell | 1 | -5/+0 |
2015-01-20 | cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessors | Peter Maydell | 1 | -1/+10 |
2014-05-24 | bswap.h: Rename ldl_p, stl_p, etc to ldl_he_p, stl_he_p, etc | Peter Maydell | 1 | -22/+23 |
2014-04-03 | bswap: Fix build on FreeBSD 10.0 | Andreas Färber | 1 | -0/+2 |
2014-03-02 | bswap: Modify prototypes of st[wl]_{le, be}_p (avoid type conversions) | Stefan Weil | 1 | -4/+4 |
2014-03-02 | bswap: Modify prototype of stb_p (avoid type conversions) | Stefan Weil | 1 | -1/+1 |
2013-11-05 | bswap.h: Remove cpu_to_32wu() | Peter Maydell | 1 | -7/+0 |
2013-11-05 | bswap.h: Remove cpu_to_be64wu() | Peter Maydell | 1 | -5/+0 |
2013-11-05 | bswap.h: Remove cpu_to_be32wu() | Peter Maydell | 1 | -5/+0 |
2013-11-05 | bswap.h: Remove cpu_to_be16wu() | Peter Maydell | 1 | -5/+0 |
2013-11-05 | bswap.h: Remove be32_to_cpupu() | Peter Maydell | 1 | -5/+0 |
2013-11-05 | bswap.h: Remove le32_to_cpupu() | Peter Maydell | 1 | -5/+0 |
2013-11-05 | bswap.h: Remove le16_to_cpupu() | Peter Maydell | 1 | -5/+0 |
2013-11-05 | bswap.h: Remove cpu_to_le32wu() | Peter Maydell | 1 | -5/+0 |
2013-11-05 | bswap.h: Remove cpu_to_le16wu() | Peter Maydell | 1 | -5/+0 |
2013-04-19 | bswap: fix compiler warning | Alexey Kardashevskiy | 1 | -0/+1 |
2013-02-06 | bswap: Fix width of swap in leul_to_cpu | Richard Henderson | 1 | -2/+10 |
2013-01-16 | bswap: improve gluing | Blue Swirl | 1 | -10/+10 |
2013-01-12 | bswap: Rewrite cpu_to_<endian><type>u with {ld,st}<type>_<endian>_p | Richard Henderson | 1 | -94/+53 |
2013-01-12 | bswap: Rewrite all ld<type>_<endian>_p functions | Richard Henderson | 1 | -270/+30 |
2013-01-12 | bswap: Add host endian unaligned access functions | Richard Henderson | 1 | -1/+50 |
2013-01-12 | bswap: Tidy base definitions of bswapN | Richard Henderson | 1 | -42/+30 |
2012-12-19 | fpu: move public header file to include/fpu | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -0/+713 |