Searched refs:bswap (Results 1 - 25 of 71) sorted by relevance

123

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dbswap64.asm3 bswap r8 label
4 bswap rax label
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
H A Dcbc.pl119 &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("eb
[all...]
/external/openssl/crypto/perlasm/
H A Dcbc.pl119 &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("eb
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
H A Dsha512-586.S34 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
[all...]
H A Dsha256-586.S34 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
[all...]
H A Dsha512-586.pl314 &bswap ("ecx");
315 &bswap ("edx");
323 &bswap ("eax");
324 &bswap ("ebx");
423 &bswap ("eax");
424 &bswap ("ebx");
425 &bswap ("ecx");
426 &bswap ("edx");
H A Dsha256-586.pl127 &bswap ("eax");
128 &bswap ("ebx");
129 &bswap ("ecx");
130 &bswap ("edx");
/external/openssl/crypto/sha/asm/
H A Dsha512-586.S34 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
[all...]
H A Dsha256-586.S34 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
[all...]
H A Dsha512-586.pl314 &bswap ("ecx");
315 &bswap ("edx");
323 &bswap ("eax");
324 &bswap ("ebx");
423 &bswap ("eax");
424 &bswap ("ebx");
425 &bswap ("ecx");
426 &bswap ("edx");
H A Dsha256-586.pl127 &bswap ("eax");
128 &bswap ("ebx");
129 &bswap ("ecx");
130 &bswap ("edx");
/external/flac/libFLAC/include/private/
H A Dcpu.h49 FLAC__bool bswap; member in struct:__anon18648
/external/qemu/
H A Dbswap.h11 #include <machine/bswap.h>
86 #define le_bswap(v, size) bswap ## size(v)
88 #define le_bswaps(p, size) *p = bswap ## size(*p);
91 #define be_bswap(v, size) bswap ## size(v)
93 #define be_bswaps(p, size) *p = bswap ## size(*p);
/external/qemu/tcg/arm/
H A Dtcg-target.c958 int addr_reg, data_reg, data_reg2, bswap; local
968 bswap = 1;
970 bswap = 0;
1038 if (bswap) {
1043 if (bswap) {
1053 if (bswap) {
1058 if (bswap) {
1141 if (bswap) {
1146 if (bswap) {
1156 if (bswap) {
1181 int addr_reg, data_reg, data_reg2, bswap; local
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/
H A Dbf-586.S742 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
[all...]
/external/openssl/crypto/bf/asm/
H A Dbf-586.S742 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
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
H A Dghash-x86.S81 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
[all...]
H A Dghash-x86.pl208 &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 (
[all...]
/external/openssl/crypto/modes/asm/
H A Dghash-x86.S81 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
[all...]
H A Dghash-x86.pl208 &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 (
[all...]
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dx86p_32.asm46 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/qemu/tcg/x86_64/
H A Dtcg-target.c560 int addr_reg, data_reg, r0, r1, mem_index, s_bits, bswap, rexw; local
673 bswap = 1;
675 bswap = 0;
689 if (bswap) {
697 if (bswap) {
715 if (bswap) {
716 /* bswap */
721 if (bswap) {
724 /* bswap */
736 if (bswap) {
754 int addr_reg, data_reg, r0, r1, mem_index, s_bits, bswap, rexw; local
[all...]
/external/qemu/tcg/i386/
H A Dtcg-target.c1064 const int bswap = 1; local
1066 const int bswap = 0;
1077 if (bswap) {
1082 if (bswap) {
1092 if (bswap) {
1098 if (bswap) {
1110 if (bswap) {
1114 if (bswap) {
1126 if (bswap) {
1259 const int bswap local
[all...]
/external/qemu/tcg/ppc64/
H A Dtcg-target.c619 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/qemu/tcg/ppc/
H A Dtcg-target.c529 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
[all...]

Completed in 630 milliseconds

123