Home
last modified time | relevance | path

Searched refs:sel2 (Results 1 – 11 of 11) sorted by relevance

/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_ftp_pxy.c1270 sel2 = aps->aps_sel[rv]; in ipf_p_ftp_process()
1275 ackoff = aps->aps_ackoff[sel2]; in ipf_p_ftp_process()
1276 if (aps->aps_ackmin[sel2] > ackoff + thack) in ipf_p_ftp_process()
1277 ackoff = aps->aps_ackoff[!sel2]; in ipf_p_ftp_process()
1286 ackoff = aps->aps_seqoff[sel2]; in ipf_p_ftp_process()
1289 aps->aps_seqmin[sel2]); in ipf_p_ftp_process()
1291 if (aps->aps_seqmin[sel2] > ackoff + thack) in ipf_p_ftp_process()
1292 ackoff = aps->aps_seqoff[!sel2]; in ipf_p_ftp_process()
1294 if (aps->aps_seqmin[sel2] > thack) in ipf_p_ftp_process()
1295 ackoff = aps->aps_seqoff[!sel2]; in ipf_p_ftp_process()
[all …]
/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
H A Dpumpkin-common.dtsi80 mrg-di-mux-sel2-hog {
/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/xilinx/
H A Dzynqmp-zcu102-revA.dts232 gtr-sel2-hog {
236 line-name = "sel2";
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp.c307 vec_perm_builder sel2 (nelts, 2, 3); in can_duplicate_and_interleave_p()
313 sel2.quick_push (half_nelts + i); in can_duplicate_and_interleave_p()
314 sel2.quick_push (half_nelts + i + nelts); in can_duplicate_and_interleave_p()
317 vec_perm_indices indices2 (sel2, 2, nelts); in can_duplicate_and_interleave_p()
H A Dtree-vect-slp.cc412 vec_perm_builder sel2 (nelts, 2, 3); in can_duplicate_and_interleave_p() local
418 sel2.quick_push (half_nelts + i); in can_duplicate_and_interleave_p()
419 sel2.quick_push (half_nelts + i + nelts); in can_duplicate_and_interleave_p()
422 vec_perm_indices indices2 (sel2, 2, nelts); in can_duplicate_and_interleave_p()
H A Dmatch.pd7694 vec_perm_indices sel2 (builder, 2, nelts);
7695 if (can_vec_perm_const_p (TYPE_MODE (type), sel2, false))
7696 op2 = vec_perm_indices_to_tree (TREE_TYPE (op2), sel2);
H A DChangeLog-201835966 utility functions added above. Only construct sel2 if we need to.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-slp.c307 vec_perm_builder sel2 (nelts, 2, 3); in can_duplicate_and_interleave_p()
313 sel2.quick_push (half_nelts + i); in can_duplicate_and_interleave_p()
314 sel2.quick_push (half_nelts + i + nelts); in can_duplicate_and_interleave_p()
317 vec_perm_indices indices2 (sel2, 2, nelts); in can_duplicate_and_interleave_p()
H A Dmatch.pd6157 vec_perm_indices sel2 (builder, 2, nelts);
6158 if (can_vec_perm_const_p (TYPE_MODE (type), sel2, false))
6159 op2 = vec_perm_indices_to_tree (TREE_TYPE (op2), sel2);
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64.td309 "sel2", "HasSEL2", "true",
H A DAArch64InstrInfo.td64 AssemblerPredicate<(all_of FeatureSEL2), "sel2">;