Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dbswap.ll6 define i32 @bswap32(i32 signext %x) nounwind readnone {
8 ; MIPS32-LABEL: bswap32:
12 ; MM-LABEL: bswap32:
16 ; MIPS64-LABEL: bswap32:
20 ; MIPS16-LABEL: bswap32:
115 ; Don't bother with a MIPS16 version. It's just bswap32 repeated four times and
/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.h62 #define CPU_TO_LE32( 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFInstrInfo.td571 // bswap16, bswap32, bswap64
/external/libtextclassifier/utils/hash/
Dfarmhash.cc126 #define bswap_32(x) bswap32(x)
144 #define bswap_32(x) bswap32(x)
/external/mesa3d/
Dmeson.build658 foreach b : ['bswap32', 'bswap64', 'clz', 'clzll', 'ctz', 'expect', 'ffs',