Searched refs:r12 (Results 1 - 25 of 52) sorted by relevance

123

/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/
H A Dsha512-x86_64.S25 pushq %r12
54 movq 0(%rsi),%r12
57 bswapq %r12
65 movq %r12,0(%rsp)
70 addq %r11,%r12
75 addq %r15,%r12
78 addq (%rbp),%r12
87 addq %r13,%r12
90 addq %r12,%rdx
91 addq %r12,
[all...]
H A Dbsaes-x86_64.S1089 pushq %r12
1091 .cfi_offset %r12,-32
1106 movq %rdi,%r12
1129 movdqu 0(%r12),%xmm15
1130 movdqu 16(%r12),%xmm0
1131 movdqu 32(%r12),%xmm1
1132 movdqu 48(%r12),%xmm2
1133 movdqu 64(%r12),%xmm3
1134 movdqu 80(%r12),%xmm4
1136 movdqu 96(%r12),
[all...]
H A Dghash-x86_64.S13 pushq %r12
107 pushq %r12
337 movzbq (%rsp,%rbx,1),%r12
339 xorq %r8,%r12
342 movzbq %r12b,%r12
352 movzwq (%r11,%r12,2),%r12
357 shlq $48,%r12
360 xorq %r12,%r9
375 movzbq (%rsp,%rbx,1),%r12
[all...]
H A Daesni-gcm-x86_64.S53 xorq %r12,%r12
66 negq %r12
73 andq $0x60,%r12
79 leaq (%r14,%r12,1),%r14
87 movbeq 80(%r14),%r12
91 movq %r12,40+8(%rsp)
124 movbeq 64(%r14),%r12
130 movq %r12,56+8(%rsp)
147 movbeq 48(%r14),%r12
[all...]
H A Daes-x86_64.S186 movzbl (%r14,%r12,1),%r12d
342 pushq %r12
343 .cfi_offset %r12,-32
401 movq -24(%rsi),%r12
402 .cfi_restore %r12
599 movzbl (%r14,%r12,1),%r12d
668 movq %rsi,%r12
670 andq %rcx,%r12
672 movq %r12,%rdx
675 shrq $7,%r12
[all...]
/fuchsia/zircon/system/ulib/zircon/
H A Dsyscalls-x86-64.S24 // arg 7: moved from 8(%rsp) to %r12
29 .cfi_same_value %r12
39 push_reg %r12
40 mov 0x10(%rsp), %r12 // Argument 7
43 pop_reg %r12
46 push_reg %r12
48 mov 0x18(%rsp), %r12 // Argument 7
53 pop_reg %r12
/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Dgeneral_regs.h41 uint64_t r12; member in struct:__anon29
H A Dvmx_state.h53 uint64_t r12; member in struct:HostState
78 uint64_t r12; member in struct:GuestState
102 static_assert(__offsetof(VmxState, host_state.r12) == HS_R12, "");
119 static_assert(__offsetof(VmxState, guest_state.r12) == GS_R12, "");
/fuchsia/zircon/kernel/arch/x86/
H A Dmexec.S26 mov %r8, %r12 /* Memmove Ops */
66 mov MEMMOV_OPS_DST_OFFSET (%r12), %rdi
67 mov MEMMOV_OPS_SRC_OFFSET (%r12), %rsi
68 mov MEMMOV_OPS_LEN_OFFSET (%r12), %rcx
H A Dasm.S17 push_reg %r12
28 pop_reg %r12
H A Dacpi.S13 uint64_t r8, r9, r10, r11, r12, r13, r14, r15;
37 mov %r12, 88(%rdi)
H A Dexceptions.S112 push_reg %r12
146 pop_reg %r12
H A Dsyscall.S26 // arg_7 from r12 to (%rsp)
34 push_value %r12
54 // arg_7 from r12 to (rsp)
60 push_value %r12
268 * r12 - arg 7
366 push_value %r12
395 pop_value %r12
/fuchsia/zircon/kernel/arch/x86/include/arch/
H A Dasm_macros.h67 .cfi_same_value %r12 ; \
86 .cfi_undefined %r12 ; \
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvmx.S24 mov %r12, HS_R12(%rdi)
53 mov GS_R12(%rsp), %r12
102 mov %r12, GS_R12(%rsp)
118 mov HS_R12(%rdi), %r12
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/md5/asm/
H A Dmd5-x86_64.pl135 push %r12
255 mov 16(%rsp),%r12
281 push %r12
305 mov -24(%rax),%r12
310 mov %r12,216($context) # restore context->R12
333 lea 24(%rsi),%r12 # &disp->EstablisherFrame
336 mov %r12,48(%rsp) # arg7
346 pop %r12
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/asm/
H A Daesni-gcm-x86_64.pl124 # the input buffer. Here, we set |%r12| to 96 if there are at least 96
126 # set |%r12| to 0 otherwise. In the case where we set |%r12| to 96,
128 # loop iteration. In the case where we set |%r12| to 0, we'll re-read
135 xor %r12,%r12
148 neg %r12
155 and \$0x60,%r12
161 lea ($in0,%r12),$in0
169 movbe 0x50($in0),%r12
[all...]
/fuchsia/zircon/system/utest/thread-initial-state/
H A Dx86-64.S58 check_general_purpose %r12
/fuchsia/zircon/third_party/ulib/musl/src/setjmp/x86_64/
H A Dsetjmp.S19 mov %r12, 8*JB_R12(%rdi)
/fuchsia/zircon/system/public/zircon/syscalls/
H A Dhypervisor.h47 uint64_t r12;
H A Ddebug.h29 uint64_t r12; member in struct:zx_thread_state_general_regs
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Daes-x86_64.pl607 push %r12
608 .cfi_push %r12
666 mov -24(%rsi),%r12
667 .cfi_restore %r12
1034 my ($tp18,$tp28,$tp48,$tp88,$acc8)=("%rcx","%r11","%r12","%r13","%rdx");
1221 push %r12
1222 .cfi_push %r12
1282 mov -24(%rsi),%r12
1283 .cfi_restore %r12
1335 push %r12 # redundan
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/asm/
H A Dsha512-x86_64.pl146 ($T1,$a0,$a1,$a2,$a3)=("%r12","%r13","%r14","%r15","%rdi");
301 push %r12
382 mov -24(%rsi),%r12
761 push %r12
1082 mov -24(%rsi),%r12
1105 push %r12
1459 mov -24(%rsi),%r12
1481 push %r12
1767 mov -24(%rsi),%r12
1832 push %r12
[all...]
H A Dsha1-x86_64.pl285 push %r12
329 mov -24(%rsi),%r12
485 push %r12
916 mov -24($fp),%r12
945 push %r12
1278 mov -24($fp),%r12
1310 push %r12
1755 mov -24($fp),%r12
1803 push %r12
1827 mov -24(%rax),%r12
[all...]
/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dsignal.h50 unsigned long r8, r9, r10, r11, r12, r13, r14, r15; member in struct:sigcontext

Completed in 186 milliseconds

123