Searched refs:rcx (Results 1 - 25 of 124) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/amd64/
H A Dmpih-add1.S40 * mpi_size_t size) rcx
46 leaq (%rsi,%rcx,8), %rsi
47 leaq (%rdi,%rcx,8), %rdi
48 leaq (%rdx,%rcx,8), %rdx
49 negq %rcx
53 .Loop: movq (%rsi,%rcx,8), %rax
54 movq (%rdx,%rcx,8), %r10
56 movq %rax, (%rdi,%rcx,8)
57 incq %rcx
60 movq %rcx,
[all...]
H A Dmpih-sub1.S40 * mpi_size_t size) rcx
45 leaq (%rsi,%rcx,8), %rsi
46 leaq (%rdi,%rcx,8), %rdi
47 leaq (%rdx,%rcx,8), %rdx
48 negq %rcx
52 .Loop: movq (%rsi,%rcx,8), %rax
53 movq (%rdx,%rcx,8), %r10
55 movq %rax, (%rdi,%rcx,8)
56 incq %rcx
59 movq %rcx,
[all...]
H A Dmpih-mul1.S38 * mpi_limb_t s2_limb) (rcx)
56 mulq %rcx
H A Dmpih-mul2.S82 * mpi_limb_t s2_limb) (rcx)
96 mulq %rcx
H A Dmpih-mul3.S40 * mpi_limb_t s2_limb) (rcx)
55 mulq %rcx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/amd64/
H A Dmpih-add1.S40 * mpi_size_t size) rcx
46 leaq (%rsi,%rcx,8), %rsi
47 leaq (%rdi,%rcx,8), %rdi
48 leaq (%rdx,%rcx,8), %rdx
49 negq %rcx
53 .Loop: movq (%rsi,%rcx,8), %rax
54 movq (%rdx,%rcx,8), %r10
56 movq %rax, (%rdi,%rcx,8)
57 incq %rcx
60 movq %rcx,
[all...]
H A Dmpih-sub1.S40 * mpi_size_t size) rcx
45 leaq (%rsi,%rcx,8), %rsi
46 leaq (%rdi,%rcx,8), %rdi
47 leaq (%rdx,%rcx,8), %rdx
48 negq %rcx
52 .Loop: movq (%rsi,%rcx,8), %rax
53 movq (%rdx,%rcx,8), %r10
55 movq %rax, (%rdi,%rcx,8)
56 incq %rcx
59 movq %rcx,
[all...]
H A Dmpih-mul1.S38 * mpi_limb_t s2_limb) (rcx)
56 mulq %rcx
H A Dmpih-mul2.S82 * mpi_limb_t s2_limb) (rcx)
96 mulq %rcx
H A Dmpih-mul3.S40 * mpi_limb_t s2_limb) (rcx)
55 mulq %rcx
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dstub.S12 movq $(STUB_DATA & 0xffffffff), %rcx
13 or %rcx, %rbx
57 pop %rcx
58 cmp %rcx, %rax
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dx86_64cpuid.pl21 mov eax,DWORD PTR[rcx]
23 lock cmpxchg DWORD PTR[rcx],r8d
39 xor rcx,rcx
53 shl rcx,32
56 or rax,rcx
111 xorq %rcx,%rcx
129 shlq \$32,%rcx
132 orq %rcx,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Defi_stub_64.S49 mov %rsi, %rcx
59 mov %rsi, %rcx
69 mov %rcx, %r8
70 mov %rsi, %rcx
81 mov %rcx, %r8
82 mov %rsi, %rcx
94 mov %rcx, %r8
95 mov %rsi, %rcx
110 mov %rcx, %r8
111 mov %rsi, %rcx
[all...]
H A Drelocate_kernel_64.S49 * %rcx preserve_context
133 movq %rcx, %r11
154 xorq %rcx, %rcx
212 movq %rdi, %rcx /* Put the page_list in %rcx */
219 movq (%rbx), %rcx
222 testq $0x1, %rcx /* is it a destination page? */
224 movq %rcx, %rdi
228 testq $0x2, %rcx /* i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dxen-asm_64.S24 mov 8+0(%rsp), %rcx
40 * rcx }
56 pushq %rcx
78 pushq %rcx
97 pushq %rcx
109 * - an iret-like stack frame on the stack (including rcx and r11):
116 * rsp->rcx
123 mov 0*8(%rsp), %rcx
152 lea 16(%rsp), %rsp /* strip %rcx, %r11 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/power/
H A Dhibernate_asm_64.S32 movq %rcx, pt_regs_cx(%rax)
66 movq %cr3, %rcx; # flush TLB
67 movq %rcx, %cr3;
76 movq relocated_restore_code(%rip), %rcx
77 jmpq *%rcx
88 movq $(PAGE_SIZE >> 3), %rcx
118 movq %cr3, %rcx; # flush TLB
119 movq %rcx, %cr3
129 movq pt_regs_cx(%rax), %rcx
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dftrace.h10 movq %rcx, 8(%rsp) variable
24 movq 8(%rsp), %rcx
H A Dcalling.h8 rdi rsi rdx rcx r8-9 | rbx rbp [*] r12-15 | r10-11 | rax, rdx [**]
96 movq %rcx, 5*8(%rsp)
97 CFI_REL_OFFSET rcx, 5*8 variable
139 movq 5*8(%rsp), %rcx
140 CFI_RESTORE rcx
162 movq \offset+40(%rsp), %rcx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ms/
H A Duplink-x86_64.pl24 mov %rcx,48(%rsp)
28 lea OPENSSL_UplinkTable(%rip),%rcx
31 mov 48(%rsp),%rcx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ms/
H A Duplink-x86_64.pl24 mov %rcx,48(%rsp)
28 lea OPENSSL_UplinkTable(%rip),%rcx
31 mov 48(%rsp),%rcx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/gcc_gvmat64/
H A Dgvmat64.S68 ; register used : rax,rbx,rcx,rdx,rsi,rdi,r8,r9,r10,r11,r12
156 #define window_size [ rcx + dsWSize]
157 #define WMask [ rcx + dsWMask]
158 #define window_ad [ rcx + dsWindow]
159 #define prev_ad [ rcx + dsPrev]
160 #define strstart [ rcx + dsStrStart]
161 #define match_start [ rcx + dsMatchStart]
162 #define Lookahead [ rcx + dsLookahead] //; 0ffffffffh on infozip
163 #define prev_length [ rcx + dsPrevLen]
164 #define max_chain_length [ rcx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/gcc_gvmat64/
H A Dgvmat64.S68 ; register used : rax,rbx,rcx,rdx,rsi,rdi,r8,r9,r10,r11,r12
156 #define window_size [ rcx + dsWSize]
157 #define WMask [ rcx + dsWMask]
158 #define window_ad [ rcx + dsWindow]
159 #define prev_ad [ rcx + dsPrev]
160 #define strstart [ rcx + dsStrStart]
161 #define match_start [ rcx + dsMatchStart]
162 #define Lookahead [ rcx + dsLookahead] //; 0ffffffffh on infozip
163 #define prev_length [ rcx + dsPrevLen]
164 #define max_chain_length [ rcx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dcopy_user_64.S71 movq %rdi,%rcx
72 addq %rdx,%rcx
74 cmpq TI_addr_limit(%rax),%rcx
84 movq %rsi,%rcx
85 addq %rdx,%rcx
87 cmpq TI_addr_limit(%rax),%rcx
177 40: lea (%rdx,%rcx,8),%rdx
246 11: lea (%rdx,%rcx,8),%rcx
H A Drwsem_64.S16 * but %rdi, %rsi, %rcx, %r8-r11 always need saving.
28 pushq %rcx; \
39 popq %rcx; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Drsaz-x86_64.pl123 my ($out,$inp,$mod,$n0,$times) = ("%rdi","%rsi","%rdx","%rcx","%r8d");
204 movq %r9, %rcx
213 shrq \$63, %rcx
266 lea (%rcx,%r10,2), %r10 #shld \$1, %rcx, %r10
285 movq %rdx, %rcx
286 adcq \$0, %rcx
292 addq %rcx, %r13
293 movq %rdx, %rcx
294 adcq \$0, %rcx
[all...]

Completed in 298 milliseconds

12345