Searched refs:r8 (Results 26 - 50 of 50) sorted by relevance

12

/fuchsia/zircon/system/utest/core/threads/
H A Dregister-set.cpp111 CHECK_REG(r8);
195 static_assert(offsetof(zx_thread_state_general_regs_t, r8) == 8 * 8, "");
222 "movq 8*8(%rdi), %r8\n"
407 "movq %r8, 8*8(%rsp)\n"
/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/chacha/
H A Dchacha-x86_64.S59 movdqu (%r8),%xmm3
316 movdqu (%r8),%xmm3
324 movq $10,%r8
334 movq $10,%r8
383 decq %r8
420 xorq %r8,%r8
423 movzbl (%rsi,%r8,1),%eax
424 movzbl (%rsp,%r8,1),%ecx
425 leaq 1(%r8),
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Dvpaes-x86_64.pl315 movdqa (%r8,%r10),%xmm1
318 xor \$0x30, %r8
435 movdqa (%r8,%r10),%xmm1
604 ## Keeps track of round number mod 4 in %r8
669 movdqa (%r8,%r10),%xmm1
671 add \$-16, %r8
672 and \$0x30, %r8
868 my ($inp,$out,$len,$key,$ivp,$enc)=("%rdi","%rsi","%rdx","%rcx","%r8","%r9");
1081 $context="%r8";
1139 mov 0(%rsi),%r8 # arg
[all...]
H A Daes-x86_64.pl63 $inp="%r8";
1033 { my ($tp10,$tp20,$tp40,$tp80,$acc0)=("%rax","%r8", "%r9", "%r10","%rbx");
1625 mov (%rsp),%r8 # restore key schedule
1629 mov 240(%r8),%r14d # pull number of rounds
1632 mov %r8,%rsi
1633 lea (%r8,%rcx,4),%rdi # pointer to last chunk
1655 mov %r8,$key
1790 mov %r8,$_ivp # save copy of ivp
1792 mov %r8,%rbp # rearrange input arguments
2000 mov %r8,
[all...]
H A Daesv8-armx.pl378 stmdb sp!,{r4-r8,lr}
672 ldmia sp!,{r4-r8,pc}
H A Daesni-x86_64.pl210 @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
222 $ivp="%r8"; # cbc, ctr, ...
1756 my ($key2,$ivp,$len_)=("%r8","%r9","%r9");
1788 mov 240(%r8),$rounds # key2->rounds
1840 lea .Lxts_magic(%rip),%r8
1911 movdqa (%r8),$twmask # start calculating next tweak
2326 lea .Lxts_magic(%rip),%r8
2397 movdqa (%r8),$twmask # start calculating next tweak
2763 my ($block_num,$offset_p)=("%r8","%r9"); # 5th and 6th arguments
4747 $context="%r8";
[all...]
H A Dbsaes-x86_64.pl1158 my ($arg1,$arg2,$arg3,$arg4,$arg5,$arg6)=$win64 ? ("%rcx","%rdx","%r8","%r9","%r10","%r11d")
1159 : ("%rdi","%rsi","%rdx","%rcx","%r8","%r9d");
3057 $context="%r8";
3130 mov 0(%rsi),%r8 # arg3, disp->ControlPc
/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/
H A Daesni-gcm-x86_64.S31 vmovdqu %xmm1,(%r8)
288 vmovdqu (%r8),%xmm1
363 vmovdqu (%r8),%xmm1
365 movl 12(%r8),%ebx
571 vmovdqu (%r8),%xmm1
573 movl 12(%r8),%ebx
H A Dbsaes-x86_64.S1110 movq %r8,%rbx
1374 movdqu (%r8),%xmm0
1604 leaq (%r8),%rdx
2079 leaq (%r8),%rdx
/fuchsia/zircon/kernel/arch/x86/
H A Ddebugger.cpp40 static_assert(SYSCALL_OFFSETS_EQUAL(r8), "");
75 COPY_REG(out, in, r8); \
H A Dfaults.cpp53 frame->r8, frame->r9, frame->r10, frame->r11);
/fuchsia/zircon/kernel/lib/crashlog/
H A Dcrashlog.cpp167 crashlog.iframe->r8,
/fuchsia/zircon/system/utest/hypervisor/
H A Dguest.cpp414 .r8 = 9u,
476 EXPECT_EQ(vcpu_state.r8, 18u);
H A Dx86.S225 add $9, %r8
/fuchsia/zircon/kernel/arch/x86/include/arch/
H A Dx86.h30 uint64_t r8, r9, r10, r11, r12, r13, r14, r15; // pushed by common handler member in struct:x86_64_iframe
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/md5/asm/
H A Dmd5-x86_64.pl269 my $context="%r8";
329 mov 0(%rsi),%r8 # arg3, disp->ControlPc
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvcpu.cpp794 out->r8 = in.r8;
H A Dvmexit.cpp387 *out = guest_state->r8;
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/asm/
H A Dsha1-x86_64.pl129 $ctx="%r8";
380 lea 0x40($inp),%r8 # next input block
382 cmovne %r8,$inp
1791 $context="%r8";
1939 mov 0(%rsi),%r8 # arg3, disp->ControlPc
H A Dsha512-x86_64.pl145 "%r8", "%r9", "%r10","%r11");
2157 $context="%r8";
2244 mov 0(%rsi),%r8 # arg3, disp->ControlPc
/fuchsia/zircon/system/utest/debugger/
H A Dutils.cpp98 DUMP_NAMED_REG(r8);
H A Ddebugger.cpp103 // The segv was because r8 == 0, change it to a usable value. See test_prep_and_segv.
107 regs.r8 = regs.rsp;
1064 movq %[zero],%%r8\n\
1068 movq (%%r8),%%rax\
1072 : "rax", "r8", "r9", "r10");
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/asm/
H A Daesni-gcm-x86_64.pl74 ($inp,$out,$len,$key,$ivp,$Xip)=("%rdi","%rsi","%rdx","%rcx","%r8","%r9");
998 $context="%r8";
1070 mov 0(%rsi),%r8 # arg3, disp->ControlPc
H A Dghash-x86_64.pl121 $Zlo="%r8";
419 @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
1621 $context="%r8";
1688 mov 0(%rsi),%r8 # arg3, disp->ControlPc
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl74 ($out,$inp,$len,$key,$counter)=("%rdi","%rsi","%rdx","%rcx","%r8");
2507 $context="%r8";
2572 mov 0(%rsi),%r8 # arg3, disp->ControlPc

Completed in 147 milliseconds

12