Searched refs:In2 (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 | 29 "", "", "DHCOM-A", "", "DHCOM-B", "PicoITX-In2", "", "",
|
H A D | stm32mp15xx-dhcom-picoitx.dtsi | 73 gpio-line-names = "PicoITX-In2", "", "", "",
|
H A D | imx6qdl-dhcom-drc02.dtsi | 48 "", "", "", "", "", "DHCOM-E", "DRC02-In2", "DHCOM-H",
|
H A D | stm32mp15xx-dhcom-drc02.dtsi | 54 "DRC02-In2", "", "", "",
|
H A D | imx6dl-eckelmann-ci4x10.dts | 141 MX6QDL_PAD_KEY_ROW0__GPIO4_IO07 0x00000000 /* In2 */
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 41 const APInt &In2, bool IsSigned = false) { in addWithOverflow() argument 44 Result = In1.sadd_ov(In2, Overflow); in addWithOverflow() 46 Result = In1.uadd_ov(In2, Overflow); in addWithOverflow() 54 const APInt &In2, bool IsSigned = false) { 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/RISCV/ |
H A D | RISCVISelLowering.cpp | 5854 SDValue In2 = N->getOperand(1); in PerformDAGCombine() local 5857 if (!In2.hasOneUse()) in PerformDAGCombine() 5859 if (In2.getOpcode() != ISD::FP_EXTEND && in PerformDAGCombine() 5860 (In2.getOpcode() != ISD::FP_ROUND || In2.getConstantOperandVal(1) != 0)) in PerformDAGCombine() 5862 In2 = In2.getOperand(0); in PerformDAGCombine() 5863 if (In2.getOpcode() != ISD::FNEG) in PerformDAGCombine() 5866 SDValue NewFPExtRound = DAG.getFPExtendOrRound(In2.getOperand(0), DL, VT); in PerformDAGCombine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 6728 SDValue In2 = Op.getOperand(1); in LowerFCOPYSIGN() local 6729 EVT SrcVT = In2.getValueType(); in LowerFCOPYSIGN() 6732 In2 = DAG.getNode(ISD::FP_EXTEND, DL, VT, In2); in LowerFCOPYSIGN() 6734 In2 = DAG.getNode(ISD::FP_ROUND, DL, VT, In2, DAG.getIntPtrConstant(0, DL)); in LowerFCOPYSIGN() 6745 DAG.getUNDEF(VecVT), In2); in LowerFCOPYSIGN() 6748 VecVal2 = DAG.getNode(ISD::BITCAST, DL, VecVT, In2); in LowerFCOPYSIGN()
|
/netbsd-src/sys/dev/usb/ |
H A D | usbdevs | 2629 product ONSPEC2 8IN2 0xb012 8In2
|