Home
last modified time | relevance | path

Searched refs:N3 (Results 1 – 20 of 20) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DStringSwitch.h96 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3>
98 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument
103 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
105 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument
/freebsd-9-stable/contrib/ngatm/libngatm/
Dnet_in.fig61 4 1 0 50 0 14 12 0.0000 4 120 210 5400 2970 N3\001
/freebsd-9-stable/sys/dev/cxgb/common/
Dcxgb_firmware_exports.h93 #ifndef N3
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DSelectionDAG.h605 SDValue N1, SDValue N2, SDValue N3);
607 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
609 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
627 SDValue N1, SDValue N2, SDValue N3);
629 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
631 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3353 SDValue N1, SDValue N2, SDValue N3) { in getNode() argument
3360 ConstantFPSDNode *N3CFP = dyn_cast<ConstantFPSDNode>(N3); in getNode()
3377 N3.getOpcode() == ISD::BUILD_VECTOR) { in getNode()
3381 Elts.append(N3.getNode()->op_begin(), N3.getNode()->op_end()); in getNode()
3387 SDValue Simp = FoldSetCC(VT, N1, N2, cast<CondCodeSDNode>(N3)->get(), DL); in getNode()
3395 return N3; // select false, X, Y -> Y in getNode()
3398 if (N2 == N3) return N2; // select C, X, X -> X in getNode()
3403 SDValue Index = N3; in getNode()
3437 SDValue Ops[] = { N1, N2, N3 }; in getNode()
3445 DL.getDebugLoc(), VTs, N1, N2, N3); in getNode()
[all …]
DDAGCombiner.cpp270 SDValue N3, ISD::CondCode CC,
4363 SDValue N3 = N->getOperand(3); in visitSELECT_CC() local
4368 if (N2 == N3) in visitSELECT_CC()
4381 return N3; // cond always false -> false val in visitSELECT_CC()
4387 SCC.getOperand(0), SCC.getOperand(1), N2, N3, in visitSELECT_CC()
4392 if (SimplifySelectOps(N, N2, N3)) in visitSELECT_CC()
4396 return SimplifySelectCC(SDLoc(N), N0, N1, N2, N3, CC); in visitSELECT_CC()
10444 SDValue N2, SDValue N3, in SimplifySelectCC() argument
10447 if (N2 == N3) return N2; in SimplifySelectCC()
10452 ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N3.getNode()); in SimplifySelectCC()
[all …]
/freebsd-9-stable/contrib/pam_modules/pam_passwdqc/
DREADME21 min=N0,N1,N2,N3,N4 [min=disabled,24,12,8,7]
40 N3 and N4 are used for passwords consisting of characters from three
/freebsd-9-stable/contrib/ntp/ntpd/
Drefclock_wwv.c425 #define N3 (N15 / 2) /* space (-1) */ macro
428 {N3, N3, 0, 0}, /* 0 */
429 {P3, N3, 0, 0}, /* 1 */
430 {N3, P3, 0, 0}, /* 2 */
/freebsd-9-stable/contrib/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1475 SDValue N3 = N->getOperand(3); in PerformDAGCombine() local
1484 N1, N0, N2, N3); in PerformDAGCombine()
1490 SDValue Lo = DAG.getNode(ISD::ADD, dl, VT, N2, N3); in PerformDAGCombine()
1496 DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N2, N3, N1); in PerformDAGCombine()
/freebsd-9-stable/contrib/sendmail/contrib/
Dmail.local.linux166 ME<0SQ`+,9$E&@6*N3)=T%M""T-P:.5DMKD7+.)&-9BGDJDA#+CQ:I;D1+U+"
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2730 SDValue N3 = N->getOperand(3); in Select() local
2734 assert(N3.getOpcode() == ISD::Register); in Select()
2739 SDValue Ops[] = { N1, Tmp2, N3, Chain, InFlag }; in Select()
DARMISelLowering.cpp4009 SDValue N3 = DAG.getNode(ISD::ADD, DL, VT8Bit, N1, N2); in getCTPOP16BitCounts() local
4010 return DAG.getNode(ARMISD::VUZP, DL, VT8Bit, N3, N3); in getCTPOP16BitCounts()
5843 SDValue N2, N3; in LowerSDIV() local
5851 N3 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, MVT::v4i16, N1, in LowerSDIV()
5859 N2 = LowerSDIV_v4i8(N2, N3, dl, DAG); // v4i16 in LowerSDIV()
5878 SDValue N2, N3; in LowerUDIV() local
5886 N3 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, MVT::v4i16, N1, in LowerUDIV()
5894 N2 = LowerSDIV_v4i16(N2, N3, dl, DAG); // v4i16 in LowerUDIV()
DARMScheduleA8.td901 // Result written in N3, but that is relative to the last cycle of multicycle,
DARMScheduleA9.td1431 // Result written in N3, but that is relative to the last cycle of multicycle,
/freebsd-9-stable/sys/dev/usb/serial/
Duftdi.c276 UFTDI_DEV(ALTI2, N3, 0),
/freebsd-9-stable/contrib/gcc/config/s390/
Ds390.md3273 output_asm_insn ("st\t%1,%N3", operands);
3274 output_asm_insn ("xi\t%N3,128", operands);
/freebsd-9-stable/sys/contrib/ngatm/netnatm/msg/
Duni_ie.c1637 MKT(UNI_CALLSTATE_U3, U3/N3), in DEF_IE_PRINT()
/freebsd-9-stable/contrib/libstdc++/
DChangeLog-2005135 * testsuite/23_containers/vector/modifiers/erase/1.cc (N,N1,N2,N3,N4,
/freebsd-9-stable/sys/dev/usb/
Dusbdevs1014 product ALTI2 N3 0x6001 FTDI compatible adapter
/freebsd-9-stable/contrib/cvs/src/
Dsanity.sh14537 dotest cvsadm-N3 "${testcvs} co -N 1mod" \