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

  /external/openssl/crypto/aes/asm/
aes-ppc.pl 107 $mask1b=$Tbl3;
630 lis $mask1b,0x1b1b
634 ori $mask1b,$mask1b,0x1b1b
719 and $acc00,$acc00,$mask1b # (r1-(r1>>7))&0x1b1b1b1b
720 and $acc01,$acc01,$mask1b
721 and $acc02,$acc02,$mask1b
722 and $acc03,$acc03,$mask1b
1064 lis $mask1b,0x1b1b
1068 ori $mask1b,$mask1b,0x1b1
    [all...]
aes-armv4.pl 721 $mask1b=$i2;
726 mov $mask1b,#0x1b
728 orr $mask1b,$mask1b,#0x1b00
730 orr $mask1b,$mask1b,$mask1b,lsl#16
738 and $t1,$t1,$mask1b
744 and $t1,$t1,$mask1b
750 and $t1,$t1,$mask1b
    [all...]
aes-x86_64.pl 53 $acc2="%ebp"; $mask1b="%rbp";
1030 and $mask1b,$acc0
1031 and $mask1b,$acc8
1049 and $mask1b,$acc0
1050 and $mask1b,$acc8
1072 and $mask1b,$acc0
1073 and $mask1b,$acc8
1124 `"mov 128($sbox),$mask1b" if ($prefetch)`
1170 mov 256+16($sbox),$mask1b
    [all...]
aes-s390x.pl 1110 $mask1b=$i2;
1117 llilh $mask1b,0x1b1b
1120 oill $mask1b,0x1b1b
1129 nr $s1,$mask1b
1138 nr $s2,$mask1b
1147 nr $s3,$mask1b
    [all...]

Completed in 49 milliseconds