Searched refs:rcx (Results 101 - 125 of 204) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcygwin.asm65 /* __alloca is a normal function call, which uses %rcx as the argument. And stack space
68 movq %rcx, %rax
71 popq %rcx /* pop return address */
92 jumping to %rcx preserves the cached call-return stack
94 pushq %rcx
98 We avoid clobbering the 4 integer argument registers, %rcx, %rdx,
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dbdiv_dbm1c.asm37 define(`bd', `%rcx')
48 mul %rcx
61 mul %rcx
67 mul %rcx
73 mul %rcx
79 mul %rcx
H A Ddive_1.asm38 C divisor rcx
46 mov %rcx, %rax
47 xor R32(%rcx), R32(%rcx) C shift count
93 shrd R8(%rcx), %rdx, %rax
98 L(evn): bsf %rax, %rcx
99 shr R8(%rcx), %rax
106 C rcx shift
117 shrd R8(%rcx), %r9, %rax C
130 shr R8(%rcx),
[all...]
H A Dmode1o.asm88 C rcx carry
99 movq %rcx, %r10 C initial carry
116 leal (%rcx,%rcx), %edx C 2*inv
144 C rcx new cbit, 0 or 1
154 adcq $0, %rcx C more cbit
160 subq %rcx, %rax C next l = src[i+1] - cbit
170 adcq $0, %rcx C more cbit
175 leaq (%rcx,%rdx), %rax C climb+cbit
H A Ddivrem_2.asm42 define(`un_param', `%rcx')
48 C rax rbx rcx rdx rsi rdi rbp r8 r9 r10 r11 r12 r13 r14 r15
57 lea (%rdx,%rcx,8), %rax
79 lea -3(%rcx,%r13), %rbx C un + fn - 3
91 mov %rdx, %rcx
95 add %rcx, %r14
105 C rax rbx rcx rdx rsi rdi rbp r8 r9 r10 r11 r12 r13 r14 r15
111 mov %rbx, %rcx C un
130 cmp %rcx, %r13 C
152 dec %rcx
[all...]
H A Dmod_34lsub1.asm51 C adc 8(%rdi), %rcx
55 C adc 32(%rdi), %rcx
102 add 8(%rdi), %rcx
112 add 32(%rdi), %rcx
124 adc %r10, %rcx
136 adc 32(%rdi), %rcx
149 shr $32, %rcx C 1mod3 high
155 add %rcx, %rax C apply 1mod3 high
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/x86_64/
H A Drtld_start.S67 popq %rcx # %rcx = obj_main
80 pushq %rcx
102 popq %rcx
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dlock_stubs.S63 movq CPUVAR(CURLWP), %rcx
66 cmpxchgq %rcx, (%rdi)
153 testl %eax,CPU_INFO_IUNMASK(%rsi,%rcx,4)/* deferred interrupts? */
197 2: movq CPUVAR(CURLWP), %rcx
199 orq $RW_WRITE_LOCKED, %rcx
201 cmpxchgq %rcx, (%rdi)
273 2: movq CPUVAR(CURLWP), %rcx
275 orq $RW_WRITE_LOCKED, %rcx
277 cmpxchgq %rcx, (%rdi)
H A Dspl.S103 movq L_PCB(%r15),%rcx
105 movq %rsp,PCB_RSP(%rcx)
106 movq %rbp,PCB_RBP(%rcx)
113 movq L_PCB(%r15),%rcx
114 movq PCB_RSP(%rcx),%rsp
236 testl %eax,CPUVAR(IUNMASK)(,%rcx,4)/* deferred interrupts? */
H A Dcpufunc.S193 movq %rdi, %rcx
201 movq %rdi, %rcx
209 movq %rdi, %rcx
218 movq %rdi, %rcx
277 movq %rdi, %rcx
374 movq %rsi, %rcx
375 monitor %rax, %rcx, %rdx
383 movq %rsi, %rcx
384 mwait %rax, %rcx
395 movq %rsi, %rcx
[all...]
H A Dlocore.S675 movq $(NKL2_KIMG_ENTRIES+1),%rcx
684 movq $NKL3_KIMG_ENTRIES,%rcx
692 movq $NKL4_KIMG_ENTRIES,%rcx
739 movq $_C_LABEL(_end),%rcx
740 subq %rdi,%rcx
747 movq $64,%rcx
928 movq %r12,%rcx
929 xchgq %rcx,CPUVAR(CURLWP)
970 orq $CR0_TS,%rcx
973 3: cmpq %rdx,%rcx
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cfi/
H A Dcfi-common-1.d24 DW_CFA_offset(_extended_sf|): r2( \((rcx|edx)\)|) at cfa-24
/netbsd-6-1-5-RELEASE/lib/libc/arch/x86_64/
H A DSYS.h40 #define SYSTRAP(x) movl $(SYS_ ## x),%eax; movq %rcx, %r10; syscall
42 #define SYSTRAP(x) movl $(SYS_/**/x),%eax; movq %rcx, %r10; syscall
/netbsd-6-1-5-RELEASE/usr.sbin/cpuctl/arch/
H A Dx86_64-asm.S45 movq %rsi, %rcx
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86_64/core2/
H A Daorsmul_1.asm33 define(`v0', `%rcx')
60 mul %rcx
68 mul %rcx
83 mul %rcx
90 L(top): mul %rcx
99 L(mid): mul %rcx
111 mul %rcx
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-x86-64/
H A Dtlsbindesc.s80 leaq 3+sh2@dtpoff(%rax), %rcx
102 movq %fs:0, %rcx
104 addq sh1@gottpoff(%rip), %rcx
110 movq sG5@gottpoff(%rip), %rcx
112 movq %fs:(%rcx), %rdx
H A Dtlsbinpic.s98 leaq 3+sh2@dtpoff(%rax), %rcx
120 movq %fs:0, %rcx
122 addq sh1@gottpoff(%rip), %rcx
128 movq sG5@gottpoff(%rip), %rcx
130 movq %fs:(%rcx), %rdx
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/camellia/asm/
H A Dcmll-x86_64.pl141 mov %rcx,$out
251 mov %rcx,$out
525 &_loadround (4,$out,"%rcx","%rdx"); # KR
535 &_rotl128 ("%rcx","%rdx",15);
536 &_saveround (4,$out,-128,"%rcx","%rdx"); # KR<<<15
539 &_rotl128 ("%rcx","%rdx",15); # 15+15=30
540 &_saveround (8,$out,-128,"%rcx","%rdx"); # KR<<<30
549 &_rotl128 ("%rcx","%rdx",30); # 30+30=60
550 &_saveround (18,$out,-128,"%rcx","%rdx"); # KR<<<60
557 &_rotl128 ("%rcx","
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/x86_64/abi/
H A Dargs.h10 #define I3 rcx
37 extern unsigned long rax,rbx,rcx,rdx,rsi,rdi,rsp,rbp,r8,r9,r10,r11,r12,r13,r14,r15;
52 "xor %%rcx, %%rcx\n\t" \
64 ::: "rax", "rbx", "rcx", "rdx", "rsi", "rdi", "r8", \
71 unsigned long rax, rbx, rcx, rdx, rsi, rdi, r8, r9, r10, r11, r12, r13, r14, r15; member in struct:IntegerRegisters
101 rax = rbx = rcx = rdx = rdi = rsi = rbp = rsp \
H A Dasm-support.s10 movq %rcx, rcx(%rip)
64 .comm rcx,8,8
/netbsd-6-1-5-RELEASE/lib/libc/arch/x86_64/sys/
H A D__clone.S63 movq %rcx,%r13
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dx86-64-nops.d45 [ ]*[a-f0-9]+: 0f 19 04 59 nopl \(%rcx,%rbx,2\)
46 [ ]*[a-f0-9]+: 0f 1a 04 59 nopl \(%rcx,%rbx,2\)
47 [ ]*[a-f0-9]+: 0f 1b 04 59 nopl \(%rcx,%rbx,2\)
48 [ ]*[a-f0-9]+: 0f 1c 04 59 nopl \(%rcx,%rbx,2\)
49 [ ]*[a-f0-9]+: 0f 1d 04 59 nopl \(%rcx,%rbx,2\)
50 [ ]*[a-f0-9]+: 0f 1e 04 59 nopl \(%rcx,%rbx,2\)
51 [ ]*[a-f0-9]+: 0f 1f 04 59 nopl \(%rcx,%rbx,2\)
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/x86_64/string/
H A Dstrcat.S105 movq %rdx,%rcx
107 subq %r8,%rcx
108 testq %r9,%rcx
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/x86_64/abi/
H A Dasm-support.S13 movq %rcx, rcx(%rip)
69 .comm rcx,8,8
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/x86_64/abi/avx/
H A Dasm-support.S10 movq %rcx, rcx(%rip)
66 .comm rcx,8,8

Completed in 303 milliseconds

123456789