| Commit message (Expand) | Author | Age | Files | Lines |
| * | bswap.h: Fix const_le64() macro | Peter Maydell | 2024-01-26 | 1 | -8/+8 |
| * | bswap: Add the ability to store to an unaligned 24 bit field | Ira Weiny | 2023-06-22 | 1 | -0/+25 |
| * | qemu/bswap: Add const_le64() | Ira Weiny | 2023-03-02 | 1 | -1/+11 |
| * | remove unnecessary extern "C" blocks | Paolo Bonzini | 2023-02-10 | 1 | -8/+0 |
| * | qemu/bswap: Use compiler __builtin_bswap() on NetBSD | Philippe Mathieu-Daudé | 2023-01-26 | 1 | -11/+0 |
| * | qemu/bswap: Use compiler __builtin_bswap() on FreeBSD | Philippe Mathieu-Daudé | 2023-01-26 | 1 | -2/+0 |
| * | qemu/bswap: Use compiler __builtin_bswap() on Haiku | Philippe Mathieu-Daudé | 2023-01-26 | 1 | -2/+0 |
| * | qemu/bswap: Remove <byteswap.h> dependency | Philippe Mathieu-Daudé | 2023-01-26 | 1 | -21/+0 |
| * | qemu/bswap: Replace bswapXXs() by compiler __builtin_bswap() | Philippe Mathieu-Daudé | 2023-01-26 | 1 | -7/+9 |
| * | qemu/bswap: Replace bswapXX() by compiler __builtin_bswap() | Philippe Mathieu-Daudé | 2023-01-26 | 1 | -25/+6 |
| * | Move CPU softfloat unions to cpu-float.h | Marc-André Lureau | 2022-04-06 | 1 | -60/+0 |
| * | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau | 2022-04-06 | 1 | -4/+4 |
| * | include/qemu/bswap.h: Handle being included outside extern "C" block | Peter Maydell | 2021-05-10 | 1 | -4/+22 |
| * | 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-24 | 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-05 | 1 | -7/+0 |
| * | bswap.h: Remove cpu_to_be64wu() | Peter Maydell | 2013-11-05 | 1 | -5/+0 |
| * | bswap.h: Remove cpu_to_be32wu() | Peter Maydell | 2013-11-05 | 1 | -5/+0 |
| * | bswap.h: Remove cpu_to_be16wu() | Peter Maydell | 2013-11-05 | 1 | -5/+0 |
| * | bswap.h: Remove be32_to_cpupu() | Peter Maydell | 2013-11-05 | 1 | -5/+0 |
| * | bswap.h: Remove le32_to_cpupu() | Peter Maydell | 2013-11-05 | 1 | -5/+0 |
| * | bswap.h: Remove le16_to_cpupu() | Peter Maydell | 2013-11-05 | 1 | -5/+0 |
| * | bswap.h: Remove cpu_to_le32wu() | Peter Maydell | 2013-11-05 | 1 | -5/+0 |
| * | bswap.h: Remove cpu_to_le16wu() | Peter Maydell | 2013-11-05 | 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-16 | 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 |