Searched refs:bswap32 (Results 1 – 15 of 15) sorted by relevance
93 #define bswap32(x) ((((x) & 0xff) << 24) | (((x) & 0xff00) << 8) \ macro113 #define hostToLE32(x) bswap32(x)116 #define LE32ToHost(x) bswap32(x)119 #define convert32(x) (x = bswap32(x))
57 static inline uint32_t bswap32(uint32_t x) in bswap32() function76 *s = bswap32(*s); in bswap32s()237 return bswap32(value) >> (32 - 8 * len); in qemu_bswap_len()
53 return bswap32(s); in tswap32()68 *s = bswap32(*s); in tswap32s()
4 define i32 @bswap32(i32 %x) nounwind readnone {6 ; MIPS32: bswap32:
68 val = bswap32(val); in pci_host_data_writel()114 val = bswap32(val); in pci_host_data_readl()
690 val = bswap32(val); in cmos_mm_readl()700 value = bswap32(value); in cmos_mm_writel()
1519 retval = bswap32(retval); in ohci_mem_read()1529 val = bswap32(val); in ohci_mem_write()
116 #define ENDIAN_CONVERT(v) bswap32 (v)137 #define ENDIAN_CONVERT(v) bswap32 (v)
782 s = bswap32 (s); in audio_pcm_info_clear_buf()
116 P(bswap32, (N)); in main()
264 #define CPU_TO_LE32( x ) bswap32( x )
110 AC_HAVE_SYMBOL(bswap32,machine/endian.h,120 #define swap32(x) bswap32(x)
38 #define bswap_32 bswap32
32 #define bswap_32 bswap32
1620 OP_32_64(bswap32): in tcg_out_op()