Home
last modified time | relevance | path

Searched refs:rdi (Results 1 – 15 of 15) sorted by relevance

/external/openssl/crypto/aes/asm/
Daes-x86_64.pl362 mov %rdi,$inp
676 mov %rdi,$inp
756 mov %rdi,%rsi # %rsi=userKey
757 mov %rdx,%rdi # %rdi=key
761 test \$-1,%rdi
781 mov %eax,0(%rdi)
782 mov %ebx,4(%rdi)
783 mov %ecx,8(%rdi)
784 mov %edx,12(%rdi)
790 mov 0(%rdi),%eax # rk[0]
[all …]
/external/libffi/src/x86/
Dunix64.S49 leaq (%rdi, %rsi), %rax /* Find local stack base. */
56 movq %rdi, %r10 /* Save a copy of the register area. */
61 movq (%r10), %rdi
81 movq 8(%rbp), %rdi /* Reload raddr. */
118 movq %rax, (%rdi)
123 movq %rax, (%rdi)
128 movq %rax, (%rdi)
132 movq %rax, (%rdi)
137 movq %rax, (%rdi)
141 movq %rax, (%rdi)
[all …]
Ddarwin64.S49 leaq (%rdi, %rsi), %rax /* Find local stack base. */
56 movq %rdi, %r10 /* Save a copy of the register area. */
61 movq (%r10), %rdi
81 movq 8(%rbp), %rdi /* Reload raddr. */
116 movq %rax, (%rdi)
121 movq %rax, (%rdi)
126 movq %rax, (%rdi)
130 movq %rax, (%rdi)
135 movq %rax, (%rdi)
139 movq %rax, (%rdi)
[all …]
/external/zlib/contrib/masmx64/
Dinffasx64.asm29 mov [rsp-16],rdi
44 mov rdi, [rsp+32] ; /* rdi = out */
58 cmp r10, rdi
79 cmp r10, rdi
187 mov rax, rdi
194 mov rsi, rdi
202 mov [rdi], al
203 inc rdi
217 cmp [rsp+40], rdi ; /* if out == beg, outside window */
221 mov al, [rdi-1]
[all …]
Dgvmat64.asm46 ; register used : rax,rbx,rcx,rdx,rsi,rdi,r8,r9,r10,r11,r12
/external/openssl/crypto/x509v3/
Dv3_asid.c96 ASN1_EXP_OPT(ASIdentifiers, rdi, ASIdentifierChoice, 1)
163 i2r_ASIdentifierChoice(out, asid->rdi, indent, in i2r_ASIdentifiers()
210 choice = &asid->rdi; in v3_asid_add_inherit()
243 choice = &asid->rdi; in v3_asid_add_id_or_range()
377 ASIdentifierChoice_is_canonical(asid->rdi))); in v3_asid_is_canonical()
492 ASIdentifierChoice_canonize(asid->rdi))); in v3_asid_canonize()
633 (asid->rdi != NULL && in v3_asid_inherits()
634 asid->rdi->type == ASIdentifierChoice_inherit))); in v3_asid_inherits()
680 asid_contains(b->rdi->u.asIdsOrRanges, in v3_asid_subset()
681 a->rdi->u.asIdsOrRanges))); in v3_asid_subset()
[all …]
Dx509v3.h662 ASIdentifierChoice *asnum, *rdi; member
/external/openssl/crypto/
Dx86_64cpuid.pl56 movl (%rdi),%eax
58 lock; cmpxchgl %r8d,(%rdi)
88 xorq %rdi,%rdi
/external/openssl/crypto/md5/asm/
Dmd5-x86_64.pl125 mov %rdi, %rbp # rbp = ctx
127 lea (%rsi,%rdx), %rdi # rdi = end
139 cmp %rdi, %rsi # cmp end with ptr
225 cmp %rdi, %rsi # cmp end with ptr
/external/openssl/crypto/sha/asm/
Dsha1-x86_64.pl41 $ctx="%rdi"; # 1st arg
73 mov %rdi,$ctx # reassigned argument
Dsha512-x86_64.pl78 $ctx="%rdi"; # 1st arg
79 $round="%rdi"; # zaps $ctx
/external/openssl/crypto/bn/asm/
Dx86_64-mont.pl28 $rp="%rdi"; # BN_ULONG *rp,
/external/openssl/crypto/rc4/asm/
Drc4-x86_64.pl70 $dat="%rdi"; # arg1
/external/openssl/crypto/perlasm/
Dx86_64-xlate.pl328 "%rsi"=>0x01358d48, "%rdi"=>0x013d8d48,
/external/openssl/include/openssl/
Dx509v3.h662 ASIdentifierChoice *asnum, *rdi; member