Home
last modified time | relevance | path

Searched refs:N21 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-j7200-common-proc-board.dts239 J721E_IOPAD(0xf4, PIN_INPUT, 0) /* (N21) MMC1_DAT1 */
H A Dk3-am62p5-sk.dts381 AM62PX_IOPAD(0x001c, PIN_INPUT, 0) /* (N21) OSPI0_D4 */
H A Dk3-j722s-evm.dts406 J722S_IOPAD(0x0084, PIN_INPUT, 2) /* (N21) GPMC0_ADVn_ALE.MCASP1_AXR2 */
H A Dk3-am62p-verdin.dtsi591 AM62PX_IOPAD(0x001c, PIN_OUTPUT, 1) /* (N21) OSPI0_D4.SPI1_CS0 */ /* SODIMM 202 */
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17315 SDValue N21 = N1.getOperand(2).getOperand(1); in visitFSUBForFMACombine() local
17321 matcher.getNode(ISD::FNEG, SL, VT, N20), N21, N0)); in visitFSUBForFMACombine()
28668 SDValue N21 = N2.getOperand(1); in foldSelectOfBinops() local
28670 if (N11.getValueType() == N21.getValueType()) { in foldSelectOfBinops()
28671 SDValue NewSel = DAG.getSelect(DL, N11.getValueType(), N0, N11, N21); in foldSelectOfBinops()