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

12345678910

/external/llvm/test/MC/ELF/
H A Dcfi-def-cfa-offset.s5 subq $8, %rsp
8 addq $8, %rsp
H A Dcfi-adjust-cfa-offset.s5 subq $8, %rsp
9 addq $8, %rsp
H A Ddebug-line.s40 subq $8, %rsp
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
H A Dresponse_test.py27 rsp = webapp2.Response()
28 rsp.write(var_1)
29 rsp.write(var_2)
30 rsp.write(var_3)
31 self.assertEqual(rsp.body, '%rfoobar' % var_1)
33 rsp = webapp2.Response()
34 rsp.write(var_1)
35 rsp.write(var_3)
36 rsp.write(var_2)
37 self.assertEqual(rsp
[all...]
H A Dwebapp1_test.py45 rsp = req.get_response(app)
46 self.assertEqual(rsp.status_int, 200)
47 self.assertEqual(rsp.body, 'foo')
50 rsp = req.get_response(app)
51 self.assertEqual(rsp.status_int, 200)
52 self.assertEqual(rsp.body, 'bar')
58 rsp = req.get_response(app2)
59 self.assertEqual(rsp.status_int, 200)
60 self.assertEqual(rsp.body, 'foo')
63 rsp
[all...]
H A Dextras_appengine_users_test.py47 rsp = req.get_response(app)
48 self.assertEqual(rsp.status_int, 200)
49 self.assertEqual(rsp.body, 'You are logged in.')
54 rsp = req.get_response(app)
55 self.assertEqual(rsp.status_int, 302)
56 self.assertEqual(rsp.headers.get('Location'),
63 rsp = req.get_response(app)
64 self.assertEqual(rsp.status_int, 400)
70 rsp = req.get_response(app)
71 self.assertEqual(rsp
[all...]
H A Dextras_local_app_test.py14 rsp = app.get_response('/')
15 self.assertEqual(rsp.status_int, 200)
16 self.assertEqual(rsp.body, 'Hello, World!')
H A Dhandler_test.py168 rsp = app.get_response('/')
169 self.assertEqual(rsp.status_int, 200)
170 self.assertEqual(rsp.body, 'home sweet home')
174 rsp = req.get_response(app)
175 self.assertEqual(rsp.status_int, 404)
180 rsp = req.get_response(app)
181 self.assertEqual(rsp.status_int, 405)
182 self.assertEqual(rsp.headers.get('Allow'), 'GET, POST')
186 rsp = req.get_response(app)
187 self.assertEqual(rsp
[all...]
H A Dextras_appengine_sessions_memcache_test.py29 rsp = webapp2.Response()
31 store.save_sessions(rsp)
37 store.save_sessions(rsp)
41 cookies = rsp.headers.get('Set-Cookie')
53 rsp = webapp2.Response()
54 store.save_sessions(rsp)
58 cookies = rsp.headers.get('Set-Cookie')
82 rsp = webapp2.Response()
83 store.save_sessions(rsp)
87 cookies = rsp
[all...]
/external/llvm/test/MC/X86/
H A Dintel-syntax-2.s5 // CHECK: movl $257, -4(%rsp)
8 // CHECK: movl $257, -4(%rsp)
9 movl $257, -4(%rsp)
14 // CHECK: movl $255, -4(%rsp)
16 movl $255, -4(%rsp)
17 // CHECK: movl $255, -4(%rsp)
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
H A Dasm_mov.s9 # CHECK: leaq -128(%rsp), %rsp
11 # CHECK: leaq 128(%rsp), %rsp
15 # CHECK: leaq -128(%rsp), %rsp
17 # CHECK: leaq 128(%rsp), %rsp
38 # CHECK: leaq -128(%rsp), %rsp
[all...]
H A Dasm_swap_intel.s9 # CHECK: leaq -128(%rsp), %rsp
11 # CHECK: leaq 128(%rsp), %rsp
15 # CHECK: leaq -128(%rsp), %rsp
17 # CHECK: leaq 128(%rsp), %rsp
21 # CHECK: leaq -128(%rsp), %rsp
[all...]
H A Dasm_rsp_mem_op.s1 # The test verifies that memory references through %rsp are correctly
7 # CHECK: leaq -128(%rsp), %rsp
11 # CHECK: leaq 160(%rsp), %rdi
16 # CHECK: leaq 128(%rsp), %rsp
17 # CHECK: movq 8(%rsp), %rax
24 movq 8(%rsp), %rax
28 # CHECK: leaq -128(%rsp), %rsp
[all...]
/external/llvm/test/tools/llvm-objdump/Inputs/
H A Dwin64-unwind.exe.coff-x86_64.asm7 subq $24, %rsp
9 movq %rsi, 16(%rsp)
11 movups %xmm8, (%rsp)
15 mov %rsp, %rbx
25 lea (%rbx), %rsp
27 addq $24, %rsp
45 subq $65520, %rsp
47 sub $8454128, %rsp
50 add $8454128, %rsp
51 addq $65520, %rsp
[all...]
/external/boringssl/win-x86_64/crypto/rand/
H A Drdrand-x86_64.asm12 mov QWORD[8+rsp],rdi ;WIN64 prologue
13 mov QWORD[16+rsp],rsi
14 mov rax,rsp
20 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
21 mov rsi,QWORD[16+rsp]
/external/llvm/test/MC/COFF/
H A Dseh-section.s68 subq $8, %rsp
74 addq $8, %rsp
83 subq $8, %rsp
89 addq $8, %rsp
98 subq $8, %rsp
104 addq $8, %rsp
H A Dseh.s129 subq $24, %rsp
131 movq %rsi, 16(%rsp)
133 movups %xmm8, (%rsp)
137 mov %rsp, %rbx
147 lea (%rbx), %rsp
149 addq $24, %rsp
H A Dseh-align2.s68 subq $24, %rsp
76 addq $24, %rsp
/external/compiler-rt/lib/builtins/x86_64/
H A Dfloatundixf.S22 movq %rdi, -8(%rsp)
23 fildq -8(%rsp)
58 movq %rdi, -8(%rsp)
59 movq %rsi, -16(%rsp)
61 faddl -8(%rsp) // hi - 2^52 (as double extended, no rounding occurs)
62 faddl -16(%rsp) // hi + lo (as double extended)
/external/boringssl/win-x86_64/crypto/aes/
H A Dvpaes-x86_64.asm616 mov QWORD[8+rsp],rdi ;WIN64 prologue
617 mov QWORD[16+rsp],rsi
618 mov rax,rsp
625 lea rsp,[((-184))+rsp]
626 movaps XMMWORD[16+rsp],xmm6
627 movaps XMMWORD[32+rsp],xmm7
628 movaps XMMWORD[48+rsp],xmm8
629 movaps XMMWORD[64+rsp],xmm9
630 movaps XMMWORD[80+rsp],xmm1
[all...]
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvpx_subpixel_8t_sse2.asm191 mov rbp, rsp
200 sub rsp, 16 * 6
201 %define k0k1 [rsp + 16 * 0]
202 %define k2k3 [rsp + 16 * 1]
203 %define k5k4 [rsp + 16 * 2]
204 %define k6k7 [rsp + 16 * 3]
205 %define krd [rsp + 16 * 4]
206 %define zero [rsp + 16 * 5]
235 add rsp, 16 * 6
236 pop rsp
[all...]
H A Dvpx_high_subpixel_8t_sse2.asm212 mov rbp, rsp
221 sub rsp, 16 * 7
222 %define k0k6 [rsp + 16 * 0]
223 %define k2k5 [rsp + 16 * 1]
224 %define k3k4 [rsp + 16 * 2]
225 %define k1k7 [rsp + 16 * 3]
226 %define krd [rsp + 16 * 4]
227 %define max [rsp + 16 * 5]
228 %define min [rsp + 16 * 6]
259 add rsp, 1
[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/compiler-rt/lib/tsan/
H A Dcheck_analyze.sh20 check $f rsp 1
26 check $f rsp 1
32 check $f rsp 1
38 check $f rsp 0
/external/libvpx/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

Completed in 7886 milliseconds

12345678910