HomeSort by relevance Sort by last modified time
    Searched refs:bswap (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
bswap64.asm 3 bswap r8 label
4 bswap rax label
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
cbc.pl 119 &bswap("eax") if $swap;
120 &bswap("ebx") if $swap;
130 &bswap("eax") if $swap;
131 &bswap("ebx") if $swap;
182 &bswap("eax") if $swap;
183 &bswap("ebx") if $swap;
193 &bswap("eax") if $swap;
194 &bswap("ebx") if $swap;
215 &bswap("eax") if $swap;
216 &bswap("ebx") if $swap
    [all...]
  /external/openssl/crypto/perlasm/
cbc.pl 119 &bswap("eax") if $swap;
120 &bswap("ebx") if $swap;
130 &bswap("eax") if $swap;
131 &bswap("ebx") if $swap;
182 &bswap("eax") if $swap;
183 &bswap("ebx") if $swap;
193 &bswap("eax") if $swap;
194 &bswap("ebx") if $swap;
215 &bswap("eax") if $swap;
216 &bswap("ebx") if $swap
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-586-mac.S 33 bswap %eax
34 bswap %ebx
35 bswap %ecx
36 bswap %edx
45 bswap %eax
46 bswap %ebx
47 bswap %ecx
48 bswap %edx
57 bswap %eax
58 bswap %eb
    [all...]
sha512-586.S 34 bswap %eax
35 bswap %ebx
36 bswap %ecx
37 bswap %edx
46 bswap %eax
47 bswap %ebx
48 bswap %ecx
49 bswap %edx
58 bswap %eax
59 bswap %eb
    [all...]
sha256-586-mac.S 33 bswap %eax
34 bswap %ebx
35 bswap %ecx
36 bswap %edx
45 bswap %eax
46 bswap %ebx
47 bswap %ecx
48 bswap %edx
57 bswap %eax
58 bswap %eb
    [all...]
sha256-586.S 34 bswap %eax
35 bswap %ebx
36 bswap %ecx
37 bswap %edx
46 bswap %eax
47 bswap %ebx
48 bswap %ecx
49 bswap %edx
58 bswap %eax
59 bswap %eb
    [all...]
sha256-586.pl 127 &bswap ("eax");
128 &bswap ("ebx");
129 &bswap ("ecx");
130 &bswap ("edx");
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/
sha256-586.S 34 bswap %eax
35 bswap %ebx
36 bswap %ecx
37 bswap %edx
46 bswap %eax
47 bswap %ebx
48 bswap %ecx
49 bswap %edx
58 bswap %eax
59 bswap %eb
    [all...]
sha512-586.S 52 bswap %ecx
53 bswap %edx
61 bswap %eax
62 bswap %ebx
306 bswap %eax
307 bswap %ebx
308 bswap %ecx
309 bswap %edx
318 bswap %eax
319 bswap %eb
    [all...]
sha256-586.pl 127 &bswap ("eax");
128 &bswap ("ebx");
129 &bswap ("ecx");
130 &bswap ("edx");
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/flac/libFLAC/include/private/
cpu.h 49 FLAC__bool bswap; member in struct:__anon25319
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 154 typename SizeTraits<SIZE>::Word bswap(typename SizeTraits<SIZE>::Word pData);
157 inline SizeTraits<32>::Word bswap<32>(SizeTraits<32>::Word pData) function in namespace:mcld
163 inline SizeTraits<64>::Word bswap<64>(SizeTraits<64>::Word pData) function in namespace:mcld
  /ndk/tests/build/issue17144-byteswap/
build.sh 38 grep -qw bswap issue17144-byteswap.s
39 fail_panic "x86 doesn't use bswap instruciton for __swap32()"
  /external/qemu/include/qemu/
bswap.h 13 # include <machine/bswap.h>
76 #define le_bswap(v, size) glue(bswap, size)(v)
78 #define le_bswaps(p, size) do { *p = glue(bswap, size)(*p); } while(0)
81 #define be_bswap(v, size) glue(bswap, size)(v)
83 #define be_bswaps(p, size) do { *p = glue(bswap, size)(*p); } while(0)
  /external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/
bf-586-mac.S 737 bswap %eax
738 bswap %ebx
744 bswap %eax
745 bswap %ebx
785 bswap %eax
786 bswap %ebx
792 bswap %eax
793 bswap %ebx
805 bswap %eax
806 bswap %eb
    [all...]
bf-586.S 742 bswap %eax
743 bswap %ebx
749 bswap %eax
750 bswap %ebx
790 bswap %eax
791 bswap %ebx
797 bswap %eax
798 bswap %ebx
810 bswap %eax
811 bswap %eb
    [all...]
  /external/openssl/crypto/bf/asm/
bf-586.S 742 bswap %eax
743 bswap %ebx
749 bswap %eax
750 bswap %ebx
790 bswap %eax
791 bswap %ebx
797 bswap %eax
798 bswap %ebx
810 bswap %eax
811 bswap %eb
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-x86-mac.S 80 bswap %ebx
81 bswap %ecx
82 bswap %edx
83 bswap %ebp
182 bswap %ebx
183 bswap %ecx
184 bswap %edx
185 bswap %ebp
588 bswap %ebx
589 bswap %ed
    [all...]
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
593 bswap %ebx
594 bswap %ed
    [all...]
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/distrib/sdl-1.2.15/src/hermes/
x86p_32.asm 46 bswap edx
69 bswap eax
71 bswap ebx
79 bswap ecx
81 bswap edx
105 bswap edx
198 bswap edx
223 bswap eax
225 bswap ebx
227 bswap ec
    [all...]
  /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...]

Completed in 230 milliseconds

1 2 3 4