OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r11d
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/md5/asm/
md5-x86_64.pl
17
# %
r11d
= z' (copy of z for the next step)
24
$code .= " mov %edx, %
r11d
/* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
26
xor $y, %
r11d
/* y ^ ... */
28
and $x, %
r11d
/* x & ... */
29
xor $z, %
r11d
/* z ^ ... */
31
add %
r11d
, $dst /* dst += ... */
33
mov $y, %
r11d
/* (NEXT STEP) z' = $y */
41
# %
r11d
= y' (copy of y for the next step)
48
$code .= " mov %ecx, %
r11d
/* (NEXT STEP) y' = %ecx */\n" if ($pos == -1);
50
xor $x, %
r11d
/* x ^ ... *
[
all
...]
/external/zlib/contrib/masmx64/
gvmat64.asm
57
;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far ->
r11d
254
mov
r11d
, prev_length
443
cmp eax,
r11d
458
mov
r11d
, eax
473
mov
r11d
,MAX_MATCH
481
mov eax,
r11d
484
cmp
r11d
, eax
485
cmovng eax,
r11d
/external/openssl/crypto/rc4/asm/
rc4-x86_64.pl
295
mov ($dat,$idx,4),%
r11d
298
mov %
r11d
,($dat,$ido,4)
Completed in 210 milliseconds