Searched refs:In1 (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | imx6qdl-dhcom-picoitx.dtsi | 37 "", "", "", "", "", "PicoITX-In1", "DHCOM-INT", "DHCOM-H",
|
| H A D | stm32mp15xx-dhcom-picoitx.dtsi | 60 "", "", "PicoITX-In1", "",
|
| H A D | imx6qdl-dhcom-drc02.dtsi | 43 "", "", "", "DRC02-In1", "", "", "", "";
|
| H A D | stm32mp15xx-dhcom-drc02.dtsi | 52 gpio-line-names = "DRC02-In1", "DHCOM-O", "DHCOM-H", "DHCOM-I",
|
| H A D | imx6dl-eckelmann-ci4x10.dts | 140 MX6QDL_PAD_NANDF_CS2__GPIO6_IO15 0x00000000 /* In1 */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 40 static bool addWithOverflow(APInt &Result, const APInt &In1, in addWithOverflow() argument 44 Result = In1.sadd_ov(In2, Overflow); in addWithOverflow() 46 Result = In1.uadd_ov(In2, Overflow); in addWithOverflow() 53 static bool subWithOverflow(APInt &Result, const APInt &In1, in subWithOverflow() argument 57 Result = In1.ssub_ov(In2, Overflow); in subWithOverflow() 59 Result = In1.usub_ov(In2, Overflow); in subWithOverflow()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 49535 SDValue In0, In1; in matchPMADDWD_2() local 49574 In1 = N01In; in matchPMADDWD_2() 49579 In1.getValueSizeInBits() < VT.getSizeInBits()) in matchPMADDWD_2() 49588 if (In0 != N00In || In1 != N01In || In0 != N10In || In1 != N11In) in matchPMADDWD_2() 49611 if (OutVT16.bitsLT(In1.getValueType())) { in matchPMADDWD_2() 49612 In1 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, OutVT16, In1, in matchPMADDWD_2() 49615 return SplitOpsAndApply(DAG, Subtarget, DL, VT, { In0, In1 }, in matchPMADDWD_2()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 6727 SDValue In1 = Op.getOperand(0); in LowerFCOPYSIGN() local 6743 DAG.getUNDEF(VecVT), In1); in LowerFCOPYSIGN() 6747 VecVal1 = DAG.getNode(ISD::BITCAST, DL, VecVT, In1); in LowerFCOPYSIGN()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | LangRef.rst | 9163 | In0 | In1 | Out | 9214 | In0 | In1 | Out | 9266 | In0 | In1 | Out |
|