Home
last modified time | relevance | path

Searched refs:tp4 (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_convolve8_avg_dspr2.c452 uint32_t tp3, tp4, tn2; in vp9_convolve_avg_dspr2() local
500 [tp3] "=&r" (tp3), [tp4] "=&r" (tp4), in vp9_convolve_avg_dspr2()
535 [tp3] "=&r" (tp3), [tp4] "=&r" (tp4), in vp9_convolve_avg_dspr2()
586 [tp3] "=&r" (tp3), [tp4] "=&r" (tp4), in vp9_convolve_avg_dspr2()
674 [tp3] "=&r" (tp3), [tp4] "=&r" (tp4), in vp9_convolve_avg_dspr2()
Dvp9_convolve8_dspr2.c1136 uint32_t tp1, tp2, tp3, tp4; in vp9_convolve_copy_dspr2() local
1156 [tp3] "=&r" (tp3), [tp4] "=&r" (tp4) in vp9_convolve_copy_dspr2()
1167 uint32_t tp1, tp2, tp3, tp4; in vp9_convolve_copy_dspr2() local
1196 [tp3] "=&r" (tp3), [tp4] "=&r" (tp4), in vp9_convolve_copy_dspr2()
1209 uint32_t tp1, tp2, tp3, tp4; in vp9_convolve_copy_dspr2() local
1261 [tp3] "=&r" (tp3), [tp4] "=&r" (tp4), in vp9_convolve_copy_dspr2()
Dvp9_convolve2_avg_horiz_dspr2.c128 uint32_t tp1, tp2, tp3, tp4; in convolve_bi_avg_horiz_8_dspr2() local
252 [tp3] "=&r" (tp3), [tp4] "=&r" (tp4), in convolve_bi_avg_horiz_8_dspr2()
/external/boringssl/src/crypto/aes/asm/
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^tp1
1313 &xor ($s[$i],$tp4);
1314 &xor ($tp4,$tp8);
1317 &rotl ($tp4,16);
[all …]
Daes-x86_64.pl1494 my ($tp1,$tp2,$tp4,$tp8,$acc)=("%eax","%ebx","%edi","%edx","%r8d");
1499 mov $acc,$tp4
1500 shr \$7,$tp4
1502 sub $tp4,$acc
1511 lea 0($tp2,$tp2),$tp4
1513 and \$0xfefefefe,$tp4
1516 xor $tp4,$acc
1517 mov $acc,$tp4
1523 lea 0($tp4,$tp4),$tp8
1524 xor $tp1,$tp4 # tp4^tp1
[all …]
/external/boringssl/linux-arm/crypto/aes/
Daes-armv4.S799 eor r2,r4,r2,lsl#1 @ tp4
813 eor r4,r4,r5,ror#16 @ ^= ROTATE(tpd=tp9^tp4,16)