Searched refs:movq (Results 1 - 25 of 256) sorted by relevance

1234567891011

/external/llvm/test/MC/ELF/
H A Dx86_64-reloc-sizetest.s6 L: movq $(L + 2147483648),%rax
H A Dgot-relaxed-no-relax.s5 movq foo@GOT, %rax
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dx86_64-reloc-sizetest.s6 L: movq $(L + 2147483648),%rax
H A Dmerge.s14 movq foo@GOTPCREL, %rax
15 movq zed, %rax
/external/clang/test/Driver/
H A Drelax.s12 movq foo@GOTPCREL(%rip), %rax
/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
H A Dsetjmp_x86_64.S32 movq %rbx, 0(%rdi) /* RBX */
33 movq %rsp, 8(%rdi) /* RSP */
35 movq %rbp, 16(%rdi) /* RBP */
36 movq %r12, 24(%rdi) /* R12 */
37 movq %r13, 32(%rdi) /* R13 */
38 movq %r14, 40(%rdi) /* R14 */
39 movq %r15, 48(%rdi) /* R15 */
40 movq %rsi, 56(%rdi) /* RSI */
48 movq (%rdi), %rbx
49 movq
[all...]
/external/valgrind/coregrind/m_syswrap/
H A Dsyscall-amd64-solaris.S53 movq %rsp, %rbp
58 movq %rsp, %rbx /* %rbx = %rbp - 8 */
71 movq -24(%rbp), %rdx
72 movq -32(%rbp), %rsi
73 movq $VKI_SIG_SETMASK, %rdi
74 movq $__NR_sigprocmask, %rax
81 movq $0, %rdx
82 movq -24(%rbp), %rsi
83 movq $VKI_SIG_SETMASK, %rdi
84 movq
[all...]
H A Dsyscall-amd64-darwin.S88 movq %rsp, %rbp
104 movq $__NR_rt_sigprocmask, %rax // syscall #
105 movq $VKI_SIG_SETMASK, %rdi // how
106 movq -24(%rbp), %rsi // sysmask
107 movq -32(%rbp), %rdx // postmask
108 movq -40(%rbp), %r10 // sigsetSzB in r10 not rcx
118 movq -16(%rbp), %r11 /* r11 = VexGuestAMD64State * */
119 movq OFFSET_amd64_RDI(%r11), %rdi
120 movq OFFSET_amd64_RSI(%r11), %rsi
121 movq OFFSET_amd64_RD
[all...]
/external/llvm/test/MC/COFF/
H A Dsecrel-variant.s11 movq values@SECREL32(%rax), %rcx
12 movq values@SECREL32+8(%rax), %rax
/external/valgrind/coregrind/m_mach/
H A Dmach_traps-amd64-darwin.S41 movq $__NR_task_self_trap, %rax
42 movq %rcx, %r10
52 // movq $__NR_host_self_trap, %rax
53 // movq %rcx, %r10
62 movq $__NR_thread_self_trap, %rax
63 movq %rcx, %r10
72 movq $__NR_mach_msg_trap, %rax
73 movq %rcx, %r10
82 movq $__NR_mach_reply_port, %rax
83 movq
[all...]
/external/syslinux/com32/lib/x86_64/
H A Dsetjmp.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
[all...]
/external/libunwind/src/x86_64/
H A Dgetcontext.S43 movq %r12, UC_MCONTEXT_GREGS_R12(%rdi)
44 movq %r13, UC_MCONTEXT_GREGS_R13(%rdi)
45 movq %r14, UC_MCONTEXT_GREGS_R14(%rdi)
46 movq %r15, UC_MCONTEXT_GREGS_R15(%rdi)
47 movq %rbp, UC_MCONTEXT_GREGS_RBP(%rdi)
48 movq %rbx, UC_MCONTEXT_GREGS_RBX(%rdi)
52 movq %r8, UC_MCONTEXT_GREGS_R8(%rdi)
53 movq %r9, UC_MCONTEXT_GREGS_R9(%rdi)
54 movq %rdi, UC_MCONTEXT_GREGS_RDI(%rdi)
55 movq
[all...]
/external/boringssl/linux-x86_64/crypto/fipsmodule/
H A Dx86_64-mont.S14 movq %rsp,%rax
42 movq %rsp,%r11
58 movq (%rsp),%r11
66 movq (%rsp),%r11
71 movq %rax,8(%rsp,%r9,8)
74 movq %rdx,%r12
75 movq (%r8),%r8
76 movq (%r12),%rbx
77 movq (%rsi),%rax
82 movq
[all...]
H A Dp256-x86_64-asm.S39 movq %r8,%rax
42 movq %r9,%rdx
46 movq %r10,%rcx
49 movq %r11,%r12
55 movq %r8,0(%rdi)
57 movq %r9,8(%rdi)
59 movq %r10,16(%rdi)
60 movq %r11,24(%rdi)
84 movq %rdx,%rbx
85 movq
[all...]
H A Dsha512-x86_64.S22 movq %rsp,%rax
33 movq %rdi,128+0(%rsp)
34 movq %rsi,128+8(%rsp)
35 movq %rdx,128+16(%rsp)
36 movq %rax,128+24(%rsp)
39 movq 0(%rdi),%rax
40 movq 8(%rdi),%rbx
41 movq 16(%rdi),%rcx
42 movq 24(%rdi),%rdx
43 movq 3
[all...]
/external/boringssl/mac-x86_64/crypto/fipsmodule/
H A Dx86_64-mont.S13 movq %rsp,%rax
41 movq %rsp,%r11
57 movq (%rsp),%r11
65 movq (%rsp),%r11
70 movq %rax,8(%rsp,%r9,8)
73 movq %rdx,%r12
74 movq (%r8),%r8
75 movq (%r12),%rbx
76 movq (%rsi),%rax
81 movq
[all...]
H A Dp256-x86_64-asm.S38 movq %r8,%rax
41 movq %r9,%rdx
45 movq %r10,%rcx
48 movq %r11,%r12
54 movq %r8,0(%rdi)
56 movq %r9,8(%rdi)
58 movq %r10,16(%rdi)
59 movq %r11,24(%rdi)
83 movq %rdx,%rbx
84 movq
[all...]
H A Dsha512-x86_64.S21 movq %rsp,%rax
32 movq %rdi,128+0(%rsp)
33 movq %rsi,128+8(%rsp)
34 movq %rdx,128+16(%rsp)
35 movq %rax,128+24(%rsp)
38 movq 0(%rdi),%rax
39 movq 8(%rdi),%rbx
40 movq 16(%rdi),%rcx
41 movq 24(%rdi),%rdx
42 movq 3
[all...]
/external/libvpx/libvpx/vp8/common/x86/
H A Drecon_mmx.asm32 movq mm0, [rsi]
37 movq mm1, [rsi+rax]
38 movq mm2, [rsi+rax*2]
43 movq [rdi], mm0
46 movq [rdi+rcx], mm1
47 movq [rdi+rcx*2], mm2
51 movq mm3, [rsi]
54 movq mm4, [rsi+rax]
56 movq mm5, [rsi+rax*2]
57 movq [rd
[all...]
H A Ddequantize_mmx.asm30 movq mm1, [rsi]
32 movq [rdi], mm1
34 movq mm1, [rsi+8]
36 movq [rdi+8], mm1
38 movq mm1, [rsi+16]
40 movq [rdi+16], mm1
42 movq mm1, [rsi+24]
44 movq [rdi+24], mm1
72 movq mm0, [rax ]
75 movq mm
[all...]
/external/boringssl/linux-x86/crypto/fipsmodule/
H A Dsha512-586.S34 movq (%esi),%mm0
36 movq 8(%esi),%mm1
38 movq 16(%esi),%mm2
40 movq 24(%esi),%mm3
41 movq 32(%esi),%mm4
42 movq 40(%esi),%mm5
43 movq 48(%esi),%mm6
44 movq 56(%esi),%mm7
51 movq %mm1,8(%esp)
52 movq
[all...]
/external/boringssl/mac-x86/crypto/fipsmodule/
H A Dsha512-586.S33 movq (%esi),%mm0
35 movq 8(%esi),%mm1
37 movq 16(%esi),%mm2
39 movq 24(%esi),%mm3
40 movq 32(%esi),%mm4
41 movq 40(%esi),%mm5
42 movq 48(%esi),%mm6
43 movq 56(%esi),%mm7
50 movq %mm1,8(%esp)
51 movq
[all...]
/external/libffi/src/x86/
H A Dunix64.S49 movq (%rsp), %r10 /* Load return address. */
51 movq %rdx, (%rax) /* Save flags. */
52 movq %rcx, 8(%rax) /* Save raddr. */
53 movq %rbp, 16(%rax) /* Save old frame pointer. */
54 movq %r10, 24(%rax) /* Relocate return address. */
55 movq %rax, %rbp /* Finalize local stack frame. */
57 movq %rdi, %r10 /* Save a copy of the register area. */
58 movq %r8, %r11 /* Save a copy of the target fn. */
62 movq (%r10), %rdi
63 movq
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
H A Dunix64.S49 movq (%rsp), %r10 /* Load return address. */
51 movq %rdx, (%rax) /* Save flags. */
52 movq %rcx, 8(%rax) /* Save raddr. */
53 movq %rbp, 16(%rax) /* Save old frame pointer. */
54 movq %r10, 24(%rax) /* Relocate return address. */
55 movq %rax, %rbp /* Finalize local stack frame. */
57 movq %rdi, %r10 /* Save a copy of the register area. */
58 movq %r8, %r11 /* Save a copy of the target fn. */
62 movq (%r10), %rdi
63 movq
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/x86/
H A Dunix64.S49 movq (%rsp), %r10 /* Load return address. */
51 movq %rdx, (%rax) /* Save flags. */
52 movq %rcx, 8(%rax) /* Save raddr. */
53 movq %rbp, 16(%rax) /* Save old frame pointer. */
54 movq %r10, 24(%rax) /* Relocate return address. */
55 movq %rax, %rbp /* Finalize local stack frame. */
57 movq %rdi, %r10 /* Save a copy of the register area. */
58 movq %r8, %r11 /* Save a copy of the target fn. */
62 movq (%r10), %rdi
63 movq
[all...]

Completed in 698 milliseconds

1234567891011