Searched refs:T4 (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c207 xmmi T0, T1, T2, T3, T4, T5, T6, T7, T8; local
255 T4 = _mm_unpacklo_epi32(T0, T2);
263 T4 = _mm_unpacklo_epi32(T0, T2);
267 R20 = _mm_shuffle_epi32(T4, _MM_SHUFFLE(1, 1, 0, 0));
268 R21 = _mm_shuffle_epi32(T4, _MM_SHUFFLE(3, 3, 2, 2));
338 T4 = H4;
339 T4 = _mm_mul_epu32(T4, T14);
368 T4 = _mm_add_epi64(T4, v4
[all...]
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h356 template <typename T1, typename T2, typename T3, typename T4>
357 internal::ValueArray4<T1, T2, T3, T4> Values(T1 v1, T2 v2, T3 v3, T4 v4) {
358 return internal::ValueArray4<T1, T2, T3, T4>(v1, v2, v3, v4);
361 template <typename T1, typename T2, typename T3, typename T4, typename T5>
362 internal::ValueArray5<T1, T2, T3, T4, T5> Values(T1 v1, T2 v2, T3 v3, T4 v4,
364 return internal::ValueArray5<T1, T2, T3, T4, T5>(v1, v2, v3, v4, v5);
367 template <typename T1, typename T2, typename T3, typename T4, typename T5,
369 internal::ValueArray6<T1, T2, T3, T4, T
[all...]
H A Dgtest-printers.h680 template <typename T1, typename T2, typename T3, typename T4>
681 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
685 template <typename T1, typename T2, typename T3, typename T4, typename T5>
686 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t,
691 template <typename T1, typename T2, typename T3, typename T4, typename T5,
693 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t,
698 template <typename T1, typename T2, typename T3, typename T4, typename T5,
700 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t,
705 template <typename T1, typename T2, typename T3, typename T4, typename T5,
707 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T
[all...]
H A Dgtest_pred_impl.h232 typename T4>
242 const T4& v4) {
294 typename T4,
306 const T4& v4,
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86_64.pl342 my ($H0,$H1,$H2,$H3,$H4, $T0,$T1,$T2,$T3,$T4, $D0,$D1,$D2,$D3,$D4, $MASK) =
815 vpunpckhqdq $T1,$T0,$T4 # 4
819 vpsrlq \$40,$T4,$T4 # 4
827 vpor 32(%rcx),$T4,$T4 # padbit, yes, always
908 vpmuludq $T4,$D4,$D4 # d4 = h4*r0
911 vpmuludq 0x20(%rsp),$T4,$H0 # h4*s1
934 vpmuludq $T4,$H4,$H0 # h4*s2
945 vpmuludq $T4,
[all...]
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h156 template <typename T1, typename T2, typename T3, typename T4>
159 typedef Types3<T2, T3, T4> Tail;
162 template <typename T1, typename T2, typename T3, typename T4, typename T5>
165 typedef Types4<T2, T3, T4, T5> Tail;
168 template <typename T1, typename T2, typename T3, typename T4, typename T5,
172 typedef Types5<T2, T3, T4, T5, T6> Tail;
175 template <typename T1, typename T2, typename T3, typename T4, typename T5,
179 typedef Types6<T2, T3, T4, T5, T6, T7> Tail;
182 template <typename T1, typename T2, typename T3, typename T4, typename T5,
186 typedef Types7<T2, T3, T4, T
[all...]
H A Dgtest-param-util-generated.h137 template <typename T1, typename T2, typename T3, typename T4>
140 ValueArray4(T1 v1, T2 v2, T3 v3, T4 v4) : v1_(v1), v2_(v2), v3_(v3),
160 const T4 v4_;
163 template <typename T1, typename T2, typename T3, typename T4, typename T5>
166 ValueArray5(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) : v1_(v1), v2_(v2), v3_(v3),
186 const T4 v4_;
190 template <typename T1, typename T2, typename T3, typename T4, typename T5,
194 ValueArray6(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6) : v1_(v1), v2_(v2),
215 const T4 v4_;
220 template <typename T1, typename T2, typename T3, typename T4, typenam
[all...]
H A Dgtest-tuple.h117 typename T3 = void, typename T4 = void, typename T5 = void,
175 typedef T4 type;
375 GTEST_BY_REF_(T4) f4) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4) {}
407 T4 f4_;
418 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4,
453 T4 f4_;
465 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4,
501 T4 f4_;
514 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4,
552 T4 f4
[all...]
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest_test_macro_stack_footprint_test.cc46 TEST(test_case_name, T4) {} \
H A Dgtest_pred_impl_unittest.cc1363 template <typename T1, typename T2, typename T3, typename T4>
1364 bool PredFunction4(T1 v1, T2 v2, T3 v3, T4 v4) {
1380 template <typename T1, typename T2, typename T3, typename T4>
1384 const T4& v4) {
1390 template <typename T1, typename T2, typename T3, typename T4>
1398 const T4& v4) {
1410 template <typename T1, typename T2, typename T3, typename T4>
1418 const T4& v4) const {
1876 template <typename T1, typename T2, typename T3, typename T4, typename T5>
1877 bool PredFunction5(T1 v1, T2 v2, T3 v3, T4 v
[all...]
H A Dgoogletest-param-test-test.cc104 template <typename T1, typename T2, typename T3, typename T4, typename T5,
107 const tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& value) {
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl303 my ($T0,$T1,$T2,$T3,$T4,$T5)=("q8","q9","q10","q11","d24","d25");
352 &vshr_u32 ($T4,&Dhi(@X[3]),$sigma1[0]);
358 &vsli_32 ($T4,&Dhi(@X[3]),32-$sigma1[0]);
367 &veor ($T5,$T5,$T4);
370 &vshr_u32 ($T4,&Dhi(@X[3]),$sigma1[1]);
373 &vsli_32 ($T4,&Dhi(@X[3]),32-$sigma1[1]);
376 &veor ($T5,$T5,$T4); # sigma1(X[14..15])
382 &vshr_u32 ($T4,&Dlo(@X[0]),$sigma1[0]);
385 &vsli_32 ($T4,&Dlo(@X[0]),32-$sigma1[0]);
391 &veor ($T5,$T5,$T4);
[all...]
H A Dsha512-armv8.pl463 my ($T0,$T1,$T2,$T3,$T4,$T5,$T6,$T7) = map("q$_",(4..7,16..19));
511 &ushr_32 ($T4,$T7,$sigma1[0]);
517 &sli_32 ($T4,$T7,32-$sigma1[0]);
532 &eor_8 ($T5,$T5,$T4);
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h613 template <typename T1, typename T2, typename T3, typename T4>
619 typename internal::DecayArray<T4>::type> >
620 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4) {
625 typename internal::DecayArray<T4>::type> Args;
629 template <typename T1, typename T2, typename T3, typename T4, typename T5>
635 typename internal::DecayArray<T4>::type,
637 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4,
643 typename internal::DecayArray<T4>::type,
648 template <typename T1, typename T2, typename T3, typename T4, typename T5,
655 typename internal::DecayArray<T4>
[all...]
/freebsd-13-stable/sys/mips/include/
H A Dregnum.h78 #define T4 12 macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h529 template <typename ChannelT, typename T1, typename T2, typename T3, typename T4>
530 class SerializationTraits<ChannelT, std::pair<T1, T2>, std::pair<T3, T4>> {
532 static Error serialize(ChannelT &C, const std::pair<T3, T4> &V) {
535 return SerializationTraits<ChannelT, T2, T4>::serialize(C, V.second);
538 static Error deserialize(ChannelT &C, std::pair<T3, T4> &V) {
542 return SerializationTraits<ChannelT, T2, T4>::deserialize(C, V.second);
/freebsd-13-stable/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl11 # is T4 dependency though, an ASI value that is not specified in the
228 stda %f0, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
230 stda %f2, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
582 stda %f0, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
584 stda %f2, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
586 stda %f4, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
588 stda %f6, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
898 stda %f0, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
900 stda %f2, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
902 stda %f4, [$out]0xe2 ! ASI_BLK_INIT, T4
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1873 typename T3 = void, typename T4 = void, typename T5 = void,
1897 template <typename T0, typename T1, typename T2, typename T3, typename T4>
1898 struct m_Intrinsic_Ty<T0, T1, T2, T3, T4> {
1900 Argument_match<T4>>;
1903 template <typename T0, typename T1, typename T2, typename T3, typename T4, typename T5>
1904 struct m_Intrinsic_Ty<T0, T1, T2, T3, T4, T5> {
1905 using Ty = match_combine_and<typename m_Intrinsic_Ty<T0, T1, T2, T3, T4>::Ty,
1940 typename T3, typename T4>
1941 inline typename m_Intrinsic_Ty<T0, T1, T2, T3, T4>::Ty
1943 const T4
[all...]
/freebsd-13-stable/sbin/iscontrol/
H A Dfsm.c63 T2, /*T3,*/ T4, T5, /*T6,*/ T7, T8, T9, enumerator in enum:__anon7861
319 return T4;
656 | | |T4 / |
712 case T4: state = S4; break;
/freebsd-13-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv8.pl698 my ($T0,$T1,$T2,$T3,$T4,$T5)=@K;
806 my @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,0);
825 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,1);
920 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,0);
937 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,1);
/freebsd-13-stable/crypto/openssl/crypto/
H A Dsparccpuid.S261 ! SPARC T4 65(*)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp381 Mips::T0, Mips::T1, Mips::T2, Mips::T3, Mips::T4, Mips::T5, Mips::T6,
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_main.c96 /* T4 bus driver interface */
122 /* T4 port (cxgbe) interface */
138 /* T4 VI (vcxgbe) interface */
247 MALLOC_DEFINE(M_CXGBE, "cxgbe", "Chelsio T4/T5 Ethernet driver and services");
267 * Tunables applicable to both T4 and T5 are under hw.cxgbe. Those specific to
2952 * T4: only iWARP driver uses the userspace doorbells. There is no need
3035 * need to program the T4 memory window decoders with the actual
3715 .fw_ver = htobe32(FW_VERSION(T4)),
3716 .intfver_nic = FW_INTFVER(T4, NIC),
3717 .intfver_vnic = FW_INTFVER(T4, VNI
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1525 SDValue T4 = DAG.getNode(ISD::ADD, dl, ResTy, {T1, LoVec(T3)}); local
1526 SDValue T5 = getInstr(Hexagon::V6_vlsrw, dl, ResTy, {T4, S16}, DAG);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3238 case Mips::T3: return Mips::T4;
3239 case Mips::T4: return Mips::T5;
5535 return Mips::T4;
5591 case Mips::F12: return Mips::T4;
5630 case Mips::COP012: return Mips::T4;

Completed in 258 milliseconds

12