Searched refs:tp8 (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_convolve8_dspr2.c1168 uint32_t tp5, tp6, tp7, tp8; local
1184 "ulw %[tp8], 28(%[src]) \n\t"
1193 "sw %[tp8], 28(%[dst]) \n\t" /* store */
1198 [tp7] "=&r" (tp7), [tp8] "=&r" (tp8)
1210 uint32_t tp5, tp6, tp7, tp8; local
1231 "ulw %[tp8], 28(%[src]) \n\t"
1240 "sw %[tp8], 28(%[dst]) \n\t" /* store */
1249 "ulw %[tp8], 60(%[src]) \n\t"
1258 "sw %[tp8], 6
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_convolve8_dspr2.c1168 uint32_t tp5, tp6, tp7, tp8; local
1184 "ulw %[tp8], 28(%[src]) \n\t"
1193 "sw %[tp8], 28(%[dst]) \n\t" /* store */
1198 [tp7] "=&r" (tp7), [tp8] "=&r" (tp8)
1210 uint32_t tp5, tp6, tp7, tp8; local
1231 "ulw %[tp8], 28(%[src]) \n\t"
1240 "sw %[tp8], 28(%[dst]) \n\t" /* store */
1249 "ulw %[tp8], 60(%[src]) \n\t"
1258 "sw %[tp8], 6
[all...]
/external/openssl/crypto/aes/
H A Daes_x86core.c597 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
607 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
609 tp9 = tp8 ^ tp1;
612 tpe = tp8 ^ tp4 ^ tp2;
905 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
916 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
918 tp9 = tp8 ^ tp1;
921 tpe = tp8 ^ tp4 ^ tp2;
981 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
992 tp8
[all...]
H A Daes_core.c1329 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
1339 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
1341 tp9 = tp8 ^ tp1;
1344 tpe = tp8 ^ tp4 ^ tp2;
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
H A Daes-586.pl1276 my $tp8 = $tbl;
1303 &lea ($tp8,&DWP(0,$tp4,$tp4));
1305 &and ($tp8,0xfefefefe);
1309 &xor ($tp8,$acc);
1312 &xor ($tp2,$tp8);
1314 &xor ($tp4,$tp8);
1316 &xor ($s[$i],$tp8); # ^= tp8^(tp4^tp1)^(tp2^tp1)
1318 &xor ($s[$i],$tp2); # ^= ROTATE(tp8^tp2^tp1,24)
1319 &rotl ($tp8,
[all...]
H A Daes-x86_64.pl1074 xor $tp80,$tp10 # tp1^=tp8
1075 xor $tp88,$tp18 # tp1^=tp8
1076 xor $tp80,$tp20 # tp2^tp1^=tp8
1077 xor $tp88,$tp28 # tp2^tp1^=tp8
1080 xor $tp80,$tp40 # tp4^tp1^=tp8
1082 xor $tp88,$tp48 # tp4^tp1^=tp8
1084 xor $tp20,$tp80 # tp8^=tp8^tp2^tp1=tp2^tp1
1085 rol \$8,`&LO("$tp10")` # ROTATE(tp1^tp8,8)
1086 xor $tp28,$tp88 # tp8
[all...]
/external/openssl/crypto/aes/asm/
H A Daes-586.pl1271 my $tp8 = $tbl;
1298 &lea ($tp8,&DWP(0,$tp4,$tp4));
1300 &and ($tp8,0xfefefefe);
1304 &xor ($tp8,$acc);
1307 &xor ($tp2,$tp8);
1310 &xor ($tp4,$tp8);
1312 &xor ($s[$i],$tp8); # ^= tp8^(tp4^tp1)^(tp2^tp1)
1313 &rotl ($tp8,8);
1314 &xor ($s[$i],$tp2); # ^= ROTATE(tp8
[all...]
H A Daes-x86_64.pl1078 xor $tp80,$tp10 # tp1^=tp8
1079 xor $tp88,$tp18 # tp1^=tp8
1080 xor $tp80,$tp20 # tp2^tp1^=tp8
1081 xor $tp88,$tp28 # tp2^tp1^=tp8
1084 xor $tp80,$tp40 # tp4^tp1^=tp8
1085 xor $tp88,$tp48 # tp4^tp1^=tp8
1088 xor $tp20,$tp80 # tp8^=tp8^tp2^tp1=tp2^tp1
1089 xor $tp28,$tp88 # tp8^=tp8
[all...]
H A Daes-mips.pl1094 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3);
1178 srl $tp8,$m,7
1180 subu $m,$tp8
1185 and $tp8,$tp4,$x7f7f7f7f
1187 addu $tp8,$tp8 # tp8<<1
1190 xor $tp8,$m
1192 xor $tp9,$tp8,$tp1
1193 xor $tpe,$tp8,
[all...]
H A Daes-armv4.S792 eor r3,r4,r3,lsl#1 @ tp8
H A Daes-mips.S966 addu $11,$11 # tp8<<1
/external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
H A Daes-armv4.S797 eor r3,r4,r3,lsl#1 @ tp8

Completed in 3154 milliseconds