/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/rc4/ |
H A D | rc4-x86_64.s | 522 movq (%rsp),%r13 524 movq 8(%rsp),%r12 526 movq 16(%rsp),%rbx 528 addq $24,%rsp
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/rc4/ |
H A D | rc4-x86_64.s | 522 movq (%rsp),%r13 524 movq 8(%rsp),%r12 526 movq 16(%rsp),%rbx 528 addq $24,%rsp
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 72 return Operand(offset.from_stack_pointer() ? rsp : rbp, in SlotToOperand() 226 __ Movsd(MemOperand(rsp, 0), input_); 244 __ movl(result_, MemOperand(rsp, 0)); 245 __ addq(rsp, Immediate(kDoubleSize)); 1052 __ movq(rsp, rbp); in AssembleDeconstructFrame() 1097 assembler->addq(rsp, Immediate(-stack_slot_delta * kSystemPointerSize)); in AdjustStackPointerForTailCall() 1439 Register lhs_register = rsp; in AssembleArchInstruction() 1444 __ leaq(lhs_register, Operand(rsp, static_cast<int32_t>(offset) * -1)); in AssembleArchInstruction() 1522 Register base = offset.from_stack_pointer() ? rsp : rbp; in AssembleArchInstruction() 1838 __ Movsd(Operand(rsp, in AssembleArchInstruction() [all...] |
/third_party/libunwind/libunwind/src/x86_64/ |
H A D | init.h | 56 c->dwarf.loc[RSP] = REG_INIT_LOC(c, rsp, RSP); in common_init()
|
/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UCD_access_reg_linux.c | 130 [UNW_X86_64_RSP] = offsetof(struct user_regs_struct, rsp) / sizeof(long), in _UCD_access_reg()
|
/third_party/node/deps/v8/src/baseline/x64/ |
H A D | baseline-compiler-x64-inl.h | 84 __ Move(kScratchRegister, rsp); in VerifyFrameSize()
|
/third_party/musl/arch/x32/bits/ |
H A D | signal.h | 74 unsigned long long rdi, rsi, rbp, rbx, rdx, rax, rcx, rsp, rip, eflags; member
|
/third_party/musl/arch/x86_64/bits/ |
H A D | signal.h | 74 unsigned long rdi, rsi, rbp, rbx, rdx, rax, rcx, rsp, rip, eflags; member
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | vcdiv64.asm | 40 div QWORD PTR d$[rsp]
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | x86_64.rs | 29 pub rsp: u64,
|
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
H A D | x86_64.s | 115 mov eax,DWORD PTR [rsp+0x8]
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.h | 103 // After aligning the frame, arguments must be stored in rsp[0], rsp[8], 476 // Allocate stack space of given size (i.e. decrement {rsp} by the value 485 void AllocateStackSpace(Register bytes) { subq(rsp, bytes); } in AllocateStackSpace() 489 subq(rsp, Immediate(bytes)); in AllocateStackSpace() 774 // from the stack, clobbering only the rsp register. 778 // clobbering the rsp register. 947 return Operand(rsp, (index + kShaddowSpace) * kSystemPointerSize); in StackSpaceOperand() 949 return Operand(rsp, index * kSystemPointerSize); in StackSpaceOperand() 954 return Operand(rsp, dis in StackOperandForReturnAddress() [all...] |
/third_party/elfutils/tests/ |
H A D | testfile-macros-0xff.s | 14 movq %rsp, %rbp
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | asm.h | 42 # define FF_REG_sp "rsp" 49 # define FF_REGSP rsp
|
/third_party/ltp/testcases/kernel/kvm/include/ |
H A D | kvm_x86.h | 175 uint64_t rax, rbx, rcx, rdx, rdi, rsi, rbp, rsp; member
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9intrapred.asm | 840 mova [rsp+0*16], m0 841 mova [rsp+1*16], m1 842 mova [rsp+2*16], m2 843 mova [rsp+3*16], m3 868 paddw m4, m7, [rsp+0*16] 869 paddw m5, m7, [rsp+1*16] 870 paddw m6, m7, [rsp+2*16] 871 paddw m7, [rsp+3*16] 872 paddw m0, m3, [rsp+0*16] 873 paddw m1, m3, [rsp [all...] |
H A D | vp9itxfm.asm | 1392 mov tmpq, rsp 1412 mov tmpq, rsp 1422 mov tmpq, rsp 1952 mov tmpq, rsp 1962 mov tmpq, rsp 2967 mov tmpq, rsp 3004 mov tmpq, rsp 3024 mov tmpq, rsp 3051 mov tmpq, rsp 3071 mov tmpq, rsp [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jfdctint-avx2.asm | 264 mov rax, rsp 265 mov rbp, rsp
|
H A D | jidctint-avx2.asm | 286 mov rax, rsp ; rax = original rbp 287 mov rbp, rsp ; rbp = aligned rbp
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_openssl.c | 4891 static void ocsp_debug_print_resp(OCSP_RESPONSE *rsp) in ocsp_debug_print_resp() argument 4906 OCSP_RESPONSE_print(out, rsp, 0); in ocsp_debug_print_resp() 4930 OCSP_RESPONSE *rsp; in ocsp_resp_cb() local 4945 rsp = d2i_OCSP_RESPONSE(NULL, &p, len); in ocsp_resp_cb() 4946 if (!rsp) { in ocsp_resp_cb() 4951 ocsp_debug_print_resp(rsp); in ocsp_resp_cb() 4953 status = OCSP_response_status(rsp); in ocsp_resp_cb() 4960 basic = OCSP_response_get1_basic(rsp); in ocsp_resp_cb() 5004 OCSP_RESPONSE_free(rsp); in ocsp_resp_cb() 5013 OCSP_RESPONSE_free(rsp); in ocsp_resp_cb() [all...] |
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 1950 const bool need_SIB = (m.base&7) == rsp 1951 || m.index != rsp; 1955 this->byte(mod_rm(mod(m.disp), x&7, (need_SIB ? rsp : m.base)&7)); 2178 // Passing rsp as the rm argument to mod_rm() signals an SIB byte follows; 2180 // This means we have to use an SIB byte if we want to use rsp as a base register. 2182 const bool need_SIB = m.base == rsp 2183 || m.index != rsp; 2189 this->byte(mod_rm(mod(m.disp), dst&7, (need_SIB ? rsp : m.base)&7)); 2291 this->byte(mod_rm(Mod::Indirect, dst&7, rsp/*use SIB*/)); 3261 // Load caller-saved r10 from rsp [all...] |
/third_party/vulkan-loader/loader/ |
H A D | unknown_ext_chain_masm.asm | 52 sub rsp, 56 ; Create the stack frame 57 mov qword ptr [rsp + 32], rax ; Move the func name onto the stack (fifth arg) 60 add rsp, 56 ; Clean up the stack frame
|
/base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
H A D | x509_cert_chain_openssl.c | 892 OCSP_RESPONSE *rsp = NULL; in ValidateOcspLocal() local 899 rsp = d2i_OCSP_RESPONSE(NULL, (const unsigned char **)&(revo->ocspResponses->data), revo->ocspResponses->size); in ValidateOcspLocal() 900 localParam.resp = rsp; in ValidateOcspLocal() 908 OCSP_RESPONSE_free(rsp); in ValidateOcspLocal() 914 OCSP_RESPONSE_free(rsp); in ValidateOcspLocal() 917 OCSP_RESPONSE_free(rsp); in ValidateOcspLocal()
|
/third_party/libunwind/libunwind/tests/ |
H A D | x64-test-dwarf-expressions.S | 68 # of cfa-16 (cfa points at old rsp, cfa-8 is our rip, so we stored r12 at
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringX8664.cpp | 3582 Variable *rsp = in lowerIntrinsic() local 3585 _mov(Dest, rsp); in lowerIntrinsic() 7055 Variable *rsp = getPhysicalRegister(RegX8664::Reg_rsp, IceType_i64); in _add_sp() local 7056 _add(rsp, Adjustment); in _add_sp() 7060 Variable *rsp = getPhysicalRegister(RegX8664::Reg_rsp, IceType_i64); in _mov_sp() local 7061 _redefined(_mov(rsp, NewValue)); in _mov_sp() 7065 Variable *rsp = getPhysicalRegister(RegX8664::Reg_rsp, WordType); in _link_bp() local 7069 _mov(rbp, rsp); in _link_bp() 7075 Variable *rsp = getPhysicalRegister(RegX8664::Reg_rsp, IceType_i64); in _unlink_bp() local 7078 // use of rsp befor in _unlink_bp() 7089 Variable *rsp = getPhysicalRegister(RegX8664::Reg_rsp, WordType); _push_reg() local 7103 Variable *rsp = getPhysicalRegister(RegX8664::Reg_rsp, WordType); _pop_reg() local 7115 Variable *rsp = getPhysicalRegister(RegX8664::Reg_rsp, WordType); _sub_sp() local [all...] |