Home
last modified time | relevance | path

Searched refs:bswap32 (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/CodeGen/Mips/
Dbswap.ll5 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/
Dcompiler.h67 #define CPU_TO_LE32( x ) bswap32( x )
/external/fio/os/
Dos-netbsd.h37 #define fio_swap32(x) bswap32(x)
Dos-openbsd.h37 #define fio_swap32(x) bswap32(x)
Dos-freebsd.h30 #define fio_swap32(x) bswap32(x)
Dos-dragonfly.h36 #define fio_swap32(x) bswap32(x)
/external/llvm/test/CodeGen/BPF/
Dintrinsics.ll80 ; CHECK: bswap32 r2 # encoding: [0xdc,0x02,0x00,0x00,0x20,0x00,0x00,0x00]
/external/clang/test/CodeGen/
Dbuiltins.c117 P(bswap32, (N)); in main()
/external/libexif/m4m/
Dgp-byteorder.m4112 AC_HAVE_SYMBOL(bswap32,machine/endian.h,
122 #define swap32(x) bswap32(x)
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tiled_memcpy.c68 bswap32(uint32_t n) in bswap32() function
92 *d = ror(bswap32(*s), 8); in rgba8_copy()
/external/libmtp/m4/
Dbyteorder.m4110 AC_HAVE_SYMBOL(bswap32,machine/endian.h,
120 #define swap32(x) bswap32(x)
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.td500 // bswap16, bswap32, bswap64
523 def BSWAP32 : BSWAP<32, "bswap32", [(set GPR:$dst, (srl (bswap GPR:$src), (i64 32)))]>;
/external/wpa_supplicant_8/src/utils/
Dcommon.h32 #define bswap_32 bswap32
/external/libtextclassifier/util/hash/
Dfarmhash.cc126 #define bswap_32(x) bswap32(x)
144 #define bswap_32(x) bswap32(x)