HomeSort by relevance Sort by last modified time
    Searched refs:tp8 (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_convolve8_dspr2.c 1168 uint32_t tp5, tp6, tp7, tp8; local
1210 uint32_t tp5, tp6, tp7, tp8; local
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_convolve8_dspr2.c 1168 uint32_t tp5, tp6, tp7, tp8; local
1210 uint32_t tp5, tp6, tp7, tp8; local
    [all...]
  /external/openssl/crypto/aes/
aes_x86core.c 597 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
981 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
    [all...]
aes_core.c 1329 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
aes-586.pl     [all...]
aes-x86_64.pl 1074 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^=tp8^tp2^tp1=tp2^tp
    [all...]
  /external/openssl/crypto/aes/asm/
aes-586.pl     [all...]
aes-x86_64.pl 1078 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^tp2^tp1=tp2^tp
    [all...]
aes-mips.pl 1094 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,$tp
    [all...]
aes-armv4.S 792 eor r3,r4,r3,lsl#1 @ tp8
aes-mips.S 966 addu $11,$11 # tp8<<1
  /external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
aes-armv4.S 797 eor r3,r4,r3,lsl#1 @ tp8

Completed in 544 milliseconds