/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_removegrain.asm | 1151 mova [rsp], m0 1163 psubw m1, [rsp] ; td1 1164 psubw m2, [rsp] ; td2 1165 psubw m3, [rsp] ; td3 1166 psubw m4, [rsp] ; td4 1182 mova m0, [rsp] 1183 mova m13, [rsp] 1184 mova m14, [rsp] 1185 mova m15, [rsp] 1207 mova m0, [rsp] [all...] |
H A D | vf_interlace.asm | 154 movu [rsp], m7 188 pminsw m0, [rsp] 189 pminsw m1, [rsp]
|
H A D | vf_gblur.asm | 166 movu [rsp + stack_offset], %1 174 movu %1, [rsp + stack_offset] 586 PUSH_MASK m5, k1, remaind, xd, rsp + 0x20 934 mov qword [rsp + 0x10], xq 939 PUSH_MASK m4, k1, cwidthd, xd, rsp + 0x20 940 mov xq, qword [rsp + 0x10]
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctint-sse2.asm | 112 mov rax, rsp ; rax = original rbp 113 sub rsp, byte 4 114 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits 115 mov [rsp], rax 116 mov rbp, rsp ; rbp = aligned rbp 117 lea rsp, [wk(0)] 840 mov rsp, rbp ; rsp <- aligned rbp 841 pop rsp ; rsp < [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/ |
H A D | x86_64cpuid.s | 316 leaq 8(%rsp),%rax 364 movq %rcx,8(%rsp) 400 movq 8(%rsp),%rax
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/ |
H A D | x86_64cpuid.s | 316 leaq 8(%rsp),%rax 364 movq %rcx,8(%rsp) 400 movq 8(%rsp),%rax
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/ |
H A D | x86_64cpuid.s | 315 leaq 8(%rsp),%rax 363 movq %rcx,8(%rsp) 399 movq 8(%rsp),%rax
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/ |
H A D | x86_64cpuid.s | 315 leaq 8(%rsp),%rax 363 movq %rcx,8(%rsp) 399 movq 8(%rsp),%rax
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/ |
H A D | x86_64cpuid.s | 315 leaq 8(%rsp),%rax 363 movq %rcx,8(%rsp) 399 movq 8(%rsp),%rax
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/ |
H A D | x86_64cpuid.s | 315 leaq 8(%rsp),%rax 363 movq %rcx,8(%rsp) 399 movq 8(%rsp),%rax
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/ |
H A D | x86_64cpuid.s | 315 leaq 8(%rsp),%rax 363 movq %rcx,8(%rsp) 399 movq 8(%rsp),%rax
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/ |
H A D | x86_64cpuid.s | 315 leaq 8(%rsp),%rax 363 movq %rcx,8(%rsp) 399 movq 8(%rsp),%rax
|
/third_party/libunwind/libunwind/src/x86_64/ |
H A D | setcontext.S | 74 mov UC_MCONTEXT_GREGS_RSP(%rdi),%rsp
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | unwinding-info-writer-x64.cc | 68 // <base register> is rsp, which points to the top of the frame by definition. in MarkFrameConstructed() 73 // mov rbp, rsp in MarkFrameConstructed() 83 // mov rsp, rbp in MarkFrameDeconstructed() 85 eh_frame_writer_.SetBaseAddressRegister(rsp); in MarkFrameDeconstructed()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_openssl.c | 4625 static void ocsp_debug_print_resp(OCSP_RESPONSE *rsp) in ocsp_debug_print_resp() argument 4640 OCSP_RESPONSE_print(out, rsp, 0); in ocsp_debug_print_resp() 4699 OCSP_RESPONSE *rsp; in ocsp_resp_cb() local 4714 rsp = d2i_OCSP_RESPONSE(NULL, &p, len); in ocsp_resp_cb() 4715 if (!rsp) { in ocsp_resp_cb() 4720 ocsp_debug_print_resp(rsp); in ocsp_resp_cb() 4722 status = OCSP_response_status(rsp); in ocsp_resp_cb() 4729 basic = OCSP_response_get1_basic(rsp); in ocsp_resp_cb() 4773 OCSP_RESPONSE_free(rsp); in ocsp_resp_cb() 4782 OCSP_RESPONSE_free(rsp); in ocsp_resp_cb() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | ac3dsp_downmix.asm | 76 CAT_XDEFINE mx_0_, %%i, [rsp+(%%i-matrix_elements_mm)*mmsize] 89 CAT_XDEFINE mx_1_, %%i, [rsp+(in_channels+%%i-matrix_elements_mm)*mmsize]
|
/third_party/gn/src/gn/ |
H A D | tool.h | 203 void set_rspfile(SubstitutionPattern rsp) { in set_rspfile() argument 205 rspfile_ = std::move(rsp); in set_rspfile()
|
/third_party/ffmpeg/libswresample/x86/ |
H A D | audio_convert.asm | 390 %define src1m dword [rsp+32] 394 %define src4m dword [rsp+36] 397 %define src7m dword [rsp+40] 501 TRANSPOSE8x4D 0, 1, 2, 3, 4, 5, 6, 7, [rsp], [rsp+16], 1 504 mova m2, [rsp]
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/md5/ |
H A D | md5-x86_64.s | 663 movq (%rsp),%r15 665 movq 8(%rsp),%r14 667 movq 16(%rsp),%r12 669 movq 24(%rsp),%rbx 671 movq 32(%rsp),%rbp 673 addq $40,%rsp
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/md5/ |
H A D | md5-x86_64.s | 663 movq (%rsp),%r15 665 movq 8(%rsp),%r14 667 movq 16(%rsp),%r12 669 movq 24(%rsp),%rbx 671 movq 32(%rsp),%rbp 673 addq $40,%rsp
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/md5/ |
H A D | md5-x86_64.s | 668 movq (%rsp),%r15 670 movq 8(%rsp),%r14 672 movq 16(%rsp),%r12 674 movq 24(%rsp),%rbx 676 movq 32(%rsp),%rbp 678 addq $40,%rsp
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/md5/ |
H A D | md5-x86_64.s | 668 movq (%rsp),%r15 670 movq 8(%rsp),%r14 672 movq 16(%rsp),%r12 674 movq 24(%rsp),%rbx 676 movq 32(%rsp),%rbp 678 addq $40,%rsp
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/md5/ |
H A D | md5-x86_64.s | 668 movq (%rsp),%r15 670 movq 8(%rsp),%r14 672 movq 16(%rsp),%r12 674 movq 24(%rsp),%rbx 676 movq 32(%rsp),%rbp 678 addq $40,%rsp
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/md5/ |
H A D | md5-x86_64.s | 668 movq (%rsp),%r15 670 movq 8(%rsp),%r14 672 movq 16(%rsp),%r12 674 movq 24(%rsp),%rbx 676 movq 32(%rsp),%rbp 678 addq $40,%rsp
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/md5/ |
H A D | md5-x86_64.s | 668 movq (%rsp),%r15 670 movq 8(%rsp),%r14 672 movq 16(%rsp),%r12 674 movq 24(%rsp),%rbx 676 movq 32(%rsp),%rbp 678 addq $40,%rsp
|