Lines Matching refs:movq
66 movq %rdi, %rax
73 movq SCTX_R8(%rsi), %r8
74 movq SCTX_R9(%rsi), %r9
75 movq SCTX_R10(%rsi), %r10
76 movq SCTX_R11(%rsi), %r11
77 movq SCTX_R12(%rsi), %r12
78 movq SCTX_R13(%rsi), %r13
79 movq SCTX_R14(%rsi), %r14
80 movq SCTX_R15(%rsi), %r15
81 movq SCTX_RBP(%rsi), %rbp
82 movq SCTX_RBX(%rsi), %rbx
83 movq SCTX_RCX(%rsi), %rcx
84 movq SCTX_RDX(%rsi), %rdx
85 movq SCTX_RDI(%rsi), %rdi
86 movq SCTX_RSI(%rsi), %rsi /* %rsi must be restored last */
97 movq %r8, SCTX_R8(%rax)
98 movq %r9, SCTX_R9(%rax)
99 movq %r10, SCTX_R10(%rax)
100 movq %r11, SCTX_R11(%rax)
101 movq %r12, SCTX_R12(%rax)
102 movq %r13, SCTX_R13(%rax)
103 movq %r14, SCTX_R14(%rax)
104 movq %r15, SCTX_R15(%rax)
105 movq %rbp, SCTX_RBP(%rax)
106 movq %rbx, SCTX_RBX(%rax)
107 movq %rcx, SCTX_RCX(%rax)
108 movq %rdx, SCTX_RDX(%rax)
109 movq %rdi, SCTX_RDI(%rax)
110 movq %rsi, SCTX_RSI(%rax)