/external/chromium_org/third_party/openssl/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 | 52 $acc0="%esi"; $mask80="%rsi"; 1019 and $mask80,$acc0 1020 and $mask80,$acc8 1038 and $mask80,$acc0 1039 and $mask80,$acc8 1057 and $mask80,$acc0 1058 and $mask80,$acc8 1119 `"mov 0($sbox),$mask80" if ($prefetch)` 1165 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...] |
/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 | 786 $mask80=$i1; 791 mov $mask80,#0x80 793 orr $mask80,$mask80,#0x8000 795 orr $mask80,$mask80,$mask80,lsl#16 798 mvn $mask7f,$mask80 801 .Lmix: and $t1,$s0,$mask80 807 and $t1,$s1,$mask80 [all...] |
aes-x86_64.pl | 52 $acc0="%esi"; $mask80="%rsi"; 1019 and $mask80,$acc0 1020 and $mask80,$acc8 1038 and $mask80,$acc0 1039 and $mask80,$acc8 1057 and $mask80,$acc0 1058 and $mask80,$acc8 1119 `"mov 0($sbox),$mask80" if ($prefetch)` 1165 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...] |