Searched refs:rdi (Results 1 – 15 of 15) sorted by relevance
/external/openssl/crypto/aes/asm/ |
D | aes-x86_64.pl | 362 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/ |
D | unix64.S | 49 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 …]
|
D | darwin64.S | 49 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/ |
D | inffasx64.asm | 29 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 …]
|
D | gvmat64.asm | 46 ; register used : rax,rbx,rcx,rdx,rsi,rdi,r8,r9,r10,r11,r12
|
/external/openssl/crypto/x509v3/ |
D | v3_asid.c | 96 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 …]
|
D | x509v3.h | 662 ASIdentifierChoice *asnum, *rdi; member
|
/external/openssl/crypto/ |
D | x86_64cpuid.pl | 56 movl (%rdi),%eax 58 lock; cmpxchgl %r8d,(%rdi) 88 xorq %rdi,%rdi
|
/external/openssl/crypto/md5/asm/ |
D | md5-x86_64.pl | 125 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/ |
D | sha1-x86_64.pl | 41 $ctx="%rdi"; # 1st arg 73 mov %rdi,$ctx # reassigned argument
|
D | sha512-x86_64.pl | 78 $ctx="%rdi"; # 1st arg 79 $round="%rdi"; # zaps $ctx
|
/external/openssl/crypto/bn/asm/ |
D | x86_64-mont.pl | 28 $rp="%rdi"; # BN_ULONG *rp,
|
/external/openssl/crypto/rc4/asm/ |
D | rc4-x86_64.pl | 70 $dat="%rdi"; # arg1
|
/external/openssl/crypto/perlasm/ |
D | x86_64-xlate.pl | 328 "%rsi"=>0x01358d48, "%rdi"=>0x013d8d48,
|
/external/openssl/include/openssl/ |
D | x509v3.h | 662 ASIdentifierChoice *asnum, *rdi; member
|