HomeSort by relevance Sort by last modified time
    Searched full:bswap (Results 251 - 275 of 349) sorted by null

<<11121314

  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 442 setTargetDAGCombine(ISD::BSWAP);
    [all...]
SystemZInstrInfo.td     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Intrinsics.gen 21 bswap, // llvm.bswap
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeVectorTypes.cpp 71 case ISD::BSWAP:
628 case ISD::BSWAP:
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 283 // SPU does not have BSWAP. It does have i32 support CTLZ.
285 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
286 setOperationAction(ISD::BSWAP, MVT::i64, Expand);
    [all...]
  /external/libchrome/crypto/third_party/nss/
sha512.cc 121 bswap eax
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 342 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
  /external/llvm/lib/Target/ARM/
README.txt 609 The code generated for bswap on armv4/5 (CPUs without rev) is less than ideal:
ARMInstrInfo.td     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 320 BSWAP, CTTZ, CTLZ, CTPOP,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
README.txt 614 The code generated for bswap on armv4/5 (CPUs without rev) is less than ideal:
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 93 setOperationAction(ISD::BSWAP , MVT::i64, Expand);
    [all...]
  /hardware/intel/img/psb_video/src/
psb_cmdbuf.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpulsecommon-0.9.21.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpulsecommon-1.1.so 
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc     [all...]
  /external/boringssl/src/crypto/aes/asm/
aesni-x86.pl 773 &movdqa ($inout3,&QWP(0,"esp")); # bswap mask
906 &bswap ($rounds_);
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrCompiler.td     [all...]
  /external/llvm/test/Bitcode/
compatibility-3.8.ll 759 call i32 asm "bswap $0", "=r,r"(i32 %arg)
760 ; CHECK: call i32 asm "bswap $0", "=r,r"(i32 %arg)
    [all...]
compatibility.ll     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.td     [all...]

Completed in 6433 milliseconds

<<11121314