Home
last modified time | relevance | path

Searched refs:shl2 (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/md5/asm/
Dmd5-sparcv9.pl44 ($shr,$shl1,$shl2)=("%i3","%i4","%i5");
77 sllx $tx,$shl2,$tx
314 mov 56,$shl2
316 sub $shl2,$shr,$shl2
318 and $shl2,32,$shl1
319 add $shl2,8,$shl2
321 sub $shl2,$shl1,$shl2 ! shr+shl1+shl2==64
345 sllx $tx,$shl2,$tx
/third_party/openssl/crypto/md5/asm/
Dmd5-sparcv9.pl44 ($shr,$shl1,$shl2)=("%i3","%i4","%i5");
77 sllx $tx,$shl2,$tx
314 mov 56,$shl2
316 sub $shl2,$shr,$shl2
318 and $shl2,32,$shl1
319 add $shl2,8,$shl2
321 sub $shl2,$shl1,$shl2 ! shr+shl1+shl2==64
345 sllx $tx,$shl2,$tx
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dshift-shift.c11 unsigned int shl2(unsigned int x) in shl2() function