Searched refs:rsp (Results 1 - 25 of 138) sorted by relevance

123456

/external/llvm/test/MC/ELF/
H A Dcfi-adjust-cfa-offset.s5 subq $8, %rsp
9 addq $8, %rsp
H A Dcfi-def-cfa-offset.s5 subq $8, %rsp
8 addq $8, %rsp
H A Ddebug-line.s22 subq $8, %rsp
H A Dbasic-elf-64.s9 subq $8, %rsp
15 addq $8, %rsp
/external/llvm/test/MC/COFF/
H A Dseh.s30 subq $24, %rsp
32 movq %rsi, 16(%rsp)
34 movups %xmm8, (%rsp)
38 mov %rsp, %rbx
48 lea (%rbx), %rsp
50 addq $24, %rsp
H A Dseh-section.s28 subq $8, %rsp
34 addq $8, %rsp
/external/bluetooth/bluez/cups/
H A Dsdp.c42 sdp_list_t *srch, *attrs, *rsp; local
58 err = sdp_service_search_attr_req(sdp, srch, SDP_ATTR_REQ_INDIVIDUAL, attrs, &rsp);
62 for (; rsp; rsp = rsp->next) {
63 sdp_record_t *rec = (sdp_record_t *) rsp->data;
87 sdp_list_t *srch, *attrs, *rsp; local
101 err = sdp_service_search_attr_req(sdp, srch, SDP_ATTR_REQ_INDIVIDUAL, attrs, &rsp);
105 for (; rsp; rsp
[all...]
/external/libffi/src/x86/
H A Dunix64.S48 movq (%rsp), %r10 /* Load return address. */
72 leaq 176(%r10), %rsp
78 leaq 24(%rbp), %rsp
162 leaq -20(%rsp), %rsi /* Scratch area in redzone. */
215 leaq -200(%rsp), %rsp
217 movq %rdi, (%rsp)
218 movq %rsi, 8(%rsp)
219 movq %rdx, 16(%rsp)
220 movq %rcx, 24(%rsp)
[all...]
H A Ddarwin64.S48 movq (%rsp), %r10 /* Load return address. */
72 leaq 176(%r10), %rsp
78 leaq 24(%rbp), %rsp
158 leaq -20(%rsp), %rsi /* Scratch area in redzone. */
208 leaq -200(%rsp), %rsp
210 movq %rdi, (%rsp)
211 movq %rsi, 8(%rsp)
212 movq %rdx, 16(%rsp)
213 movq %rcx, 24(%rsp)
[all...]
/external/llvm/lib/Target/X86/
H A DX86CompilationCallback_Win64.asm21 mov rbp, rsp
31 and rsp, -16
34 sub rsp, 96
35 movaps [rsp +32], xmm0
36 movaps [rsp+16+32], xmm1
37 movaps [rsp+32+32], xmm2
38 movaps [rsp+48+32], xmm3
48 movaps xmm3, [rsp+48+32]
49 movaps xmm2, [rsp+32+32]
50 movaps xmm1, [rsp
[all...]
/external/libvpx/vpx_ports/
H A Demms.asm24 sub rsp, 8
25 mov [rsp], rcx ; win x64 specific
26 fldcw [rsp]
27 add rsp, 8
33 sub rsp, 8
34 fstcw [rsp]
35 mov rax, [rsp]
36 add rsp, 8
/external/llvm/test/MC/AsmParser/
H A Ddirective_seh.s26 subq $24, %rsp
28 movq %rsi, 16(%rsp)
30 movups %xmm8, (%rsp)
34 mov %rsp, %rbx
44 lea (%rbx), %rsp
46 addq $24, %rsp
/external/openssl/crypto/sha/asm/
H A Dsha1-x86_64.pl76 mov %rsp,%r11
78 sub \$`8+16*4`,%rsp
80 and \$-64,%rsp
82 mov %r11,`16*4`(%rsp)
96 mov `16*4`(%rsp),%rsi
100 lea 24(%rsi),%rsp
113 mov $xi,`4*$i`(%rsp)
124 mov $xi,`4*$j`(%rsp)
132 mov `4*($j%16)`(%rsp),$xi
135 xor `4*(($j+2)%16)`(%rsp),
[all...]
/external/zlib/contrib/masmx64/
H A Dinffasx64.asm32 mov [rsp-8],rsi
33 mov [rsp-16],rdi
34 mov [rsp-24],r12
35 mov [rsp-32],r13
36 mov [rsp-40],r14
37 mov [rsp-48],r15
38 mov [rsp-56],rbx
42 mov [rax+8], rbp ; /* save regs rbp and rsp */
43 mov [rax], rsp
45 mov rsp, ra
[all...]
/external/openssl/crypto/bn/asm/
H A Dx86_64-mont.pl63 mov %rsp,%r11
65 lea (%rsp,%r10,8),%rsp # tp=alloca(8*(num+2))
66 and \$-1024,%rsp # minimize TLB usage
68 mov %r11,8(%rsp,$num,8) # tp[num+1]=%rsp
107 mov %rax,-16(%rsp,$j,8) # tp[j-1]
115 mov $hi1,-8(%rsp,$num,8)
116 mov %rdx,(%rsp,$num,8) # store upmost overflow bit
126 add (%rsp),
[all...]
/external/v8/src/x64/
H A Dcodegen-x64.cc73 __ movsd(Operand(rsp, kPointerSize * 2), xmm1);
74 __ movsd(Operand(rsp, kPointerSize), xmm0);
75 __ fld_d(Operand(rsp, kPointerSize * 2));
76 __ fld_d(Operand(rsp, kPointerSize));
112 __ movq(Operand(rsp, kPointerSize), rcx);
113 __ movsd(xmm0, Operand(rsp, kPointerSize));
118 __ fstp_d(Operand(rsp, kPointerSize));
119 __ movsd(xmm0, Operand(rsp, kPointerSize));
/external/bluetooth/bluez/audio/
H A Dunix.c180 bt_audio_error_t *rsp = (void *) buf; local
186 rsp->h.type = BT_ERROR;
187 rsp->h.name = name;
188 rsp->h.length = sizeof(*rsp);
190 rsp->posix_errno = err;
193 unix_ipc_sendmsg(client, &rsp->h);
283 struct bt_get_capabilities_rsp *rsp = (void *) buf; local
293 length = headset_generate_capability(dev, (void *) rsp->data);
295 rsp
316 struct bt_set_configuration_rsp *rsp = (void *) buf; local
346 struct bt_set_configuration_rsp *rsp = (void *) buf; local
372 struct bt_start_stream_rsp *rsp = (void *) buf; local
416 struct bt_start_stream_rsp *rsp = (void *) buf; local
451 struct bt_stop_stream_rsp *rsp = (void *) buf; local
521 a2dp_append_codec(struct bt_get_capabilities_rsp *rsp, struct avdtp_service_capability *cap, uint8_t seid, uint8_t type, uint8_t configured, uint8_t lock) argument
630 struct bt_get_capabilities_rsp *rsp = (void *) buf; local
724 struct bt_set_configuration_rsp *rsp = (void *) buf; local
783 struct bt_start_stream_rsp *rsp = (void *) buf; local
837 struct bt_stop_stream_rsp *rsp = (void *) buf; local
908 struct bt_open_rsp *rsp = (void *) buf; local
1232 struct bt_close_rsp *rsp = (void *) buf; local
1637 struct bt_set_configuration_rsp *rsp = (void *) buf; local
1651 struct bt_set_configuration_rsp *rsp = (void *) buf; local
[all...]
H A Dctl_bluetooth.c144 uint8_t mode, uint8_t key, struct bt_control_rsp *rsp)
147 struct bt_control_req *req = (void *) rsp;
148 bt_audio_error_t *err = (void *) rsp;
165 ret = recv(data->sock, rsp, BT_SUGGESTED_BUFFER_SIZE, 0);
171 if (rsp->h.type == BT_ERROR) {
178 type = bt_audio_strtype(rsp->h.type);
182 rsp->h.type);
186 name = bt_audio_strname(rsp->h.name);
190 rsp->h.name);
194 if (rsp
143 bluetooth_send_ctl(struct bluetooth_data *data, uint8_t mode, uint8_t key, struct bt_control_rsp *rsp) argument
208 struct bt_control_rsp *rsp = (void *) buf; local
229 struct bt_control_rsp *rsp = (void *) buf; local
[all...]
/external/valgrind/main/coregrind/m_dispatch/
H A Ddispatch-amd64-darwin.S81 /* 8(%rsp) holds cached copy of guest_state ptr */
82 /* 0(%rsp) holds cached copy of VG_(dispatch_ctr) */
95 fldcw (%rsp)
96 addq $8, %rsp
101 ldmxcsr (%rsp)
102 addq $8, %rsp
124 cmpq 8(%rsp), %rbp
132 subl $1, 0(%rsp)
162 cmpq 8(%rsp), %rbp
170 subl $1, 0(%rsp)
[all...]
H A Ddispatch-amd64-linux.S82 /* 8(%rsp) holds cached copy of guest_state ptr */
83 /* 0(%rsp) holds cached copy of VG_(dispatch_ctr) */
96 fldcw (%rsp)
97 addq $8, %rsp
102 ldmxcsr (%rsp)
103 addq $8, %rsp
128 cmpq 8(%rsp), %rbp
136 subl $1, 0(%rsp)
169 cmpq 8(%rsp), %rbp
177 subl $1, 0(%rsp)
[all...]
/external/libvpx/vp8/encoder/x86/
H A Dtemporal_filter_apply_sse2.asm27 mov rbp, rsp
40 sub rsp, stack_size
41 mov [rsp + rbp_backup], rbp
45 mov [rsp + block_size], rdx
47 movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read
56 movdqa [rsp + rounding_bit], xmm5
67 movdqa [rsp + filter_weight], xmm0
73 cmp dword ptr [rsp + block_size], 8
112 paddw xmm0, [rsp + rounding_bit]
113 paddw xmm1, [rsp
[all...]
/external/openssl/crypto/ocsp/
H A Docsp_srv.c108 OCSP_RESPONSE *rsp = NULL; local
110 if (!(rsp = OCSP_RESPONSE_new())) goto err;
111 if (!(ASN1_ENUMERATED_set(rsp->responseStatus, status))) goto err;
112 if (!bs) return rsp;
113 if (!(rsp->responseBytes = OCSP_RESPBYTES_new())) goto err;
114 rsp->responseBytes->responseType = OBJ_nid2obj(NID_id_pkix_OCSP_basic);
115 if (!ASN1_item_pack(bs, ASN1_ITEM_rptr(OCSP_BASICRESP), &rsp->responseBytes->response))
117 return rsp;
119 if (rsp) OCSP_RESPONSE_free(rsp);
124 OCSP_basic_add1_status(OCSP_BASICRESP *rsp, OCSP_CERTID *cid, int status, int reason, ASN1_TIME *revtime, ASN1_TIME *thisupd, ASN1_TIME *nextupd) argument
[all...]
/external/bluetooth/bluez/compat/
H A Dbnep.c220 struct bnep_control_rsp *rsp; local
255 rsp = (void *) pkt;
256 rsp->type = BNEP_CONTROL;
257 rsp->ctrl = BNEP_SETUP_CONN_RSP;
258 rsp->resp = htons(BNEP_SUCCESS);
259 if (send(sk, rsp, sizeof(*rsp), 0) < 0)
274 struct bnep_control_rsp *rsp; local
311 if ((size_t) r < sizeof(*rsp))
314 rsp
[all...]
/external/openssl/crypto/des/
H A Dmakefile.bc26 del libdes.rsp
41 | >libdes.rsp
42 $(TLIB) libdes.lib @libdes.rsp,nul
43 del libdes.rsp
/external/bluetooth/bluez/src/
H A Dsdpd.h50 int service_register_req(sdp_req_t *req, sdp_buf_t *rsp);
51 int service_update_req(sdp_req_t *req, sdp_buf_t *rsp);
52 int service_remove_req(sdp_req_t *req, sdp_buf_t *rsp);

Completed in 1514 milliseconds

123456