Searched refs:rdi (Results 51 - 68 of 68) sorted by relevance

123

/fuchsia/zircon/kernel/lib/crashlog/
H A Dcrashlog.cpp164 crashlog.iframe->rdi,
/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/
H A Dmd5-x86_64.S19 movq %rdi,%rbp
21 leaq (%rsi,%rdx,1),%rdi
33 cmpq %rdi,%rsi
652 cmpq %rdi,%rsi
H A Dsha1-x86_64.S32 movq %rdi,%r8
98 leal 1518500249(%rdx,%rdi,1),%edi
163 leal 1518500249(%r14,%rdi,1),%edi
228 leal 1518500249(%rbp,%rdi,1),%edi
300 leal 1518500249(%rdx,%rdi,1),%edi
371 leal 1859775393(%r14,%rdi,1),%edi
441 leal 1859775393(%rbp,%rdi,1),%edi
511 leal 1859775393(%rdx,%rdi,1),%edi
581 leal 1859775393(%r14,%rdi,1),%edi
660 leal -1894007588(%rbp,%rdi,
[all...]
H A Dbsaes-x86_64.S1106 movq %rdi,%r12
1304 leaq (%r12),%rdi
1376 movq %rdi,%r12
1520 leaq 32(%rbp),%rdi
1597 movq %rdi,%r12
1602 leaq (%r9),%rdi
1972 leaq 32(%rbp),%rdi
2003 leaq 32(%rbp),%rdi
2072 movq %rdi,%r12
2077 leaq (%r9),%rdi
[all...]
/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");
1007 push %rdi
1051 lea 512($context),%rdi # & context.Xmm6
1056 mov 8(%rax),%rdi
1060 mov %rdi,176($context) # restore context->Rdi
1062 mov 40($disp),%rdi # disp->ContextRecord
1090 pop %rdi
H A Dghash-x86_64.pl126 $Xi="%rdi";
420 ("%rdi","%rsi","%rdx","%rcx"); # Unix order
1630 push %rdi
1674 mov 8(%rax),%rdi
1678 mov %rdi,176($context) # restore context->Rdi
1680 mov 40($disp),%rdi # disp->ContextRecord
1708 pop %rdi
/fuchsia/zircon/system/utest/hypervisor/
H A Dguest.cpp413 .rdi = 8u,
475 EXPECT_EQ(vcpu_state.rdi, 16u);
H A Dx86.S224 add $8, %rdi
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/cipher_extra/asm/
H A Daes128gcmsiv-x86_64.pl126 my $Htbl = "%rdi";
166 my $Htbl = "%rdi";
199 # parameter 1: %rdi Htable - pointer to Htable
206 my $Htbl = "%rdi";
403 # parameter 1: %rdi T - pointers to POLYVAL output
408 my $T = "%rdi";
455 # parameter 1: %rdi
463 vmovdqu (%rdi), %xmm1 # xmm1 = user key
516 # parameter 1: %rdi
524 vmovdqu (%rdi),
[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");
166 $ctx="%rdi"; # 1st arg, zapped by $a3
536 my ($ctx,$inp,$num,$Tbl)=("%rdi","%rsi","%rdx","%rcx");
2166 push %rdi
2225 lea 512($context),%rdi # &context.Xmm6
2230 mov 8(%rax),%rdi
2234 mov %rdi,176($context) # restore context->Rdi
2236 mov 40($disp),%rdi # disp->ContextRecord
2264 pop %rdi
2275 push %rdi
[all...]
/fuchsia/zircon/kernel/arch/x86/include/arch/
H A Dx86.h29 uint64_t rdi, rsi, rbp, rbx, rdx, rcx, rax; // pushed by common handler member in struct:x86_64_iframe
/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");
285 mov %rsi,%rdi
286 shr \$32,%rdi # "@x[9]"
2516 push %rdi
2558 mov 8(%rax),%rdi
2562 mov %rdi,176($context) # restore context->Rdi
2564 mov 40($disp),%rdi # disp->ContextRecord
2592 pop %rdi
2601 push %rdi
2630 lea 512($context),%rdi #
[all...]
/fuchsia/zircon/kernel/arch/x86/
H A Dfaults.cpp51 frame->rsi, frame->rdi, frame->rbp, frame->user_sp);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Daesni-x86_64.pl211 ("%rdi","%rsi","%rdx","%rcx"); # Unix order
218 $inp="%rdi";
3757 xchg $inp,$out # $inp is %rsi and $out is %rdi now
3763 lea -16(%rdi),%rdi # rewind $out by 1 block
3765 mov %rdi,%rsi # $inp and $out are the same
4207 mov $out,%rdi
4758 push %rdi
4787 lea 512($context),%rdi # &context.Xmm6
4799 push %rdi
[all...]
H A Dbsaes-x86_64.pl114 my ($inp,$out,$len,$key,$ivp)=("%rdi","%rsi","%rdx","%rcx");
1159 : ("%rdi","%rsi","%rdx","%rcx","%r8","%r9d");
3066 push %rdi
3100 lea 512($context),%rdi # &context.Xmm6
3122 mov 40($disp),%rdi # disp->ContextRecord
3150 pop %rdi
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvcpu.cpp793 out->rdi = in.rdi;
H A Dvmexit.cpp384 *out = guest_state->rdi;
/fuchsia/zircon/system/utest/debugger/
H A Dutils.cpp95 DUMP_NAMED_REG(rdi);

Completed in 215 milliseconds

123