HomeSort by relevance Sort by last modified time
    Searched full:bswap (Results 101 - 125 of 271) sorted by null

1 2 3 45 6 7 8 91011

  /external/chromium_org/third_party/libwebp/utils/
endian_inl.h 76 __asm__ volatile("bswap %0" : "=r"(swapped_bytes) : "0"(x));
  /external/llvm/include/llvm/Support/
SwapByteOrder.h 30 // release build they're replaced with BSWAP instructions anyway.
  /external/qemu/include/exec/
cpu-common.h 16 #include "qemu/bswap.h"
  /external/webp/src/utils/
endian_inl.h 76 __asm__ volatile("bswap %0" : "=r"(swapped_bytes) : "0"(x));
  /external/openssl/crypto/sha/asm/
sha512-586.pl 314 &bswap ("ecx");
315 &bswap ("edx");
323 &bswap ("eax");
324 &bswap ("ebx");
423 &bswap ("eax");
424 &bswap ("ebx");
425 &bswap ("ecx");
426 &bswap ("edx");
sha1-586.S 42 bswap %eax
43 bswap %ebx
44 bswap %ecx
45 bswap %edx
54 bswap %eax
55 bswap %ebx
56 bswap %ecx
57 bswap %edx
66 bswap %eax
67 bswap %eb
    [all...]
  /external/llvm/test/Transforms/SLPVectorizer/X86/
intrinsic.ll 74 declare i32 @llvm.bswap.i32(i32) nounwind readnone
81 %call1 = tail call i32 @llvm.bswap.i32(i32 %add1) nounwind readnone
88 %call2 = tail call i32 @llvm.bswap.i32(i32 %add2) nounwind readnone
95 %call3 = tail call i32 @llvm.bswap.i32(i32 %add3) nounwind readnone
102 %call4 = tail call i32 @llvm.bswap.i32(i32 %add4) nounwind readnone
116 ; CHECK: call <4 x i32> @llvm.bswap.v4i32
  /hardware/intel/img/psb_video/src/hwdefs/
dma_api.h 233 @Input BSWAP : big/little endian byte swap (see DMA_eBSwap).
242 #define DMA_LL_SET_WD0(pList, BSWAP, DIR, PW) \
244 MEMIO_WRITE_FIELD(pList, DMAC_LL_BSWAP, BSWAP); \
435 @Input BSWAP : Big/little endian byte swap (see DMA_eBSwap).
448 #define DMA_VALUE_COUNT(BSWAP,PW,DIR,PERIPH_INCR,COUNT) \
450 (((BSWAP) & DMAC_DMAC_COUNT_BSWAP_LSBMASK) << DMAC_DMAC_COUNT_BSWAP_SHIFT) | \
  /external/openssl/crypto/modes/asm/
ghash-x86.S 81 bswap %ebx
82 bswap %ecx
83 bswap %edx
84 bswap %ebp
185 bswap %ebx
186 bswap %ecx
187 bswap %edx
188 bswap %ebp
290 bswap %ebx
291 bswap %ed
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 1345 const TCGMemOp bswap = memop & MO_BSWAP; local
1485 const TCGMemOp bswap = memop & MO_BSWAP; local
    [all...]
  /external/llvm/test/Instrumentation/MemorySanitizer/
msan_basic.ll 539 ; Test bswap intrinsic instrumentation
540 define i32 @BSwap(i32 %x) nounwind uwtable readnone sanitize_memory {
541 %y = tail call i32 @llvm.bswap.i32(i32 %x)
545 declare i32 @llvm.bswap.i32(i32) nounwind readnone
547 ; CHECK: @BSwap
549 ; CHECK: @llvm.bswap.i32
551 ; CHECK: @llvm.bswap.i32
  /external/llvm/docs/
ExtendingLLVM.rst 119 well. For a good example, see ``ISD::BSWAP``, which promotes its operand to
155 ``add``, ``bswap``, and ``fadd`` for examples.
170 ``llvm/test/Regression/CodeGen/X86/bswap.ll`` is a good example.
  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
x86gas.pl 67 *::bswap = sub { &::emit("bswap","%$_[0]"); } if (!$::i386);
  /external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
sha512-586.pl 344 &bswap ("eax");
345 &bswap ("ebx");
354 &bswap ("eax");
355 &bswap ("ebx");
686 &bswap ("eax");
687 &bswap ("ebx");
688 &bswap ("ecx");
689 &bswap ("edx");
  /external/llvm/test/CodeGen/SPARC/
64bit.ll 300 %3 = tail call i64 @llvm.bswap.i64(i64 %arg)
310 declare i64 @llvm.bswap.i64(i64) nounwind readnone
  /external/openssl/crypto/perlasm/
x86gas.pl 67 *::bswap = sub { &::emit("bswap","%$_[0]"); } if (!$::i386);
  /external/chromium_org/third_party/boringssl/src/crypto/modes/
internal.h 130 _asm bswap eax
  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/sha/
sha1-x86_64.asm 51 bswap edx
56 bswap ebp
69 bswap r14d
82 bswap edx
95 bswap ebp
108 bswap r14d
121 bswap edx
134 bswap ebp
147 bswap r14d
160 bswap ed
    [all...]
  /external/clang/test/CodeGen/
asm.c 54 asm("bswap %0 %1" : "+r" (a));
  /external/flac/libFLAC/
cpu.c 165 info->data.ia32.bswap = info->data.ia32.cpuid; /* CPUID => BSWAP since it came after */
200 fprintf(stderr, " BSWAP ...... %c\n", info->data.ia32.bswap ? 'Y' : 'n');
  /external/libpng/
Android.mk 30 # when we can't lower a vectorized bswap.
  /external/llvm/test/Transforms/InstCombine/
bswap.ll 4 ; RUN: grep "call.*llvm.bswap" | count 6
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 28 std::string Name; // The name of the LLVM function "llvm.bswap.i32"
  /external/opencv/otherlibs/highgui/
bitstrm.h 259 #define BSWAP(v) (((v)<<24)|(((v)&0xff00)<<8)| \
  /external/openssl/crypto/modes/
modes_lcl.h 71 _asm bswap eax

Completed in 728 milliseconds

1 2 3 45 6 7 8 91011