/third_party/node/deps/openssl/openssl/crypto/aes/ |
H A D | aes_x86core.c | 603 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local 610 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 612 m = tp4 & 0x80808080; in AES_set_decrypt_key() 613 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 617 tpd = tp9 ^ tp4; in AES_set_decrypt_key() 618 tpe = tp8 ^ tp4 ^ tp2; in AES_set_decrypt_key() 915 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local 923 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^ in AES_decrypt() 925 m = tp4 & 0x80808080; in AES_decrypt() 926 tp8 = ((tp4 in AES_decrypt() 992 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; AES_decrypt() local [all...] |
H A D | aes_core.c | 1984 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local 1991 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 1993 m = tp4 & 0x80808080; in AES_set_decrypt_key() 1994 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 1998 tpd = tp9 ^ tp4; in AES_set_decrypt_key() 1999 tpe = tp8 ^ tp4 ^ tp2; in AES_set_decrypt_key()
|
/third_party/openssl/crypto/aes/ |
H A D | aes_x86core.c | 603 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local 610 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 612 m = tp4 & 0x80808080; in AES_set_decrypt_key() 613 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 617 tpd = tp9 ^ tp4; in AES_set_decrypt_key() 618 tpe = tp8 ^ tp4 ^ tp2; in AES_set_decrypt_key() 915 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local 923 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^ in AES_decrypt() 925 m = tp4 & 0x80808080; in AES_decrypt() 926 tp8 = ((tp4 in AES_decrypt() 992 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; AES_decrypt() local [all...] |
H A D | aes_core.c | 1984 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local 1991 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 1993 m = tp4 & 0x80808080; in AES_set_decrypt_key() 1994 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 1998 tpd = tp9 ^ tp4; in AES_set_decrypt_key() 1999 tpe = tp8 ^ tp4 ^ tp2; in AES_set_decrypt_key()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-586.pl | 1284 my $tp4 = @s[($i+3)%4]; $tp4 = @s[3] if ($i==1); 1301 &lea ($tp4,&DWP(0,$tp2,$tp2)); 1303 &and ($tp4,0xfefefefe); 1306 &xor ($tp4,$acc); 1309 &and ($tmp,$tp4); 1312 &lea ($tp8,&DWP(0,$tp4,$tp4)); 1316 &xor ($tp4,$s[$i]); # tp4 [all...] |
H A D | aes-mips.pl | 1670 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3); 1746 srl $tp4,$m,7 1748 subu $m,$tp4 1753 and $tp4,$tp2,$x7f7f7f7f 1755 addu $tp4,$tp4 # tp4<<1 1758 xor $tp4,$m 1760 and $m,$tp4,$x80808080 1761 and $tp8,$tp4, [all...] |
H A D | aes-x86_64.pl | 1101 xor $tp10,$tp40 # tp4^=tp1 1102 xor $tp18,$tp48 # tp4^=tp1 1116 xor $tp80,$tp40 # tp4^tp1^=tp8 1118 xor $tp88,$tp48 # tp4^tp1^=tp8 1124 xor $tp40,$tp80 # tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2 1126 xor $tp48,$tp88 # tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2 1154 rol \$16,`&LO("$tp40")` # ROTATE(tp4^tp1^tp8,16) 1156 rol \$16,`&LO("$tp48")` # ROTATE(tp4 [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-586.pl | 1284 my $tp4 = @s[($i+3)%4]; $tp4 = @s[3] if ($i==1); 1301 &lea ($tp4,&DWP(0,$tp2,$tp2)); 1303 &and ($tp4,0xfefefefe); 1306 &xor ($tp4,$acc); 1309 &and ($tmp,$tp4); 1312 &lea ($tp8,&DWP(0,$tp4,$tp4)); 1316 &xor ($tp4,$s[$i]); # tp4 [all...] |
H A D | aes-mips.pl | 1670 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3); 1746 srl $tp4,$m,7 1748 subu $m,$tp4 1753 and $tp4,$tp2,$x7f7f7f7f 1755 addu $tp4,$tp4 # tp4<<1 1758 xor $tp4,$m 1760 and $m,$tp4,$x80808080 1761 and $tp8,$tp4, [all...] |
H A D | aes-x86_64.pl | 1101 xor $tp10,$tp40 # tp4^=tp1 1102 xor $tp18,$tp48 # tp4^=tp1 1116 xor $tp80,$tp40 # tp4^tp1^=tp8 1118 xor $tp88,$tp48 # tp4^tp1^=tp8 1124 xor $tp40,$tp80 # tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2 1126 xor $tp48,$tp88 # tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2 1154 rol \$16,`&LO("$tp40")` # ROTATE(tp4^tp1^tp8,16) 1156 rol \$16,`&LO("$tp48")` # ROTATE(tp4 [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264chroma_msa.c | 1797 uint32_t tp0, tp1, tp2, tp3, tp4, tp5, tp6, tp7; in copy_width4_msa() local 1802 LW4(src, stride, tp4, tp5, tp6, tp7); in copy_width4_msa() 1805 SW4(tp4, tp5, tp6, tp7, dst, stride); in copy_width4_msa() 1873 uint64_t tp0, tp1, tp2, tp3, tp4, tp5, tp6, tp7; in avg_width8_msa() local 1880 LD4(src, stride, tp4, tp5, tp6, tp7); in avg_width8_msa() 1883 INSERT_D2_UB(tp4, tp5, src2); in avg_width8_msa() 1886 LD4(dst + 4 * stride, stride, tp4, tp5, tp6, tp7); in avg_width8_msa() 1889 INSERT_D2_UB(tp4, tp5, dst2); in avg_width8_msa()
|
H A D | vp9_mc_msa.c | 4089 uint64_t tp0, tp1, tp2, tp3, tp4, tp5, tp6, tp7; in avg_width8_msa() local 4097 LD4(src, src_stride, tp4, tp5, tp6, tp7); in avg_width8_msa() 4101 INSERT_D2_UB(tp4, tp5, src2); in avg_width8_msa() 4104 LD4(dst + 4 * dst_stride, dst_stride, tp4, tp5, tp6, tp7); in avg_width8_msa() 4107 INSERT_D2_UB(tp4, tp5, dst2); in avg_width8_msa()
|
H A D | h264qpel_msa.c | 702 uint64_t tp0, tp1, tp2, tp3, tp4, tp5, tp6, tp7; in ff_avg_h264_qpel8_mc00_msa() local 708 LD4(src, stride, tp4, tp5, tp6, tp7); in ff_avg_h264_qpel8_mc00_msa() 711 INSERT_D2_UB(tp4, tp5, src2); in ff_avg_h264_qpel8_mc00_msa() 715 LD4(dst + 4 * stride, stride, tp4, tp5, tp6, tp7); in ff_avg_h264_qpel8_mc00_msa() 718 INSERT_D2_UB(tp4, tp5, dst2); in ff_avg_h264_qpel8_mc00_msa()
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/aes/ |
H A D | aes-s390x.S | 1363 xr %r10,%r1 # tp4 1375 xr %r10,%r8 # tp4^tp1 1380 xr %r8,%r10 # ^=tp4^tp1^tp8 1385 xr %r8,%r10 # ^= ROTATE(tp8^tp4^tp1,16)
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/aes/ |
H A D | aes-s390x.S | 1363 xr %r10,%r1 # tp4 1375 xr %r10,%r8 # tp4^tp1 1380 xr %r8,%r10 # ^=tp4^tp1^tp8 1385 xr %r8,%r10 # ^= ROTATE(tp8^tp4^tp1,16)
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/aes/ |
H A D | aes-s390x.S | 1363 xr %r10,%r1 # tp4 1375 xr %r10,%r8 # tp4^tp1 1380 xr %r8,%r10 # ^=tp4^tp1^tp8 1385 xr %r8,%r10 # ^= ROTATE(tp8^tp4^tp1,16)
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/aes/ |
H A D | aes-s390x.S | 1363 xr %r10,%r1 # tp4 1375 xr %r10,%r8 # tp4^tp1 1380 xr %r8,%r10 # ^=tp4^tp1^tp8 1385 xr %r8,%r10 # ^= ROTATE(tp8^tp4^tp1,16)
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264chroma_lasx.c | 735 uint32_t tp0, tp1, tp2, tp3, tp4, tp5, tp6, tp7; in copy_width4_lasx() local 749 "ld.wu %[tp4], %[src], 0 \n\t" in copy_width4_lasx() 758 "st.w %[tp4], %[dst], 0 \n\t" in copy_width4_lasx() 764 [tp2]"+&r"(tp2), [tp3]"+&r"(tp3), [tp4]"+&r"(tp4), [tp5]"+&r"(tp5), in copy_width4_lasx()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_format_test.cc | 1421 time_point<chrono::nanoseconds> tp4; in TEST() local 1422 EXPECT_TRUE(parse(RFC3339_sec, "2014-02-12T20:21:00z", tz, &tp4)); in TEST() 1423 EXPECT_EQ(tp, tp4); in TEST()
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/aes/ |
H A D | aes-mips.S | 1515 addu $10,$10 # tp4<<1
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/aes/ |
H A D | aes-mips.S | 1515 addu $10,$10 # tp4<<1
|