OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bswap
(Results
51 - 75
of
264
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/machine/
endian.h
35
__asm ("
bswap
%0" : "+r" (__swap32md_x)); \
/external/chromium_org/third_party/openssl/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
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/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
593
bswap
%ebx
594
bswap
%ed
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_aes_cbc_hmac_sha1.c
94
# define
BSWAP
(x) ({ unsigned int r=(x); asm ("bswapl %0":"=r"(r):"0"(r)); r; })
306
#ifdef
BSWAP
307
bitlen =
BSWAP
(bitlen);
368
#ifdef
BSWAP
369
pmac->u[0] =
BSWAP
(pmac->u[0]);
370
pmac->u[1] =
BSWAP
(pmac->u[1]);
371
pmac->u[2] =
BSWAP
(pmac->u[2]);
372
pmac->u[3] =
BSWAP
(pmac->u[3]);
373
pmac->u[4] =
BSWAP
(pmac->u[4]);
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86asm.pl
50
sub ::
bswap
51
{ if ($i386) # emulate
bswap
for i386
52
{ &comment("
bswap
@_");
58
{ &generic("
bswap
",@_); }
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-586.S
27
bswap
%eax
28
bswap
%ebx
29
bswap
%ecx
30
bswap
%edx
39
bswap
%eax
40
bswap
%ebx
41
bswap
%ecx
42
bswap
%edx
51
bswap
%eax
52
bswap
%eb
[
all
...]
sha256-586.pl
127
&
bswap
("eax");
128
&
bswap
("ebx");
129
&
bswap
("ecx");
130
&
bswap
("edx");
/external/clang/test/Sema/
statements.c
7
__asm ("
bswap
%0" : "+r" (__X)); \
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h
89
/* disable
BSWAP
on x86 */
/external/flac/libFLAC/include/private/
cpu.h
49
FLAC__bool
bswap
;
member in struct:__anon18327
/external/llvm/test/CodeGen/X86/
2009-02-11-codegenprepare-reuse.ll
23
%1 = call i32 asm "
bswap
$0", "=r,0,~{dirflag},~{fpsr},~{flags}"(i32 0) nounwind ; <i32> [#uses=0]
/external/llvm/test/DebugInfo/
2010-05-03-OriginDIE.ll
23
%a10 = call i64 @llvm.
bswap
.i64(i64 %a9) nounwind ; <i64> [#uses=1]
33
%a14 = call i64 @llvm.
bswap
.i64(i64 %a13) nounwind ; <i64> [#uses=2]
45
declare i32 @llvm.
bswap
.i32(i32) nounwind readnone
47
declare i64 @llvm.
bswap
.i64(i64) nounwind readnone
/external/openssl/crypto/evp/
e_aes_cbc_hmac_sha1.c
94
# define
BSWAP
(x) ({ unsigned int r=(x); asm ("bswapl %0":"=r"(r):"0"(r)); r; })
306
#ifdef
BSWAP
307
bitlen =
BSWAP
(bitlen);
368
#ifdef
BSWAP
369
pmac->u[0] =
BSWAP
(pmac->u[0]);
370
pmac->u[1] =
BSWAP
(pmac->u[1]);
371
pmac->u[2] =
BSWAP
(pmac->u[2]);
372
pmac->u[3] =
BSWAP
(pmac->u[3]);
373
pmac->u[4] =
BSWAP
(pmac->u[4]);
/external/openssl/crypto/perlasm/
x86asm.pl
50
sub ::
bswap
51
{ if ($i386) # emulate
bswap
for i386
52
{ &comment("
bswap
@_");
58
{ &generic("
bswap
",@_); }
/external/openssl/crypto/sha/asm/
sha1-586.S
27
bswap
%eax
28
bswap
%ebx
29
bswap
%ecx
30
bswap
%edx
39
bswap
%eax
40
bswap
%ebx
41
bswap
%ecx
42
bswap
%edx
51
bswap
%eax
52
bswap
%eb
[
all
...]
sha256-586.pl
127
&
bswap
("eax");
128
&
bswap
("ebx");
129
&
bswap
("ecx");
130
&
bswap
("edx");
/external/qemu/
cpu-common.h
18
#include "
bswap
.h"
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
endian.h
36
__asm ("
bswap
%1" : "+r" (__swap32md_x)); \
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
endian.h
36
__asm ("
bswap
%1" : "+r" (__swap32md_x)); \
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
endian.h
36
__asm ("
bswap
%1" : "+r" (__swap32md_x)); \
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
endian.h
36
__asm ("
bswap
%1" : "+r" (__swap32md_x)); \
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
endian.h
36
__asm ("
bswap
%1" : "+r" (__swap32md_x)); \
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/machine/
endian.h
36
__asm ("
bswap
%1" : "+r" (__swap32md_x)); \
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/machine/
endian.h
36
__asm ("
bswap
%1" : "+r" (__swap32md_x)); \
Completed in 6825 milliseconds
1
2
3
4
5
6
7
8
9
10
11