Home
last modified time | relevance | path

Searched refs:movq (Results 1 – 55 of 55) sorted by relevance

/linux-4.4.14/arch/x86/power/
Dhibernate_asm_64.S26 movq $saved_context, %rax
27 movq %rsp, pt_regs_sp(%rax)
28 movq %rbp, pt_regs_bp(%rax)
29 movq %rsi, pt_regs_si(%rax)
30 movq %rdi, pt_regs_di(%rax)
31 movq %rbx, pt_regs_bx(%rax)
32 movq %rcx, pt_regs_cx(%rax)
33 movq %rdx, pt_regs_dx(%rax)
34 movq %r8, pt_regs_r8(%rax)
35 movq %r9, pt_regs_r9(%rax)
[all …]
/linux-4.4.14/arch/x86/kernel/acpi/
Dwakeup_64.S16 movq saved_magic, %rax
17 movq $0x123456789abcdef0, %rdx
27 movq saved_rsp, %rsp
29 movq saved_rbx, %rbx
30 movq saved_rdi, %rdi
31 movq saved_rsi, %rsi
32 movq saved_rbp, %rbp
34 movq saved_rip, %rax
46 movq $saved_context, %rax
47 movq %rsp, pt_regs_sp(%rax)
[all …]
/linux-4.4.14/arch/x86/lib/
Dcopy_page_64.S23 movq %rbx, (%rsp)
24 movq %r12, 1*8(%rsp)
30 movq 0x8*0(%rsi), %rax
31 movq 0x8*1(%rsi), %rbx
32 movq 0x8*2(%rsi), %rdx
33 movq 0x8*3(%rsi), %r8
34 movq 0x8*4(%rsi), %r9
35 movq 0x8*5(%rsi), %r10
36 movq 0x8*6(%rsi), %r11
37 movq 0x8*7(%rsi), %r12
[all …]
Dmemcpy_64.S32 movq %rdi, %rax
33 movq %rdx, %rcx
48 movq %rdi, %rax
49 movq %rdx, %rcx
55 movq %rdi, %rax
73 movq 0*8(%rsi), %r8
74 movq 1*8(%rsi), %r9
75 movq 2*8(%rsi), %r10
76 movq 3*8(%rsi), %r11
79 movq %r8, 0*8(%rdi)
[all …]
Dmemmove_64.S65 movq 0*8(%rsi), %r11
66 movq 1*8(%rsi), %r10
67 movq 2*8(%rsi), %r9
68 movq 3*8(%rsi), %r8
71 movq %r11, 0*8(%rdi)
72 movq %r10, 1*8(%rdi)
73 movq %r9, 2*8(%rdi)
74 movq %r8, 3*8(%rdi)
84 movq %rdx, %rcx
85 movq -8(%rsi, %rdx), %r11
[all …]
Dcsum-copy_64.S54 movq %rbx, 2*8(%rsp)
55 movq %r12, 3*8(%rsp)
56 movq %r14, 4*8(%rsp)
57 movq %r13, 5*8(%rsp)
58 movq %rbp, 6*8(%rsp)
60 movq %r8, (%rsp)
61 movq %r9, 1*8(%rsp)
67 movq %rcx, %r12
81 movq (%rdi), %rbx
83 movq 8(%rdi), %r8
[all …]
Dmemset_64.S31 movq %rdi,%r9
32 movq %rdx,%rcx
42 movq %r9,%rax
59 movq %rdi,%r9
61 movq %rdx,%rcx
63 movq %r9,%rax
68 movq %rdi,%r10
81 movq %rdx,%rcx
88 movq %rax,(%rdi)
89 movq %rax,8(%rdi)
[all …]
Dcopy_user_64.S21 movq %rdi,%rcx
36 movq %rsi,%rcx
84 1: movq (%rsi),%r8
85 2: movq 1*8(%rsi),%r9
86 3: movq 2*8(%rsi),%r10
87 4: movq 3*8(%rsi),%r11
88 5: movq %r8,(%rdi)
89 6: movq %r9,1*8(%rdi)
90 7: movq %r10,2*8(%rdi)
91 8: movq %r11,3*8(%rdi)
[all …]
Drwsem.S42 .macro movq src, dst macro
89 movq %rax,%rdi
98 movq %rax,%rdi
109 movq %rax,%rdi
118 movq %rax,%rdi
Dclear_page_64.S34 #define PUT(x) movq %rax,x*8(%rdi)
35 movq %rax,(%rdi)
Dcmpxchg16b_emu.S41 movq %rbx, PER_CPU_VAR((%rsi))
42 movq %rcx, PER_CPU_VAR(8(%rsi))
Dgetuser.S82 4: movq -7(%_ASM_AX),%rdx
Dmsr-reg.S17 movq %rdi, %r10 /* Save pointer */
Dx86-opcode-map.txt450 6f: movq Pq,Qq | vmovdqa Vx,Wx (66) | vmovdqu Vx,Wx (F3)
468 7f: movq Qq,Pq | vmovdqa Wx,Vx (66) | vmovdqu Wx,Vx (F3)
/linux-4.4.14/arch/x86/kernel/
Dmcount_64.S83 movq %rsp, %rbp
91 movq %rsp, %rbp
98 movq %rax, RAX(%rsp)
99 movq %rcx, RCX(%rsp)
100 movq %rdx, RDX(%rsp)
101 movq %rsi, RSI(%rsp)
102 movq %rdi, RDI(%rsp)
103 movq %r8, R8(%rsp)
104 movq %r9, R9(%rsp)
109 movq MCOUNT_REG_SIZE-8(%rsp), %rdx
[all …]
Drelocate_kernel_64.S61 movq PTR(VA_CONTROL_PAGE)(%rsi), %r11
62 movq %rsp, RSP(%r11)
63 movq %cr0, %rax
64 movq %rax, CR0(%r11)
65 movq %cr3, %rax
66 movq %rax, CR3(%r11)
67 movq %cr4, %rax
68 movq %rax, CR4(%r11)
78 movq PTR(PA_CONTROL_PAGE)(%rsi), %r8
81 movq PTR(PA_TABLE_PAGE)(%rsi), %r9
[all …]
Dhead_64.S27 #define GET_CR2_INTO(reg) GET_CR2_INTO_RAX ; movq %rax, reg
29 #define GET_CR2_INTO(reg) movq %cr2, reg
79 movq %rbp, %rax
110 movq %rdi, %rax
114 movq %rdx, 0(%rbx,%rax,8)
115 movq %rdx, 8(%rbx,%rax,8)
118 movq %rdi, %rax
121 movq %rdx, 4096(%rbx,%rax,8)
124 movq %rdx, 4096(%rbx,%rax,8)
127 movq %rdi, %rax
[all …]
/linux-4.4.14/tools/perf/arch/x86/tests/
Dregs_load.S31 movq %rax, AX(%rdi)
32 movq %rbx, BX(%rdi)
33 movq %rcx, CX(%rdi)
34 movq %rdx, DX(%rdi)
35 movq %rsi, SI(%rdi)
36 movq %rdi, DI(%rdi)
37 movq %rbp, BP(%rdi)
40 movq %rax, SP(%rdi)
42 movq 0(%rsp), %rax
43 movq %rax, IP(%rdi)
[all …]
/linux-4.4.14/arch/x86/entry/
Dcalling.h97 movq %r11, 6*8+\offset(%rsp)
100 movq %r10, 7*8+\offset(%rsp)
101 movq %r9, 8*8+\offset(%rsp)
102 movq %r8, 9*8+\offset(%rsp)
105 movq %rax, 10*8+\offset(%rsp)
108 movq %rcx, 11*8+\offset(%rsp)
110 movq %rdx, 12*8+\offset(%rsp)
111 movq %rsi, 13*8+\offset(%rsp)
112 movq %rdi, 14*8+\offset(%rsp)
131 movq %r15, 0*8+\offset(%rsp)
[all …]
Dentry_64.S145 movq %rsp, PER_CPU_VAR(rsp_scratch)
146 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
184 movq %r10, %rcx
186 movq %rax, RAX(%rsp)
211 movq RIP(%rsp), %rcx
212 movq EFLAGS(%rsp), %r11
213 movq RSP(%rsp), %rsp
238 movq %rsp, %rdi
244 movq ORIG_RAX(%rsp), %rax
249 movq %rsp, %rdi
[all …]
Dentry_64_compat.S53 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
122 movq %rsp, %rdi
167 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
202 movq %rsp, %rdi
211 movq RBX(%rsp), %rbx /* pt_regs->rbx */
212 movq RBP(%rsp), %rbp /* pt_regs->rbp */
213 movq EFLAGS(%rsp), %r11 /* pt_regs->flags (in r11) */
214 movq RIP(%rsp), %rcx /* pt_regs->ip (in rcx) */
240 movq RSP-ORIG_RAX(%rsp), %rsp
308 movq %rsp, %rdi
Dthunk_64.S30 movq 9*8(%rsp), %rdi
/linux-4.4.14/arch/x86/crypto/
Dsalsa20-x86_64-asm_64.S26 movq %r11,0(%rsp)
28 movq %r12,8(%rsp)
30 movq %r13,16(%rsp)
32 movq %r14,24(%rsp)
34 movq %r15,32(%rsp)
36 movq %rbx,40(%rsp)
38 movq %rbp,48(%rsp)
40 movq 0(%r8),%rcx
42 movq 8(%r8),%r9
44 movq 16(%r8),%rax
[all …]
Dcamellia-x86_64-asm_64.S105 movq (key_table + ((subkey) * 2) * 4)(CTX), RT2; \
120 movq (key_table + ((kr) * 2) * 4)(CTX), RT1; \
125 movq (key_table + ((kl) * 2) * 4)(CTX), RT2; \
147 movq (RIO), RAB0; \
150 movq 4*2(RIO), RCD0; \
176 movq (RIO), RAB0; \
179 movq 4*2(RIO), RCD0; \
188 movq RCD0, (RIO); \
191 movq RAB0, 4*2(RIO);
200 movq %rbp, RRBP;
[all …]
Dblowfish-x86_64-asm_64.S98 movq p+4*(n-1)(CTX), RT0; \
109 movq (RIO), RX0; \
115 movq RX0, (RIO);
128 movq %rbp, %r11;
130 movq %rsi, %r10;
131 movq %rdx, RIO;
145 movq %r11, %rbp;
147 movq %r10, RIO;
164 movq %rbp, %r11;
166 movq %rsi, %r10;
[all …]
Dtwofish-x86_64-asm_64.S228 movq (R3), R1
229 movq 8(R3), R3
258 movq %r10, (%rsi)
264 movq R1, 8(%rsi)
281 movq (R3), R1
282 movq 8(R3), R3
310 movq %r10, (%rsi)
316 movq R1, 8(%rsi)
Dchacha20-ssse3-x86_64.S165 movq 0x00(%rdi),%xmm1
168 movq 0x08(%rdi),%xmm3
171 movq 0x10(%rdi),%xmm5
174 movq 0x18(%rdi),%xmm7
177 movq 0x20(%rdi),%xmm9
180 movq 0x28(%rdi),%xmm11
183 movq 0x30(%rdi),%xmm13
186 movq 0x38(%rdi),%xmm15
426 movq 0x00(%rdi),%xmm3
435 movq 0x08(%rdi),%xmm3
[all …]
Dcast6-avx-x86_64-asm_64.S353 movq %rsi, %r11;
371 movq %rsi, %r11;
391 movq %rsi, %r11;
392 movq %rdx, %r12;
415 movq %rsi, %r11;
416 movq %rdx, %r12;
438 movq %rsi, %r11;
460 movq %rsi, %r11;
Dtwofish-avx-x86_64-asm_64.S337 movq %rsi, %r11;
355 movq %rsi, %r11;
375 movq %rsi, %r11;
376 movq %rdx, %r12;
399 movq %rsi, %r11;
400 movq %rdx, %r12;
422 movq %rsi, %r11;
444 movq %rsi, %r11;
Daes-x86_64-asm_64.S54 movq r1,r2; \
55 movq r3,r4; \
57 movq r10,r11; \
74 movq r1,r2; \
75 movq r3,r4; \
Dcrc32c-pcl-intel-asm_64.S226 movq crc_init, %xmm1 # CRC for block 1
229 movq crc1, %xmm2 # CRC for block 2
233 movq %xmm1, %rax
308 movq crc_init, %rax
Dpoly1305-sse2-x86_64.S152 movq t1,d0
154 movq t1,d1
191 movq t1,d2
193 movq t1,d3
214 movq t1,d4
419 movq t1,d0
444 movq t1,d1
469 movq t1,d2
494 movq t1,d3
519 movq t1,d4
Dcast5-avx-x86_64-asm_64.S369 movq %rsi, %r11;
401 movq %rsi, %r11;
435 movq %rsi, %r11;
436 movq %rdx, %r12;
485 movq %rsi, %r11;
486 movq %rdx, %r12;
Ddes3_ede-asm_64.S96 movq val, RT0; \
141 movq s8(, RT0, 8), RT0; \
158 movq (((n) + 1) * 8)(CTX), RWx;
190 movq (CTX), RW0;
267 movq val, RT0; \
426 movq src, dst;
459 movq 0(CTX), RW0;
460 movq RW0, RW1;
461 movq RW0, RW2;
Dtwofish-x86_64-asm_64-3way.S172 movq 4*(n)(in), xy ## 0; \
175 movq 4*(4+(n))(in), xy ## 1; \
178 movq 4*(8+(n))(in), xy ## 2; \
Dcamellia-aesni-avx2-asm_64.S941 movq %rsi, %rax;
973 movq %rsi, %rax;
1004 movq %rsp, %r10;
1009 movq %rsi, %rax;
1018 movq %rsp, %rax;
1027 movq %r10, %rsp;
1076 movq %rsp, %r10;
1081 movq %rsi, %rax;
1086 movq %rsp, %rax;
1163 movq %r10, %rsp;
[all …]
Dcamellia-aesni-avx-asm_64.S899 movq %rsi, %rax;
927 movq %rsi, %rax;
959 movq %rsp, %rax;
1002 movq %rsp, %rax;
1117 movq %rsp, %rax;
Dsha512-avx2-asm.S615 movq $4, frame_SRND(%rsp)
639 movq $2, frame_SRND(%rsp)
Daesni-intel_asm.S1848 movq 0x10(UKEYP), %xmm2 # other user key
/linux-4.4.14/arch/x86/um/
Dsetjmp_64.S26 movq %rbx,(%rdi)
27 movq %rsp,8(%rdi) # Post-return %rsp!
29 movq %rbp,16(%rdi)
30 movq %r12,24(%rdi)
31 movq %r13,32(%rdi)
32 movq %r14,40(%rdi)
33 movq %r15,48(%rdi)
34 movq %rsi,56(%rdi) # Return address
45 movq (%rdi),%rbx
46 movq 8(%rdi),%rsp
[all …]
/linux-4.4.14/arch/x86/purgatory/
Dentry64.S40 movq rax(%rip), %rax
41 movq rbx(%rip), %rbx
42 movq rcx(%rip), %rcx
43 movq rdx(%rip), %rdx
44 movq rsi(%rip), %rsi
45 movq rdi(%rip), %rdi
46 movq rsp(%rip), %rsp
47 movq rbp(%rip), %rbp
48 movq r8(%rip), %r8
49 movq r9(%rip), %r9
[all …]
/linux-4.4.14/arch/x86/platform/efi/
Defi_stub_64.S43 movq %r15, efi_scratch(%rip)
44 movq %r14, efi_scratch+8(%rip)
45 movq %cr4, %r15
46 movq %r15, %r14
48 movq %r14, %cr4
49 movq %r15, %cr4
50 movq efi_scratch+8(%rip), %r14
51 movq efi_scratch(%rip), %r15
57 movq %r15, efi_scratch(%rip) # r15
59 movq %cr3, %r15
[all …]
Defi_thunk_64.S34 movq %rsp, efi_saved_sp(%rip)
35 movq efi_scratch+25(%rip), %rsp
40 movq $__START_KERNEL_map, %rax
58 movq efi_saved_sp(%rip), %rsp
81 movq %r8, %rsi
83 movq %r9, %rsi
87 movq %rbx, func_rt_ptr(%rip)
119 movq func_rt_ptr(%rip), %rax
/linux-4.4.14/arch/x86/boot/compressed/
Dhead_64.S245 movq %rcx, efi64_config(%rip) /* Handle */
246 movq %rdx, efi64_config+8(%rip) /* EFI System table pointer */
249 movq %rax, efi_config(%rip)
260 movq %rax, %rdi
277 movq efi_config(%rip), %rax
280 movq efi_config(%rip), %rdi
282 movq %rax,%rsi
329 movq $LOAD_PHYSICAL_ADDR, %rbp
349 movq $_bss /* - $startup_32 */, %rcx
365 movq %rdi, efi64_config(%rip) /* Handle */
[all …]
Defi_thunk_64.S50 movq %r8, %rsi
52 movq %r9, %rsi
58 movq %rbx, func_rt_ptr(%rip)
102 movq func_rt_ptr(%rip), %rax
/linux-4.4.14/arch/x86/xen/
Dxen-asm_64.S57 movq %rsp, PER_CPU_VAR(rsp_scratch)
58 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
76 movq %rsp, PER_CPU_VAR(rsp_scratch)
77 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb_mgr_flush_avx2.S213 movq $0, _job_in_lane(lane_data)
281 movq $0, _job_in_lane(lane_data)
Dsha1_mb_mgr_submit_avx2.S188 movq $0, _job_in_lane(lane_data)
/linux-4.4.14/arch/x86/include/asm/
Dpercpu.h6 #define __percpu_mov_op movq
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dftest.S1387 movq.l &0x1,%d0
1392 movq.l &0x1,%d0
1417 movq.l &0x1,%d0
Ditest.S6355 movq.l &0x1,%d0
6360 movq.l &0x1,%d0
Dfpsp.S18111 movq.l &0x1,%d0 # pass amt to inc by
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dx86-opcode-map.txt450 6f: movq Pq,Qq | vmovdqa Vx,Wx (66) | vmovdqu Vx,Wx (F3)
468 7f: movq Qq,Pq | vmovdqa Wx,Vx (66) | vmovdqu Wx,Vx (F3)
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt242 greater than 127 in value (can't use movq or byte immediate on CISC)
/linux-4.4.14/Documentation/networking/
Dfilter.txt688 movq _f2(%rip), %rax
691 movq %rdi, %rax