HomeSort by relevance Sort by last modified time
    Searched refs:Xload (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/sha/asm/
sha1-armv4-large.pl 26 # small = detached Xload/update, loops are folded;
27 # compact = detached Xload/update, 5x unroll;
28 # large = interleaved Xload/update, 5x unroll;
29 # full unroll = interleaved Xload/update, full unroll, estimated[!];
63 sub Xload {
105 &Xload(@_);
sha512-sparcv9.pl 120 $Xload = sub {
161 $Xload = sub {
176 sllx @pair[1],$tmp31,$tmp2 ! Xload($i)
193 sllx @pair[1],$tmp31,$tmp2 ! Xload($i)
216 &$Xload(@_);

Completed in 63 milliseconds