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