Searched refs:rdx (Results 51 - 66 of 66) sorted by relevance

123

/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/
H A Dsha1-x86_64.S36 movq %rdx,%r10
59 leal 1518500249(%rdx,%r13,1),%r13d
98 leal 1518500249(%rdx,%rdi,1),%edi
137 leal 1518500249(%rdx,%r12,1),%r12d
176 leal 1518500249(%rdx,%rsi,1),%esi
215 leal 1518500249(%rdx,%r11,1),%r11d
255 leal 1518500249(%rdx,%r13,1),%r13d
300 leal 1518500249(%rdx,%rdi,1),%edi
343 leal 1859775393(%rdx,%r12,1),%r12d
385 leal 1859775393(%rdx,
[all...]
H A Dsha256-x86_64.S29 shlq $4,%rdx
31 leaq (%rsi,%rdx,4),%rdx
35 movq %rdx,64+16(%rsp)
1765 shlq $4,%rdx
1767 leaq (%rsi,%rdx,4),%rdx
1771 movq %rdx,64+16(%rsp)
2860 shlq $4,%rdx
2862 leaq (%rsi,%rdx,
[all...]
/fuchsia/zircon/kernel/arch/x86/
H A Ddebugger.cpp35 static_assert(SYSCALL_OFFSETS_EQUAL(rdx), "");
71 COPY_REG(out, in, rdx); \
H A Dfaults.cpp49 frame->rax, frame->rbx, frame->rcx, frame->rdx);
/fuchsia/zircon/kernel/lib/crashlog/
H A Dcrashlog.cpp162 crashlog.iframe->rdx,
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Dbsaes-x86_64.pl114 my ($inp,$out,$len,$key,$ivp)=("%rdi","%rsi","%rdx","%rcx");
1158 my ($arg1,$arg2,$arg3,$arg4,$arg5,$arg6)=$win64 ? ("%rcx","%rdx","%r8","%r9","%r10","%r11d")
1159 : ("%rdi","%rsi","%rdx","%rcx","%r8","%r9d");
2500 mov $out, %rdx
2504 movzb -16(%rdx), %ecx
2506 mov %al, -16(%rdx)
2507 mov %cl, 0(%rdx)
2508 lea 1(%rdx), %rdx
2923 mov $out, %rdx
[all...]
H A Daesni-x86_64.pl210 @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
211 ("%rdi","%rsi","%rdx","%rcx"); # Unix order
220 $len="%rdx";
1251 mov %rdx,%r10 # about to borrow %rdx
1255 lea 2($ctr),%rdx
1265 mov %r10,%rdx # restore %rdx
4390 mov $bits,80(%rax) # 240(%rdx)
4486 mov $bits,48(%rax) # 240(%rdx)
[all...]
/fuchsia/zircon/system/utest/hypervisor/
H A Dguest.cpp408 .rdx = 3u,
470 EXPECT_EQ(vcpu_state.rdx, 6u);
/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
334 : "rdx");
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/asm/
H A Dsha1-x86_64.pl126 $num="%rdx"; # 3rd arg
292 mov %rdx,$num # reassigned argument
341 my ($ctx,$inp,$num)=("%rdi","%rsi","%rdx");
503 mov %rdx,$num # reassigned argument
964 mov %rdx,$num # reassigned argument
1328 mov %rdx,$num # reassigned argument
1790 $frame="%rdx";
1938 mov 8(%rsi),%rdx # arg2, disp->ImageBase
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/cipher_extra/asm/
H A Daes128gcmsiv-x86_64.pl201 # parameter 3: %rdx LEN - length of BUFFER in bytes
208 my $len = "%rdx";
405 # parameter 3: %rdx INp - pointer to input
410 my $INp = "%rdx";
609 # parameter 4: %rdx Pointer to keys
620 vmovdqa %xmm1, (%rdx) # KEY[0] = first 16 bytes of random key
626 ${\$round->(1, "%rdx")}
627 ${\$round->(2, "%rdx")}
628 ${\$round->(3, "%rdx")}
629 ${\$round->(4, "%rdx")}
[all...]
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvcpu.cpp789 out->rdx = in.rdx;
/fuchsia/zircon/system/utest/debugger/
H A Dutils.cpp93 DUMP_NAMED_REG(rdx);
/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");
997 $frame="%rdx";
1069 mov 8(%rsi),%rdx # arg2, disp->ImageBase
H A Dghash-x86_64.pl131 $rem="%rdx";
259 $inp="%rdx";
319 &mov ("%rdx","8($inp)");
321 &xor ("%rdx",$Zlo);
323 &mov ("8($Xi)","%rdx");
324 &shr ("%rdx",32);
419 @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
420 ("%rdi","%rsi","%rdx","%rcx"); # Unix order
1620 $frame="%rdx";
1687 mov 8(%rsi),%rdx # arg
[all...]
/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");
2506 $frame="%rdx";
2571 mov 8(%rsi),%rdx # arg2, disp->ImageBase

Completed in 101 milliseconds

123