Searched refs:rdi (Results 1 - 25 of 27) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/lib/
H A Dmemset.S6 * rdi destination
17 movq %rdi,%r10
37 movq %rax,(%rdi)
38 movq %rax,8(%rdi)
39 movq %rax,16(%rdi)
40 movq %rax,24(%rdi)
41 movq %rax,32(%rdi)
42 movq %rax,40(%rdi)
43 movq %rax,48(%rdi)
44 movq %rax,56(%rdi)
[all...]
H A Dcopy_page.S10 * rdi destination page
42 movntdq %xmm0,(%rdi)
43 movntdq %xmm1,16(%rdi)
44 movntdq %xmm2,32(%rdi)
45 movntdq %xmm3,48(%rdi)
51 movntdq %xmm0,64(%rdi)
52 movntdq %xmm1,80(%rdi)
53 movntdq %xmm2,96(%rdi)
54 movntdq %xmm3,112(%rdi)
56 addq %rdx,%rdi
[all...]
H A Dmemcpy.S7 * rdi destination
22 movq %rdi,%rax
41 movq %r11,(%rdi)
42 movq %r8,1*8(%rdi)
43 movq %r9,2*8(%rdi)
44 movq %r10,3*8(%rdi)
50 movq %r11,4*8(%rdi)
51 movq %r8,5*8(%rdi)
52 movq %r9,6*8(%rdi)
53 movq %r10,7*8(%rdi)
[all...]
H A Dcsum-copy.S18 * rdi source
54 prefetchnta (%rdi)
95 prefetchnta 64(%rdi)
99 movq (%rdi),%rbx
101 movq 8(%rdi),%r8
103 movq 16(%rdi),%r11
105 movq 24(%rdi),%rdx
122 movq 32(%rdi),%rbx
124 movq 40(%rdi),%r8
126 movq 48(%rdi),
[all...]
H A Dclear_page.S5 * rdi page
12 #define PUT(x) movq %rax,x*8(%rdi)
29 addq %rdx,%rdi
H A Dcopy_user.S20 movq %rdi,%rcx
55 * rdi destination
95 d1: movnti %r11,(%rdi)
96 d2: movnti %r8,1*8(%rdi)
97 d3: movnti %r9,2*8(%rdi)
98 d4: movnti %r10,3*8(%rdi)
104 d5: movnti %r11,4*8(%rdi)
105 d6: movnti %r8,5*8(%rdi)
106 d7: movnti %r9,6*8(%rdi)
107 d8: movnti %r10,7*8(%rdi)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dasm-macros.i4 pushq %rdi
H A Dsigcontext.h32 unsigned long rdi; member in struct:sigcontext
H A Dcalling.h35 movq %rdi,8*8(%rsp) variable
65 movq 8*8(%rsp),%rdi
79 movq \offset+64(%rsp),%rdi
H A Delf.h45 (_r)->rsi = 0; (_r)->rdi = 0; (_r)->rbp = 0; \
91 (pr_reg)[14] = (regs)->rdi; \
H A Dptrace.h62 unsigned long rdi; member in struct:pt_regs
H A Duser.h70 unsigned long r9,r8,rax,rcx,rdx,rsi,rdi,orig_rax; member in struct:user_regs_struct
H A Dsystem.h26 __PUSH(rsi) __PUSH(rdi) \
34 __POP(rdi) __POP(rsi)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dasm-macros.i4 pushq %rdi
H A Dsigcontext.h32 unsigned long rdi; member in struct:sigcontext
H A Dcalling.h35 movq %rdi,8*8(%rsp) variable
65 movq 8*8(%rsp),%rdi
79 movq \offset+64(%rsp),%rdi
H A Delf.h45 (_r)->rsi = 0; (_r)->rdi = 0; (_r)->rbp = 0; \
91 (pr_reg)[14] = (regs)->rdi; \
H A Dptrace.h62 unsigned long rdi; member in struct:pt_regs
H A Duser.h70 unsigned long r9,r8,rax,rcx,rdx,rsi,rdi,orig_rax; member in struct:user_regs_struct
H A Dsystem.h26 __PUSH(rsi) __PUSH(rdi) \
34 __POP(rdi) __POP(rsi)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dentry.S72 movq %rax,%rdi /* return value of __switch_to -> prev task */
83 RESTORE_TOP_OF_STACK %rdi,ARGOFFSET
86 movq %rsp,%rdi
101 * rdi arg0
150 leaq -ARGOFFSET(%rsp),%rdi # regs
170 FIXUP_TOP_OF_STACK %rdi
171 movq %rsp,%rdi
183 movq %rsp,%rdi
220 movq %rsp,%rdi # &ptregs -> arg1
311 leaq -ARGOFFSET(%rsp),%rdi # arg
[all...]
H A Dsignal.c149 COPY(rdi); COPY(rsi); COPY(rbp); COPY_CANON(rsp); COPY(rbx);
239 err |= __put_user(regs->rdi, &sc->rdi);
355 regs->rdi = sig;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dia32entry.S71 movq %rsp,%rdi /* &pt_regs -> arg1 */
82 movq %rsp,%rdi /* &pt_regs -> arg1 */
92 movq %rax,%rdi
H A Dia32_binfmt.c108 pr_reg[4] = regs->rdi; \
199 regs->rdi = 0;
H A Dptrace32.c64 R32(edi, rdi);
127 R32(edi, rdi);

Completed in 104 milliseconds

12