/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | surf3d.s | 9 pushl %ebp 10 movl %esp,%ebp 15 movl 20(%ebp),%eax 16 movl 12(%ebp),%esi 17 movl %eax,-8(%ebp) 22 imull -8(%ebp),%edx 24 movl %edx,-12(%ebp) 37 movl 24(%ebp),%eax 39 movl 28(%ebp),%eax 41 movl 32(%ebp),%eax [all …]
|
/third_party/openssl/crypto/sha/asm/x86_64/ |
D | sha1-x86_64.s | 60 movl 4(%r9),%ebp 64 bswapl %ebp 75 movl %ebp,4(%rsp) 99 movl 16(%r9),%ebp 103 bswapl %ebp 114 movl %ebp,16(%rsp) 138 movl 28(%r9),%ebp 142 bswapl %ebp 153 movl %ebp,28(%rsp) 177 movl 40(%r9),%ebp [all …]
|
/third_party/openssl/crypto/aes/asm/x86_64/ |
D | aesni-sha1-x86_64.s | 69 movl 16(%r9),%ebp 110 addl 0(%rsp),%ebp 114 addl %esi,%ebp 119 addl %eax,%ebp 123 movl %ebp,%esi 127 roll $5,%ebp 135 addl %ebp,%edx 136 rorl $7,%ebp 144 xorl %eax,%ebp 148 andl %ebp,%edi [all …]
|
/third_party/python/Modules/_ctypes/libffi_osx/x86/ |
D | x86-darwin.S | 54 pushl %ebp 56 movl %esp,%ebp 60 movl 16(%ebp),%ecx 67 pushl 12(%ebp) 69 call *8(%ebp) 74 call *28(%ebp) 77 movl 16(%ebp),%ecx 81 movl 20(%ebp),%ecx 84 cmpl $0,24(%ebp) 99 movl 24(%ebp),%ecx [all …]
|
/third_party/musl/src/thread/i386/ |
D | clone.s | 6 push %ebp 7 mov %esp,%ebp 17 push 28(%ebp) 21 mov 12(%ebp),%ecx 22 mov 16(%ebp),%ebx 25 mov 20(%ebp),%edi 27 mov 24(%ebp),%edx 29 mov 32(%ebp),%edi 30 mov 8(%ebp),%ebp 35 mov %ebp,%eax [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | LowLevel.cpp | 240 TestRegReg(cmp, esp, ebp, i32, 2, 0x3B, 0xE5); in TEST_F() 241 TestRegReg(cmp, ebp, esi, i32, 2, 0x3B, 0xEE); in TEST_F() 249 TestRegReg(cmp, esp, ebp, i16, 3, 0x66, 0x3B, 0xE5); in TEST_F() 250 TestRegReg(cmp, ebp, esi, i16, 3, 0x66, 0x3B, 0xEE); in TEST_F() 258 TestRegReg(cmp, esp, ebp, i8, 2, 0x3A, 0xE5); in TEST_F() 259 TestRegReg(cmp, ebp, esi, i8, 2, 0x3A, 0xEE); in TEST_F() 269 TestRegImm(cmp, ebp, 5, i32, 3, 0x83, 0xFD, 0x05); in TEST_F() 278 TestRegImm(cmp, ebp, 5, i16, 4, 0x66, 0x83, 0xFD, 0x05); in TEST_F() 287 TestRegImm(cmp, ebp, 5, i8, 3, 0x80, 0xFD, 0x05); in TEST_F() 297 TestRegImm(cmp, ebp, 0x100, i32, 6, 0x81, 0xFD, 0x00, 0x01, 0x00, 0x00); in TEST_F() [all …]
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/inflate86/ |
D | inffas86.c | 80 /* 8 4 */ void *ebp; /* ebp save */ member 801 mov [eax+4], ebp 807 mov ebp, [esp+32] /* ebp = lcode */ 833 mov eax, [ebp+eax*4] /* eax = lcode[hold & lmask] */ 898 mov ebp, eax /* dist = this */ 899 shr ebp, 16 /* dist = this.val */ 929 add ebp, eax /* dist += hold & ((1 << op) - 1) */ 936 cmp eax, ebp 941 sub esi, ebp /* from = out - dist */ 952 mov ebp, [esp+32] /* ebp = lcode */ [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/inflate86/ |
D | inffas86.c | 80 /* 8 4 */ void *ebp; /* ebp save */ member 801 mov [eax+4], ebp 807 mov ebp, [esp+32] /* ebp = lcode */ 833 mov eax, [ebp+eax*4] /* eax = lcode[hold & lmask] */ 898 mov ebp, eax /* dist = this */ 899 shr ebp, 16 /* dist = this.val */ 929 add ebp, eax /* dist += hold & ((1 << op) - 1) */ 936 cmp eax, ebp 941 sub esi, ebp /* from = out - dist */ 952 mov ebp, [esp+32] /* ebp = lcode */ [all …]
|
/third_party/libjpeg-turbo/simd/i386/ |
D | jcsample-mmx.asm | 45 push ebp 46 mov ebp, esp 53 mov ecx, JDIMENSION [width_blks(ebp)] 57 mov edx, JDIMENSION [img_width(ebp)] 66 mov eax, INT [max_v_samp(ebp)] 71 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 95 mov eax, JDIMENSION [v_samp(ebp)] ; rowctr 105 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 106 mov edi, JSAMPARRAY [output_data(ebp)] ; output_data 161 pop ebp [all …]
|
D | jcsample-sse2.asm | 45 push ebp 46 mov ebp, esp 53 mov ecx, JDIMENSION [width_blks(ebp)] 57 mov edx, JDIMENSION [img_width(ebp)] 66 mov eax, INT [max_v_samp(ebp)] 71 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 95 mov eax, JDIMENSION [v_samp(ebp)] ; rowctr 105 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 106 mov edi, JSAMPARRAY [output_data(ebp)] ; output_data 174 pop ebp [all …]
|
D | jquantf-sse2.asm | 31 %define sample_data ebp + 8 ; JSAMPARRAY sample_data 32 %define start_col ebp + 12 ; JDIMENSION start_col 33 %define workspace ebp + 16 ; FAST_FLOAT *workspace 39 push ebp 40 mov ebp, esp 98 pop ebp 110 %define coef_block ebp + 8 ; JCOEFPTR coef_block 111 %define divisors ebp + 12 ; FAST_FLOAT *divisors 112 %define workspace ebp + 16 ; FAST_FLOAT *workspace 118 push ebp [all …]
|
D | jdsample-avx2.asm | 63 push ebp 64 mov ebp, esp 73 mov eax, JDIMENSION [downsamp_width(ebp)] ; colctr 77 mov ecx, INT [max_v_samp(ebp)] ; rowctr 81 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 82 mov edi, POINTER [output_data_ptr(ebp)] 200 pop ebp 220 %define original_ebp ebp + 0 221 %define wk(i) ebp - (WK_NUM - (i)) * SIZEOF_YMMWORD 230 push ebp [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jcsample-mmx.asm | 45 push ebp 46 mov ebp, esp 53 mov ecx, JDIMENSION [width_blks(ebp)] 57 mov edx, JDIMENSION [img_width(ebp)] 66 mov eax, INT [max_v_samp(ebp)] 71 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 95 mov eax, JDIMENSION [v_samp(ebp)] ; rowctr 105 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 106 mov edi, JSAMPARRAY [output_data(ebp)] ; output_data 161 pop ebp [all …]
|
D | jcsample-sse2.asm | 45 push ebp 46 mov ebp, esp 53 mov ecx, JDIMENSION [width_blks(ebp)] 57 mov edx, JDIMENSION [img_width(ebp)] 66 mov eax, INT [max_v_samp(ebp)] 71 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 95 mov eax, JDIMENSION [v_samp(ebp)] ; rowctr 105 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 106 mov edi, JSAMPARRAY [output_data(ebp)] ; output_data 174 pop ebp [all …]
|
D | jquantf-sse2.asm | 31 %define sample_data ebp + 8 ; JSAMPARRAY sample_data 32 %define start_col ebp + 12 ; JDIMENSION start_col 33 %define workspace ebp + 16 ; FAST_FLOAT *workspace 39 push ebp 40 mov ebp, esp 98 pop ebp 110 %define coef_block ebp + 8 ; JCOEFPTR coef_block 111 %define divisors ebp + 12 ; FAST_FLOAT *divisors 112 %define workspace ebp + 16 ; FAST_FLOAT *workspace 118 push ebp [all …]
|
D | jdsample-avx2.asm | 63 push ebp 64 mov ebp, esp 73 mov eax, JDIMENSION [downsamp_width(ebp)] ; colctr 77 mov ecx, INT [max_v_samp(ebp)] ; rowctr 81 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 82 mov edi, POINTER [output_data_ptr(ebp)] 200 pop ebp 220 %define original_ebp ebp + 0 221 %define wk(i) ebp - (WK_NUM - (i)) * SIZEOF_YMMWORD 230 push ebp [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jcsample-mmx.asm | 47 push ebp 48 mov ebp, esp 55 mov ecx, JDIMENSION [width_blks(ebp)] 59 mov edx, JDIMENSION [img_width(ebp)] 68 mov eax, INT [max_v_samp(ebp)] 73 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 97 mov eax, JDIMENSION [v_samp(ebp)] ; rowctr 107 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 108 mov edi, JSAMPARRAY [output_data(ebp)] ; output_data 163 pop ebp [all …]
|
D | jcsample-sse2.asm | 47 push ebp 48 mov ebp, esp 55 mov ecx, JDIMENSION [width_blks(ebp)] 59 mov edx, JDIMENSION [img_width(ebp)] 68 mov eax, INT [max_v_samp(ebp)] 73 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 97 mov eax, JDIMENSION [v_samp(ebp)] ; rowctr 107 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 108 mov edi, JSAMPARRAY [output_data(ebp)] ; output_data 176 pop ebp [all …]
|
D | jquantf-sse2.asm | 33 %define sample_data ebp + 8 ; JSAMPARRAY sample_data 34 %define start_col ebp + 12 ; JDIMENSION start_col 35 %define workspace ebp + 16 ; FAST_FLOAT *workspace 41 push ebp 42 mov ebp, esp 100 pop ebp 112 %define coef_block ebp + 8 ; JCOEFPTR coef_block 113 %define divisors ebp + 12 ; FAST_FLOAT *divisors 114 %define workspace ebp + 16 ; FAST_FLOAT *workspace 120 push ebp [all …]
|
D | jdsample-avx2.asm | 65 push ebp 66 mov ebp, esp 75 mov eax, JDIMENSION [downsamp_width(ebp)] ; colctr 79 mov ecx, INT [max_v_samp(ebp)] ; rowctr 83 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 84 mov edi, POINTER [output_data_ptr(ebp)] 202 pop ebp 222 %define original_ebp ebp + 0 223 %define wk(i) ebp - (WK_NUM - (i)) * SIZEOF_YMMWORD 232 push ebp [all …]
|
D | jcsample-avx2.asm | 48 push ebp 49 mov ebp, esp 56 mov ecx, JDIMENSION [width_blks(ebp)] 60 mov edx, JDIMENSION [img_width(ebp)] 69 mov eax, INT [max_v_samp(ebp)] 74 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 98 mov eax, JDIMENSION [v_samp(ebp)] ; rowctr 109 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data 110 mov edi, JSAMPARRAY [output_data(ebp)] ; output_data 194 pop ebp [all …]
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/masmx86/ |
D | inffas32.asm | 165 push ebp 192 mov ebp, [esp+92] 196 sub ebp,ecx 197 neg ebp 198 add ebp,ebx 204 mov [esp+40],ebp 233 mov ebp, [edi+hold_state] 264 or ebp,eax 331 or ebp,eax 336 and edx,ebp [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/masmx86/ |
D | inffas32.asm | 165 push ebp 192 mov ebp, [esp+92] 196 sub ebp,ecx 197 neg ebp 198 add ebp,ebx 204 mov [esp+40],ebp 233 mov ebp, [edi+hold_state] 264 or ebp,eax 331 or ebp,eax 336 and edx,ebp [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | LowLevel.cpp | 281 TestRegReg(cmp, esp, ebp, i32, 2, 0x3B, 0xE5); in TEST_F() 282 TestRegReg(cmp, ebp, esi, i32, 2, 0x3B, 0xEE); in TEST_F() 298 TestRegReg(cmp, esp, ebp, i16, 3, 0x66, 0x3B, 0xE5); in TEST_F() 299 TestRegReg(cmp, ebp, esi, i16, 3, 0x66, 0x3B, 0xEE); in TEST_F() 315 TestRegReg(cmp, esp, ebp, i8, 3, 0x40, 0x3A, 0xE5); in TEST_F() 316 TestRegReg(cmp, ebp, esi, i8, 3, 0x40, 0x3A, 0xEE); in TEST_F() 334 TestRegImm(cmp, ebp, 5, i32, 3, 0x83, 0xFD, 0x05); in TEST_F() 351 TestRegImm(cmp, ebp, 5, i16, 4, 0x66, 0x83, 0xFD, 0x05); in TEST_F() 368 TestRegImm(cmp, ebp, 5, i8, 4, 0x40, 0x80, 0xFD, 0x05); in TEST_F() 386 TestRegImm(cmp, ebp, 0x100, i32, 6, 0x81, 0xFD, 0x00, 0x01, 0x00, 0x00); in TEST_F() [all …]
|
/third_party/openh264/codec/encoder/core/x86/ |
D | sample_sc.asm | 65 push ebp 79 lea ebp, [esi+ebx*4] 92 movq xmm2, [ebp] 93 movq xmm3, [ebp+ebx] 94 movq xmm4, [ebp+ebx*2] 95 movq xmm5, [ebp+ecx] 111 inc ebp 119 mov ebp, [width] 122 mov [tmp_width], ebp 133 mov [edi+ebp*2], ax [all …]
|