Searched refs:rsi (Results 1 - 25 of 205) sorted by relevance

123456789

/external/chromium_org/v8/src/x64/
H A Dframes-x64.cc42 Register JavaScriptFrame::context_register() { return rsi; }
46 Register StubFailureTrampolineFrame::context_register() { return rsi; }
/external/libvpx/libvpx/vp8/common/x86/
H A Drecon_mmx.asm26 push rsi
30 mov rsi, arg(0) ;src;
31 movq mm0, [rsi]
36 movq mm1, [rsi+rax]
37 movq mm2, [rsi+rax*2]
40 lea rsi, [rsi+rax*2]
43 add rsi, rax
50 movq mm3, [rsi]
53 movq mm4, [rsi
[all...]
H A Dsad_sse2.asm25 push rsi
29 mov rsi, arg(0) ;src_ptr
35 lea rcx, [rsi+rax*8]
42 movq xmm0, QWORD PTR [rsi]
43 movq xmm2, QWORD PTR [rsi+8]
48 movq xmm4, QWORD PTR [rsi+rax]
56 movq xmm2, QWORD PTR [rsi+rax+8]
59 lea rsi, [rsi+rax*2]
70 cmp rsi, rc
[all...]
H A Drecon_sse2.asm25 push rsi
29 mov rsi, arg(0) ;src;
30 movdqu xmm0, [rsi]
35 movdqu xmm1, [rsi+rax]
36 movdqu xmm2, [rsi+rax*2]
39 lea rsi, [rsi+rax*2]
42 add rsi, rax
48 movdqu xmm3, [rsi]
51 movdqu xmm4, [rsi
[all...]
H A Dsad_mmx.asm29 push rsi
33 mov rsi, arg(0) ;src_ptr
39 lea rcx, [rsi+rax*8]
48 movq mm0, QWORD PTR [rsi]
49 movq mm2, QWORD PTR [rsi+8]
79 lea rsi, [rsi+rax]
85 cmp rsi, rcx
104 pop rsi
121 push rsi
[all...]
H A Dsubpixel_ssse3.asm44 push rsi
49 xor rsi, rsi
65 mov rsi, arg(0) ;src_ptr
74 movq xmm0, MMWORD PTR [rsi - 2] ; -2 -1 0 1 2 3 4 5
76 movq xmm2, MMWORD PTR [rsi + 3] ; 3 4 5 6 7 8 9 10
92 lea rsi, [rsi + rax]
109 pop rsi
123 mov rsi, ar
[all...]
/external/compiler-rt/lib/x86_64/
H A Dfloatundisf.S20 movq $1, %rsi
26 1: andq %rdi, %rsi
28 orq %rsi, %rdi
/external/llvm/test/MC/ELF/
H A Dcfi-reg.s9 .cfi_offset %rsi, -16
17 // CHECK: .cfi_offset %rsi, -16
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dea-nonzero.asm5 lea rbp,[rsi+rbp*1+(b-a)]
/external/llvm/test/MC/X86/
H A Daddress-size.s6 movb $0x0, (%rsi)
H A Dx86_errors.s30 movq (%rsi,%ecx),%xmm0
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dsce4-err.asm6 [savereg rsi, 0-8]
21 [savereg rsi, 1024+4]
H A Dsce1-err.asm6 [savereg rsi, 038h]
16 [savereg rsi, 038h]
25 [savereg rsi, 038h]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/gas/
H A Dwin64-gas-sce.asm5 save_reg %rsi, 0x18
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.S8 leaq (%rax,%rax,1),%rsi
15 sarq $63,%rsi
21 andq %rbp,%rsi
23 movq %rsi,%rcx
24 shlq $62,%rsi
27 xorq %rsi,%rax
64 movq %r8,%rsi
66 andq %rbp,%rsi
74 movq (%rsp,%rsi,8),%xmm0
75 movq %r8,%rsi
[all...]
H A Dmodexp512-x86_64.S6 movq 0(%rsi),%rax
13 movq 8(%rsi),%rax
21 movq 16(%rsi),%rax
29 movq 24(%rsi),%rax
37 movq 32(%rsi),%rax
45 movq 40(%rsi),%rax
53 movq 48(%rsi),%rax
61 movq 56(%rsi),%rax
69 movq 0(%rsi),%rax
76 movq 8(%rsi),
[all...]
/external/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.S8 leaq (%rax,%rax,1),%rsi
15 sarq $63,%rsi
21 andq %rbp,%rsi
23 movq %rsi,%rcx
24 shlq $62,%rsi
27 xorq %rsi,%rax
64 movq %r8,%rsi
66 andq %rbp,%rsi
74 movq (%rsp,%rsi,8),%xmm0
75 movq %r8,%rsi
[all...]
H A Dmodexp512-x86_64.S6 movq 0(%rsi),%rax
13 movq 8(%rsi),%rax
21 movq 16(%rsi),%rax
29 movq 24(%rsi),%rax
37 movq 32(%rsi),%rax
45 movq 40(%rsi),%rax
53 movq 48(%rsi),%rax
61 movq 56(%rsi),%rax
69 movq 0(%rsi),%rax
76 movq 8(%rsi),
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_sad_mmx.asm29 push rsi
33 mov rsi, arg(0) ;src_ptr
39 lea rcx, [rsi+rax*8]
48 movq mm0, QWORD PTR [rsi]
49 movq mm2, QWORD PTR [rsi+8]
79 lea rsi, [rsi+rax]
85 cmp rsi, rcx
104 pop rsi
121 push rsi
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_amd64.S17 push %rsi
19 .cfi_rel_offset %rsi, 0
62 pop %rsi
74 .cfi_restore %rsi
97 push %rsi
99 .cfi_rel_offset %rsi, 0
142 pop %rsi
154 .cfi_restore %rsi
175 mov %rdi, %rsi
176 xor %fs:0x30, %rsi // magi
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dasorep.c10 unsigned long rdi, rsi, rcx, rax; local
20 : "=D" (rdi), "=S" (rsi), "=c" (rcx)
25 || rsi != (uintptr_t) buf1 + 4
41 : "=S" (rsi), "=a" (rax)
43 if (rsi != (uintptr_t) buf2 + 4
50 : "=D" (rdi), "=S" (rsi), "=c" (rcx)
53 || rsi != (uintptr_t) buf1 + 15
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
H A Drc4-x86_64.S7 RC4: orq %rsi,%rsi
15 movq %rsi,%r11
37 leaq 1(%r10),%rsi
55 leaq 1(%r10),%rsi
62 movl 0(%rdi,%rsi,4),%ebx
70 movl 4(%rdi,%rsi,4),%eax
78 movl 8(%rdi,%rsi,4),%ebx
86 movl 12(%rdi,%rsi,4),%eax
94 movl 16(%rdi,%rsi,
[all...]
H A Drc4-md5-x86_64.S19 movq %rsi,%r13
33 leaq (%rdi,%rbp,4),%rsi
59 movl 4(%rsi),%ebx
63 movl %edx,0(%rsi)
78 movl 8(%rsi),%eax
82 movl %edx,4(%rsi)
96 movl 12(%rsi),%ebx
100 movl %edx,8(%rsi)
114 movl 16(%rsi),%eax
118 movl %edx,12(%rsi)
[all...]
/external/openssl/crypto/rc4/asm/
H A Drc4-x86_64.S7 RC4: orq %rsi,%rsi
15 movq %rsi,%r11
37 leaq 1(%r10),%rsi
55 leaq 1(%r10),%rsi
62 movl 0(%rdi,%rsi,4),%ebx
70 movl 4(%rdi,%rsi,4),%eax
78 movl 8(%rdi,%rsi,4),%ebx
86 movl 12(%rdi,%rsi,4),%eax
94 movl 16(%rdi,%rsi,
[all...]
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dsubtract_mmx.asm22 push rsi
29 mov rsi, arg(0) ;z
34 movd mm0, [rsi]
42 movd mm0, [rsi+rdx]
50 movd mm0, [rsi+rdx*2]
57 lea rsi, [rsi+rdx*2]
62 movd mm0, [rsi+rdx]
71 pop rsi
83 push rsi
[all...]

Completed in 613 milliseconds

123456789