Searched refs:bswap32 (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/Mips/ |
D | bswap.ll | 5 define i32 @bswap32(i32 signext %x) nounwind readnone { 7 ; MIPS32-LABEL: bswap32: 11 ; MIPS64-LABEL: bswap32: 15 ; MIPS16-LABEL: bswap32: 94 ; Don't bother with a MIPS16 version. It's just bswap32 repeated four times and
|
/external/mesa3d/src/mesa/main/ |
D | compiler.h | 67 #define CPU_TO_LE32( x ) bswap32( x )
|
/external/fio/os/ |
D | os-netbsd.h | 37 #define fio_swap32(x) bswap32(x)
|
D | os-openbsd.h | 37 #define fio_swap32(x) bswap32(x)
|
D | os-freebsd.h | 30 #define fio_swap32(x) bswap32(x)
|
D | os-dragonfly.h | 36 #define fio_swap32(x) bswap32(x)
|
/external/llvm/test/CodeGen/BPF/ |
D | intrinsics.ll | 80 ; CHECK: bswap32 r2 # encoding: [0xdc,0x02,0x00,0x00,0x20,0x00,0x00,0x00]
|
/external/clang/test/CodeGen/ |
D | builtins.c | 117 P(bswap32, (N)); in main()
|
/external/libexif/m4m/ |
D | gp-byteorder.m4 | 112 AC_HAVE_SYMBOL(bswap32,machine/endian.h, 122 #define swap32(x) bswap32(x)
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_tiled_memcpy.c | 68 bswap32(uint32_t n) in bswap32() function 92 *d = ror(bswap32(*s), 8); in rgba8_copy()
|
/external/libmtp/m4/ |
D | byteorder.m4 | 110 AC_HAVE_SYMBOL(bswap32,machine/endian.h, 120 #define swap32(x) bswap32(x)
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 500 // bswap16, bswap32, bswap64 523 def BSWAP32 : BSWAP<32, "bswap32", [(set GPR:$dst, (srl (bswap GPR:$src), (i64 32)))]>;
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 32 #define bswap_32 bswap32
|
/external/libtextclassifier/util/hash/ |
D | farmhash.cc | 126 #define bswap_32(x) bswap32(x) 144 #define bswap_32(x) bswap32(x)
|