Searched refs:tp8 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_convolve8_dspr2.c | 1168 uint32_t tp5, tp6, tp7, tp8; in vp9_convolve_copy_dspr2() local 1198 [tp7] "=&r" (tp7), [tp8] "=&r" (tp8) in vp9_convolve_copy_dspr2() 1210 uint32_t tp5, tp6, tp7, tp8; in vp9_convolve_copy_dspr2() local 1263 [tp7] "=&r" (tp7), [tp8] "=&r" (tp8) in vp9_convolve_copy_dspr2()
|
/external/boringssl/src/crypto/aes/asm/ |
D | aes-x86_64.pl | 1494 my ($tp1,$tp2,$tp4,$tp8,$acc)=("%eax","%ebx","%edi","%edx","%r8d"); 1509 mov $acc,$tp8 1510 shr \$7,$tp8 1512 sub $tp8,$acc 1520 mov $acc,$tp8 1521 shr \$7,$tp8 1522 sub $tp8,$acc 1523 lea 0($tp4,$tp4),$tp8 1525 and \$0xfefefefe,$tp8 1527 xor $acc,$tp8 [all …]
|
D | aes-586.pl | 1276 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) 1319 &rotl ($tp8,8); 1324 &xor ($s[$i],$tp8); # ^= ROTATE(tp8,8) 2872 { my ($i,$key,$tp1,$tp2,$tp4,$tp8) = @_; [all …]
|
/external/boringssl/linux-arm/crypto/aes/ |
D | aes-armv4.S | 805 eor r3,r4,r3,lsl#1 @ tp8
|