HomeSort by relevance Sort by last modified time
    Searched refs:bswap (Results 1 - 25 of 81) 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/boringssl/src/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/boringssl/linux-x86/crypto/sha/
sha512-586.S 36 bswap %eax
37 bswap %ebx
38 bswap %ecx
39 bswap %edx
48 bswap %eax
49 bswap %ebx
50 bswap %ecx
51 bswap %edx
60 bswap %eax
61 bswap %eb
    [all...]
sha256-586.S 36 bswap %eax
38 bswap %ebx
40 bswap %ecx
42 bswap %edx
48 bswap %eax
50 bswap %ebx
52 bswap %ecx
54 bswap %edx
60 bswap %eax
62 bswap %eb
    [all...]
sha1-586.S 29 bswap %eax
30 bswap %ebx
31 bswap %ecx
32 bswap %edx
41 bswap %eax
42 bswap %ebx
43 bswap %ecx
44 bswap %edx
53 bswap %eax
54 bswap %eb
    [all...]
  /external/chromium_org/third_party/boringssl/mac-x86/crypto/sha/
sha512-586.S 35 bswap %eax
36 bswap %ebx
37 bswap %ecx
38 bswap %edx
47 bswap %eax
48 bswap %ebx
49 bswap %ecx
50 bswap %edx
59 bswap %eax
60 bswap %eb
    [all...]
sha256-586.S 35 bswap %eax
37 bswap %ebx
39 bswap %ecx
41 bswap %edx
47 bswap %eax
49 bswap %ebx
51 bswap %ecx
53 bswap %edx
59 bswap %eax
61 bswap %eb
    [all...]
  /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:__anon26128
  /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/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/boringssl/src/crypto/modes/asm/
ghash-x86_64.pl 215 bswap $Zlo
216 bswap $Zhi
382 &bswap ($Zlo);
385 &bswap ($Zhi);
1133 $Xi,$Xo,$Tred,$bswap,$Ii,$Ij) = map("%xmm$_",(0..15));
1157 vmovdqu .Lbswap_mask(%rip),$bswap
1158 vpshufb $bswap,$Xi,$Xi
1165 vpshufb $bswap,$Ii,$Ii
1172 vpshufb $bswap,$Ij,$Ij
1180 vpshufb $bswap,$Ii,$I
    [all...]
ghash-x86.pl 220 &bswap ($Zll);
221 &bswap ($Zlh);
222 &bswap ($Zhl);
224 &bswap ($Zhh);
227 &bswap ("eax");
415 &bswap ($Zll);
416 &bswap ($Zhl);
417 &bswap ($Zlh);
419 &bswap ($Zhh);
594 &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...]
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/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/chromium_org/third_party/boringssl/linux-x86/crypto/modes/
ghash-x86.S 83 bswap %ebx
84 bswap %ecx
85 bswap %edx
86 bswap %ebp
188 bswap %ebx
189 bswap %ecx
190 bswap %edx
191 bswap %ebp
294 bswap %ebx
295 bswap %ed
    [all...]
  /external/chromium_org/third_party/boringssl/mac-x86/crypto/modes/
ghash-x86.S 82 bswap %ebx
83 bswap %ecx
84 bswap %edx
85 bswap %ebp
185 bswap %ebx
186 bswap %ecx
187 bswap %edx
188 bswap %ebp
289 bswap %ebx
290 bswap %ed
    [all...]

Completed in 1360 milliseconds

1 2 3 4