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

  /external/openssl/crypto/aes/asm/
aes-ppc.pl 106 $mask80=$Tbl2;
628 lis $mask80,0x8080
632 ori $mask80,$mask80,0x8080
699 and $acc00,$s0,$mask80 # r1=r0&0x80808080
700 and $acc01,$s1,$mask80
701 and $acc02,$s2,$mask80
702 and $acc03,$s3,$mask80
704 andc $acc08,$s0,$mask80 # r0&0x7f7f7f7f
706 andc $acc09,$s1,$mask80
    [all...]
aes-armv4.pl 720 $mask80=$i1;
725 mov $mask80,#0x80
727 orr $mask80,$mask80,#0x8000
729 orr $mask80,$mask80,$mask80,lsl#16
732 mvn $mask7f,$mask80
735 .Lmix: and $t1,$s0,$mask80
741 and $t1,$s1,$mask80
    [all...]
aes-x86_64.pl 51 $acc0="%esi"; $mask80="%rsi";
1018 and $mask80,$acc0
1019 and $mask80,$acc8
1037 and $mask80,$acc0
1038 and $mask80,$acc8
1056 and $mask80,$acc0
1057 and $mask80,$acc8
1118 `"mov 0($sbox),$mask80" if ($prefetch)`
1164 mov 256+0($sbox),$mask80
    [all...]
aes-s390x.pl 1109 $mask80=$i1;
1116 llilh $mask80,0x8080
1119 oill $mask80,0x8080
1126 ngr $s1,$mask80
1135 ngr $s2,$mask80
1144 ngr $s3,$mask80
    [all...]

Completed in 46 milliseconds