Searched refs:tp4 (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_convolve8_avg_dspr2.c452 uint32_t tp3, tp4, tn2; local
493 "ulw %[tp4], 4(%[dst]) \n\t"
496 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */
500 [tp3] "=&r" (tp3), [tp4] "=&r" (tp4),
520 "ulw %[tp4], 4(%[dst]) \n\t"
525 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */
528 "ulw %[tp4], 12(%[dst]) \n\t"
531 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */
535 [tp3] "=&r" (tp3), [tp4] "
[all...]
H A Dvp9_convolve8_dspr2.c1136 uint32_t tp1, tp2, tp3, tp4; local
1148 "ulw %[tp4], 12(%[src]) \n\t"
1153 "sw %[tp4], 12(%[dst]) \n\t" /* store */
1156 [tp3] "=&r" (tp3), [tp4] "=&r" (tp4)
1167 uint32_t tp1, tp2, tp3, tp4; local
1180 "ulw %[tp4], 12(%[src]) \n\t"
1189 "sw %[tp4], 12(%[dst]) \n\t" /* store */
1196 [tp3] "=&r" (tp3), [tp4] "=&r" (tp4),
1209 uint32_t tp1, tp2, tp3, tp4; local
[all...]
H A Dvp9_convolve2_avg_horiz_dspr2.c128 uint32_t tp1, tp2, tp3, tp4; local
159 "lbu %[tp4], 2(%[dst]) \n\t"
174 "addqh_r.w %[tp4], %[tp4], %[st1] \n\t"
176 "sb %[tp4], 2(%[dst]) \n\t"
226 "lbu %[tp4], 5(%[dst]) \n\t"
241 "addqh_r.w %[tp4], %[tp4], %[p2] \n\t"
248 "sb %[tp4], 5(%[dst]) \n\t"
252 [tp3] "=&r" (tp3), [tp4] "
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_convolve8_avg_dspr2.c452 uint32_t tp3, tp4, tn2; local
493 "ulw %[tp4], 4(%[dst]) \n\t"
496 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */
500 [tp3] "=&r" (tp3), [tp4] "=&r" (tp4),
520 "ulw %[tp4], 4(%[dst]) \n\t"
525 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */
528 "ulw %[tp4], 12(%[dst]) \n\t"
531 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */
535 [tp3] "=&r" (tp3), [tp4] "
[all...]
H A Dvp9_convolve8_dspr2.c1136 uint32_t tp1, tp2, tp3, tp4; local
1148 "ulw %[tp4], 12(%[src]) \n\t"
1153 "sw %[tp4], 12(%[dst]) \n\t" /* store */
1156 [tp3] "=&r" (tp3), [tp4] "=&r" (tp4)
1167 uint32_t tp1, tp2, tp3, tp4; local
1180 "ulw %[tp4], 12(%[src]) \n\t"
1189 "sw %[tp4], 12(%[dst]) \n\t" /* store */
1196 [tp3] "=&r" (tp3), [tp4] "=&r" (tp4),
1209 uint32_t tp1, tp2, tp3, tp4; local
[all...]
H A Dvp9_convolve2_avg_horiz_dspr2.c128 uint32_t tp1, tp2, tp3, tp4; local
159 "lbu %[tp4], 2(%[dst]) \n\t"
174 "addqh_r.w %[tp4], %[tp4], %[st1] \n\t"
176 "sb %[tp4], 2(%[dst]) \n\t"
226 "lbu %[tp4], 5(%[dst]) \n\t"
241 "addqh_r.w %[tp4], %[tp4], %[p2] \n\t"
248 "sb %[tp4], 5(%[dst]) \n\t"
252 [tp3] "=&r" (tp3), [tp4] "
[all...]
/external/openssl/crypto/aes/
H A Daes_x86core.c597 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
604 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
606 m = tp4 & 0x80808080;
607 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
611 tpd = tp9 ^ tp4;
612 tpe = tp8 ^ tp4 ^ tp2;
905 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
913 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
915 m = tp4 & 0x80808080;
916 tp8 = ((tp4
981 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
[all...]
H A Daes_core.c1329 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
1336 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
1338 m = tp4 & 0x80808080;
1339 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
1343 tpd = tp9 ^ tp4;
1344 tpe = tp8 ^ tp4 ^ tp2;
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
H A Daes-586.pl1275 my $tp4 = @s[($i+3)%4]; $tp4 = @s[3] if ($i==1);
1292 &lea ($tp4,&DWP(0,$tp2,$tp2));
1294 &and ($tp4,0xfefefefe);
1297 &xor ($tp4,$acc);
1300 &and ($tmp,$tp4);
1303 &lea ($tp8,&DWP(0,$tp4,$tp4));
1307 &xor ($tp4,$s[$i]); # tp4
[all...]
H A Daes-x86_64.pl1065 xor $tp10,$tp40 # tp4^=tp1
1066 xor $tp18,$tp48 # tp4^=tp1
1080 xor $tp80,$tp40 # tp4^tp1^=tp8
1082 xor $tp88,$tp48 # tp4^tp1^=tp8
1088 xor $tp40,$tp80 # tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2
1090 xor $tp48,$tp88 # tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2
1118 rol \$16,`&LO("$tp40")` # ROTATE(tp4^tp1^tp8,16)
1120 rol \$16,`&LO("$tp48")` # ROTATE(tp4
[all...]
/external/openssl/crypto/aes/asm/
H A Daes-586.pl1270 my $tp4 = @s[($i+3)%4]; $tp4 = @s[3] if ($i==1);
1287 &lea ($tp4,&DWP(0,$tp2,$tp2));
1289 &and ($tp4,0xfefefefe);
1292 &xor ($acc,$tp4);
1293 &mov ($tp4,$acc);
1298 &lea ($tp8,&DWP(0,$tp4,$tp4));
1302 &xor ($tp4,$s[$i]); # tp4
[all...]
H A Daes-x86_64.pl1069 xor $tp10,$tp40 # tp4^=tp1
1070 xor $tp18,$tp48 # tp4^=tp1
1084 xor $tp80,$tp40 # tp4^tp1^=tp8
1085 xor $tp88,$tp48 # tp4^tp1^=tp8
1092 xor $tp40,$tp80 # tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2
1093 xor $tp48,$tp88 # tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2
1123 rol \$16,`&LO("$tp40")` # ROTATE(tp4^tp1^tp8,16)
1124 rol \$16,`&LO("$tp48")` # ROTATE(tp4
[all...]
H A Daes-mips.pl1094 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3);
1170 srl $tp4,$m,7
1172 subu $m,$tp4
1177 and $tp4,$tp2,$x7f7f7f7f
1179 addu $tp4,$tp4 # tp4<<1
1182 xor $tp4,$m
1184 and $m,$tp4,$x80808080
1185 and $tp8,$tp4,
[all...]
H A Daes-armv4.S786 eor r2,r4,r2,lsl#1 @ tp4
800 eor r4,r4,r5,ror#16 @ ^= ROTATE(tpd=tp9^tp4,16)
H A Daes-mips.S958 addu $10,$10 # tp4<<1
/external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
H A Daes-armv4.S791 eor r2,r4,r2,lsl#1 @ tp4
805 eor r4,r4,r5,ror#16 @ ^= ROTATE(tpd=tp9^tp4,16)

Completed in 240 milliseconds