HomeSort by relevance Sort by last modified time
    Searched full:bswap (Results 76 - 100 of 264) sorted by null

1 2 34 5 6 7 8 91011

  /external/openssl/crypto/modes/asm/
ghash-x86.pl 208 &bswap ($Zll);
209 &bswap ($Zlh);
210 &bswap ($Zhl);
212 &bswap ($Zhh);
215 &bswap ("eax");
403 &bswap ($Zll);
404 &bswap ($Zhl);
405 &bswap ($Zlh);
407 &bswap ($Zhh);
582 &bswap ($Zll)
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 619 int addr_reg, data_reg, r0, r1, rbase, mem_index, s_bits, bswap; local
699 bswap = 0;
701 bswap = 1;
713 if (bswap)
719 if (bswap) {
726 if (bswap)
732 if (bswap) {
740 if (bswap) {
748 if (bswap) {
766 int addr_reg, r0, r1, rbase, data_reg, mem_index, bswap; local
    [all...]
  /external/llvm/test/CodeGen/ARM/
rev.ll 37 %0 = tail call i16 @llvm.bswap.i16(i16 %a)
42 declare i16 @llvm.bswap.i16(i16) nounwind readnone
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
ia32intrin.h 44 /* 32bit bswap */
173 /* 64bit bswap */
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
ia32intrin.h 44 /* 32bit bswap */
181 /* 64bit bswap */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
ia32intrin.h 44 /* 32bit bswap */
173 /* 64bit bswap */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
ia32intrin.h 44 /* 32bit bswap */
173 /* 64bit bswap */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
ia32intrin.h 44 /* 32bit bswap */
173 /* 64bit bswap */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
ia32intrin.h 44 /* 32bit bswap */
181 /* 64bit bswap */
  /external/qemu/tcg/ppc/
tcg-target.c 529 int addr_reg, data_reg, data_reg2, r0, r1, rbase, mem_index, s_bits, bswap; local
660 bswap = 0;
662 bswap = 1;
675 if (bswap)
681 if (bswap) {
688 if (bswap)
694 if (bswap) {
726 int addr_reg, r0, r1, data_reg, data_reg2, mem_index, bswap, rbase; local
859 bswap = 0;
861 bswap = 1
    [all...]
  /external/llvm/test/Instrumentation/MemorySanitizer/
msan_basic.ll 484 ; Test bswap intrinsic instrumentation
485 define i32 @BSwap(i32 %x) nounwind uwtable readnone sanitize_memory {
486 %y = tail call i32 @llvm.bswap.i32(i32 %x)
490 declare i32 @llvm.bswap.i32(i32) nounwind readnone
492 ; CHECK: @BSwap
494 ; CHECK: @llvm.bswap.i32
496 ; CHECK: @llvm.bswap.i32
  /external/qemu/tcg/hppa/
tcg-target.c 957 const int bswap = 0; local
959 const int bswap = 1;
972 if (bswap) {
978 if (bswap) {
986 if (bswap) {
991 if (bswap) {
1010 if (bswap) {
1096 const int bswap = 0; local
    [all...]
  /external/llvm/include/llvm/Support/
SwapByteOrder.h 30 // release build they're replaced with BSWAP instructions anyway.
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 28 std::string Name; // The name of the LLVM function "llvm.bswap.i32"
  /external/qemu/tcg/i386/
tcg-target.c 1064 const int bswap = 1; local
1066 const int bswap = 0;
1259 const int bswap = 1; local
    [all...]
  /external/chromium_org/third_party/openssl/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");
  /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");
  /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/openssl/openssl/crypto/perlasm/
x86gas.pl 67 *::bswap = sub { &::emit("bswap","%$_[0]"); } if (!$::i386);
  /external/dropbear/libtomcrypt/src/ciphers/
rc5.c 85 L[j++] = BSWAP(A);
92 L[j++] = BSWAP(A);
  /external/openssl/crypto/perlasm/
x86gas.pl 67 *::bswap = sub { &::emit("bswap","%$_[0]"); } if (!$::i386);
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
modes_lcl.h 74 _asm bswap eax
  /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/llvm/test/Transforms/InstCombine/
bswap.ll 4 ; RUN: grep "call.*llvm.bswap" | count 6

Completed in 581 milliseconds

1 2 34 5 6 7 8 91011