Home
last modified time | relevance | path

Searched refs:ebx (Results 1 – 25 of 256) sorted by relevance

1234567891011

/third_party/openssl/crypto/md5/asm/x86_64/
Dmd5-x86_64.s32 movl 4(%rbp),%ebx
48 movl %ebx,%r9d
55 andl %ebx,%r11d
61 addl %ebx,%eax
62 xorl %ebx,%r11d
69 movl %ebx,%r11d
75 xorl %ebx,%r11d
81 leal -1044525330(%rbx,%r10,1),%ebx
85 addl %r11d,%ebx
86 roll $22,%ebx
[all …]
/third_party/openssl/crypto/aes/asm/x86_64/
Daesni-sha1-x86_64.s65 movl 4(%r9),%ebx
68 movl %ebx,%esi
99 rorl $2,%ebx
112 xorl %ecx,%ebx
116 andl %ebx,%edi
117 xorl %ecx,%ebx
126 xorl %ebx,%eax
134 xorl %ebx,%eax
138 xorl %ebx,%esi
156 addl 12(%rsp),%ebx
[all …]
Daesni-sha256-x86_64.s129 movl 4(%r15),%ebx
161 movl %ebx,%esi
196 xorl %ebx,%r15d
204 xorl %ebx,%esi
275 addl %r9d,%ebx
278 movl %ebx,%r13d
283 xorl %ebx,%r13d
288 andl %ebx,%r12d
291 xorl %ebx,%r13d
313 movl %ebx,%r12d
[all …]
/third_party/openssl/crypto/sha/asm/x86_64/
Dsha1-x86_64.s613 movl %r12d,%ebx
619 xorl %r11d,%ebx
623 andl %edi,%ebx
626 addl %ebx,%r13d
630 movl %r11d,%ebx
636 xorl %edi,%ebx
640 andl %esi,%ebx
643 addl %ebx,%r12d
647 movl %edi,%ebx
653 xorl %esi,%ebx
[all …]
Dsha256-x86_64.s51 movl 4(%rdi),%ebx
62 movl %ebx,%edi
92 xorl %ebx,%r15d
94 movl %ebx,%r11d
183 addl %r12d,%ebx
189 movl %ebx,%r13d
195 xorl %ebx,%r13d
201 andl %ebx,%edi
208 xorl %ebx,%r13d
234 movl %ebx,%r15d
[all …]
/third_party/gstreamer/gstplugins_good/gst/goom/
Dsurf3d.s14 pushl %ebx
25 leal (%edx,%edx,2),%ebx
28 sall $2,%ebx
29 pushl %ebx
34 pushl %ebx
81 movl -16(%ebp),%ebx
84 sarl $1,%ebx
99 subl %ebx,%eax
121 popl %ebx
148 pushl %ebx
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/asm686/
Dmatch.S101 pushl %ebx
121 movl dsGoodMatch(%edx), %ebx
122 cmpl %ebx, %eax
124 movl dsMaxChainLen(%edx), %ebx
126 shrl $2, %ebx
134 decl %ebx
135 shll $16, %ebx
136 orl %eax, %ebx
137 movl %ebx, chainlenwmask(%esp)
142 movl dsLookahead(%edx), %ebx
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/asm686/
Dmatch.S101 pushl %ebx
121 movl dsGoodMatch(%edx), %ebx
122 cmpl %ebx, %eax
124 movl dsMaxChainLen(%edx), %ebx
126 shrl $2, %ebx
134 decl %ebx
135 shll $16, %ebx
136 orl %eax, %ebx
137 movl %ebx, chainlenwmask(%esp)
142 movl dsLookahead(%edx), %ebx
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DLowLevel.cpp238 TestRegReg(cmp, edx, ebx, i32, 2, 0x3B, 0xD3); in TEST_F()
239 TestRegReg(cmp, ebx, esp, i32, 2, 0x3B, 0xDC); in TEST_F()
247 TestRegReg(cmp, edx, ebx, i16, 3, 0x66, 0x3B, 0xD3); in TEST_F()
248 TestRegReg(cmp, ebx, esp, i16, 3, 0x66, 0x3B, 0xDC); in TEST_F()
256 TestRegReg(cmp, edx, ebx, i8, 2, 0x3A, 0xD3); in TEST_F()
257 TestRegReg(cmp, ebx, esp, i8, 2, 0x3A, 0xDC); in TEST_F()
267 TestRegImm(cmp, ebx, 5, i32, 3, 0x83, 0xFB, 0x05); in TEST_F()
276 TestRegImm(cmp, ebx, 5, i16, 4, 0x66, 0x83, 0xFB, 0x05); in TEST_F()
285 TestRegImm(cmp, ebx, 5, i8, 3, 0x80, 0xFB, 0x05); in TEST_F()
295 TestRegImm(cmp, ebx, 0x100, i32, 6, 0x81, 0xFB, 0x00, 0x01, 0x00, 0x00); in TEST_F()
[all …]
DControlFlow.cpp38 TestJ(o, Near, eax, 0x80000000ul, ebx, 0x1ul, ecx); in TEST_F()
39 TestJ(o, Far, ebx, 0x80000000ul, ecx, 0x1ul, edx); in TEST_F()
43 TestJ(b, Far, esi, 0x1ul, eax, 0x80000000ul, ebx); in TEST_F()
44 TestJ(ae, Near, eax, 0x80000000ul, ebx, 0x1ul, ecx); in TEST_F()
45 TestJ(ae, Far, ebx, 0x80000000ul, ecx, 0x1ul, edx); in TEST_F()
49 TestJ(ne, Far, esi, 0x80000000ul, eax, 0x1ul, ebx); in TEST_F()
50 TestJ(be, Near, eax, 0x1ul, ebx, 0x80000000ul, ecx); in TEST_F()
51 TestJ(be, Far, ebx, 0x1ul, ecx, 0x80000000ul, edx); in TEST_F()
55 TestJ(s, Far, esi, 0x1ul, eax, 0x80000000ul, ebx); in TEST_F()
56 TestJ(ns, Near, eax, 0x80000000ul, ebx, 0x1ul, ecx); in TEST_F()
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/masmx86/
Dinffas32.asm166 push ebx
194 mov ebx, [esi+12]
198 add ebp,ebx
201 add ecx,ebx
203 mov [esp+60],ebx
234 mov ebx, [edi+bits_state]
261 mov ecx,ebx
262 add ebx,8
276 push ebx
293 cmp ebx,0756e6547h
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/masmx86/
Dinffas32.asm166 push ebx
194 mov ebx, [esi+12]
198 add ebp,ebx
201 add ecx,ebx
203 mov [esp+60],ebx
234 mov ebx, [edi+bits_state]
261 mov ecx,ebx
262 add ebx,8
276 push ebx
293 cmp ebx,0756e6547h
[all …]
/third_party/mesa3d/src/mesa/x86/
Dread_rgba_span_x86.S63 movl (%ebx), %eax ; \
64 addl $4, %ebx ; \
71 movl (%ebx), %eax ; \
90 pushl %ebx
97 movl 8(%esp), %ebx /* source pointer */
104 movl %ebx, %eax
123 movq (%ebx), %mm0
124 addl $8, %ebx
162 popl %ebx
187 pushl %ebx
[all …]
/third_party/mbedtls/library/
Dpadlock.c46 int ebx = 0, edx = 0; in mbedtls_padlock_has_support() local
61 : "=m" (ebx), "=m" (edx) in mbedtls_padlock_has_support()
62 : "m" (ebx) in mbedtls_padlock_has_support()
79 int ebx = 0; in mbedtls_padlock_xcryptecb() local
102 : "=m" (ebx) in mbedtls_padlock_xcryptecb()
103 : "m" (ebx), "m" (ctrl), "m" (rk), "m" (blk) in mbedtls_padlock_xcryptecb()
121 int ebx = 0; in mbedtls_padlock_xcryptcbc() local
152 : "=m" (ebx) in mbedtls_padlock_xcryptcbc()
153 : "m" (ebx), "m" (count), "m" (ctrl), in mbedtls_padlock_xcryptcbc()
/third_party/ffmpeg/libavutil/x86/
Dcpu.c33 #define cpuid(index, eax, ebx, ecx, edx) \ argument
34 ff_cpu_cpuid(index, &eax, &ebx, &ecx, &edx)
42 #define cpuid(index, eax, ebx, ecx, edx) \ argument
47 : "=a" (eax), "=S" (ebx), "=c" (ecx), "=d" (edx) \
96 int eax, ebx, ecx, edx; in ff_get_cpu_flags_x86() local
108 cpuid(1, eax, ebx, ecx, std_caps); in ff_get_cpu_flags_x86()
147 cpuid(7, eax, ebx, ecx, edx); in ff_get_cpu_flags_x86()
149 if ((rval & AV_CPU_FLAG_AVX) && (ebx & 0x00000020)) in ff_get_cpu_flags_x86()
153 if ((rval & AV_CPU_FLAG_AVX2) && (ebx & 0xd0030000) == 0xd0030000) in ff_get_cpu_flags_x86()
160 if (ebx & 0x00000008) { in ff_get_cpu_flags_x86()
[all …]
/third_party/openssl/crypto/rc4/asm/x86_64/
Drc4-md5-x86_64.s73 movl 4(%rsi),%ebx
88 movl %ebx,(%rdi,%rcx,4)
95 movzbl %bl,%ebx
110 movl 12(%rsi),%ebx
124 movl %ebx,(%rdi,%rcx,4)
131 movzbl %bl,%ebx
146 movl 20(%rsi),%ebx
160 movl %ebx,(%rdi,%rcx,4)
167 movzbl %bl,%ebx
182 movl 28(%rsi),%ebx
[all …]
/third_party/boost/libs/log/src/
Ddump.cpp128 uint32_t eax = 0, ebx = 0, ecx = 0, edx = 0;
129 cpuid(eax, ebx, ecx, edx);
135 ebx = ecx = edx = 0;
136 cpuid(eax, ebx, ecx, edx);
179 ebx = ecx = edx = 0;
180 cpuid(eax, ebx, ecx, edx);
182 if (ebx & (1U << 5))
192 static void cpuid(uint32_t& eax, uint32_t& ebx, uint32_t& ecx, uint32_t& edx)
199 uint64_t rbx = ebx;
207 ebx = static_cast< uint32_t >(rbx);
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_stdlib.c394 push ebx in _allmul()
396 mov ebx, eax in _allmul()
399 add ebx, eax in _allmul()
402 add edx, ebx in _allmul()
403 pop ebx in _allmul()
417 push ebx in _alldiv()
447 mov ebx,eax in _alldiv()
450 mov edx,ebx in _alldiv()
453 mov ebx,eax in _alldiv()
458 shr ebx,1 in _alldiv()
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djdsample-avx2.asm65 pushpic ebx
71 get_GOT ebx ; get GOT address
152 vpmullw ymm1, ymm1, [GOTOFF(ebx,PW_THREE)]
153 vpmullw ymm4, ymm4, [GOTOFF(ebx,PW_THREE)]
154 vpaddw ymm2, ymm2, [GOTOFF(ebx,PW_ONE)]
155 vpaddw ymm5, ymm5, [GOTOFF(ebx,PW_ONE)]
156 vpaddw ymm3, ymm3, [GOTOFF(ebx,PW_TWO)]
157 vpaddw ymm6, ymm6, [GOTOFF(ebx,PW_TWO)]
199 poppic ebx
238 push ebx
[all …]
/third_party/libjpeg-turbo/simd/i386/
Djdsample-avx2.asm65 pushpic ebx
71 get_GOT ebx ; get GOT address
152 vpmullw ymm1, ymm1, [GOTOFF(ebx,PW_THREE)]
153 vpmullw ymm4, ymm4, [GOTOFF(ebx,PW_THREE)]
154 vpaddw ymm2, ymm2, [GOTOFF(ebx,PW_ONE)]
155 vpaddw ymm5, ymm5, [GOTOFF(ebx,PW_ONE)]
156 vpaddw ymm3, ymm3, [GOTOFF(ebx,PW_TWO)]
157 vpaddw ymm6, ymm6, [GOTOFF(ebx,PW_TWO)]
199 poppic ebx
238 push ebx
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djdsample-avx2.asm67 pushpic ebx
73 get_GOT ebx ; get GOT address
154 vpmullw ymm1, ymm1, [GOTOFF(ebx,PW_THREE)]
155 vpmullw ymm4, ymm4, [GOTOFF(ebx,PW_THREE)]
156 vpaddw ymm2, ymm2, [GOTOFF(ebx,PW_ONE)]
157 vpaddw ymm5, ymm5, [GOTOFF(ebx,PW_ONE)]
158 vpaddw ymm3, ymm3, [GOTOFF(ebx,PW_TWO)]
159 vpaddw ymm6, ymm6, [GOTOFF(ebx,PW_TWO)]
201 poppic ebx
240 push ebx
[all …]
/third_party/musl/src/thread/i386/
D__set_thread_area.s6 push %ebx
15 mov %esp,%ebx
27 popl %ebx
30 mov %ebx,%ecx
31 xor %ebx,%ebx
33 mov %ebx,(%esp)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DLowLevel.cpp279 TestRegReg(cmp, edx, ebx, i32, 2, 0x3B, 0xD3); in TEST_F()
280 TestRegReg(cmp, ebx, esp, i32, 2, 0x3B, 0xDC); in TEST_F()
296 TestRegReg(cmp, edx, ebx, i16, 3, 0x66, 0x3B, 0xD3); in TEST_F()
297 TestRegReg(cmp, ebx, esp, i16, 3, 0x66, 0x3B, 0xDC); in TEST_F()
313 TestRegReg(cmp, edx, ebx, i8, 2, 0x3A, 0xD3); in TEST_F()
314 TestRegReg(cmp, ebx, esp, i8, 2, 0x3A, 0xDC); // emit: cmp bl, ah in TEST_F()
332 TestRegImm(cmp, ebx, 5, i32, 3, 0x83, 0xFB, 0x05); in TEST_F()
349 TestRegImm(cmp, ebx, 5, i16, 4, 0x66, 0x83, 0xFB, 0x05); in TEST_F()
366 TestRegImm(cmp, ebx, 5, i8, 3, 0x80, 0xFB, 0x05); in TEST_F()
384 TestRegImm(cmp, ebx, 0x100, i32, 6, 0x81, 0xFB, 0x00, 0x01, 0x00, 0x00); in TEST_F()
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/inflate86/
Dinffast.S231 pushl %ebx
259 movl next_out_strm(strm_r), %ebx
263 addl %ebx, %ebp /* start += next_out */
266 addl %ebx, %ecx /* avail_out += out */
268 movl %ebx, out(%esp)
310 movl bits_state(state_r), %ebx
344 movl %ebx, %ecx
345 addl $8, %ebx
370 pushl %ebx
387 cmpl $0x756e6547, %ebx /* check for GenuineIntel in ebx,ecx,edx */
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/inflate86/
Dinffast.S231 pushl %ebx
259 movl next_out_strm(strm_r), %ebx
263 addl %ebx, %ebp /* start += next_out */
266 addl %ebx, %ecx /* avail_out += out */
268 movl %ebx, out(%esp)
310 movl bits_state(state_r), %ebx
344 movl %ebx, %ecx
345 addl $8, %ebx
370 pushl %ebx
387 cmpl $0x756e6547, %ebx /* check for GenuineIntel in ebx,ecx,edx */
[all …]

1234567891011