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