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 104 $mask80=$Tbl2;
542 lis $mask80,0x8080
545 ori $mask80,$mask80,0x8080
610 and $acc00,$s0,$mask80 # r1=r0&0x80808080
611 and $acc01,$s1,$mask80
612 and $acc02,$s2,$mask80
613 and $acc03,$s3,$mask80
618 andc $acc08,$s0,$mask80 # r0&0x7f7f7f7f
619 andc $acc09,$s1,$mask80
    [all...]
aes-armv4.pl 647 $mask80=$i1;
652 mov $mask80,#0x80
654 orr $mask80,$mask80,#0x8000
656 orr $mask80,$mask80,$mask80,lsl#16
659 mvn $mask7f,$mask80
662 .Lmix: and $t1,$s0,$mask80
668 and $t1,$s1,$mask80
    [all...]
aes-s390x.pl 1065 $mask80=$i1;
1072 llilh $mask80,0x8080
1075 oill $mask80,0x8080
1082 ngr $s1,$mask80
1091 ngr $s2,$mask80
1100 ngr $s3,$mask80
aes-x86_64.pl 51 $acc0="%esi"; $mask80="%rsi";
1015 and $mask80,$acc0
1016 and $mask80,$acc8
1034 and $mask80,$acc0
1035 and $mask80,$acc8
1053 and $mask80,$acc0
1054 and $mask80,$acc8
1115 `"mov 0($sbox),$mask80" if ($prefetch)`
1161 mov 256+0($sbox),$mask80
    [all...]

Completed in 379 milliseconds