/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | iss4xx.dts | 82 POB0: opb { 83 compatible = "ibm,opb-4xx", "ibm,opb"; 114 stdout-path = "/plb/opb/serial@40000200";
|
H A D | iss4xx-mpic.dts | 121 POB0: opb { 122 compatible = "ibm,opb-4xx", "ibm,opb"; 153 stdout-path = "/plb/opb/serial@40000200";
|
H A D | warp.dts | 116 POB0: opb { 117 compatible = "ibm,opb-440ep", "ibm,opb-440gp", "ibm,opb"; 305 stdout-path = "/plb/opb/serial@ef600300";
|
H A D | acadia.dts | 83 POB0: opb { 84 compatible = "ibm,opb-405ez", "ibm,opb"; 222 stdout-path = "/plb/opb/serial@ef600300";
|
H A D | sam440ep.dts | 123 POB0: opb { 124 compatible = "ibm,opb-440ep", "ibm,opb-440gp", "ibm,opb"; 291 stdout-path = "/plb/opb/serial@ef600300";
|
H A D | bamboo.dts | 122 POB0: opb { 123 compatible = "ibm,opb-440ep", "ibm,opb-440gp", "ibm,opb"; 300 stdout-path = "/plb/opb/serial@ef600300";
|
H A D | yosemite.dts | 120 POB0: opb { 121 compatible = "ibm,opb-440ep", "ibm,opb-440gp", "ibm,opb"; 330 stdout-path = "/plb/opb/serial@ef600300";
|
H A D | klondike.dts | 120 POB0: opb { 121 compatible = "ibm,opb"; 210 stdout-path = "/plb/opb/serial@50001000";
|
H A D | obs600.dts | 138 POB0: opb { 139 compatible = "ibm,opb-405ex", "ibm,opb"; 312 stdout-path = "/plb/opb/serial@ef600200";
|
H A D | rainier.dts | 136 POB0: opb { 137 compatible = "ibm,opb-440grx", "ibm,opb"; 347 stdout-path = "/plb/opb/serial@ef600300";
|
H A D | ebony.dts | 125 POB0: opb { 126 compatible = "ibm,opb-440gp", "ibm,opb"; 335 stdout-path = "/plb/opb/serial@40000200";
|
H A D | icon.dts | 152 POB0: opb { 153 compatible = "ibm,opb-440spe", "ibm,opb-440gp", "ibm,opb"; 438 stdout-path = "/plb/opb/serial@f0000200";
|
H A D | redwood.dts | 140 POB0: opb { 141 compatible = "ibm,opb-460sx", "ibm,opb"; 365 stdout-path = "/plb/opb/serial@ef600200";
|
H A D | sequoia.dts | 163 POB0: opb { 164 compatible = "ibm,opb-440epx", "ibm,opb"; 409 stdout-path = "/plb/opb/serial@ef600300";
|
H A D | katmai.dts | 156 POB0: opb { 157 compatible = "ibm,opb-440spe", "ibm,opb-440gp", "ibm,opb"; 490 stdout-path = "/plb/opb/serial@f0000200";
|
H A D | hotfoot.dts | 87 POB0: opb { 88 compatible = "ibm,opb-405ep", "ibm,opb";
|
H A D | currituck.dts | 84 POB0: opb { 85 compatible = "ibm,opb-4xx", "ibm,opb";
|
H A D | taishan.dts | 161 POB0: opb { 162 compatible = "ibm,opb-440gx", "ibm,opb"; 425 stdout-path = "/plb/opb/serial@40000300";
|
H A D | eiger.dts | 144 POB0: opb { 145 compatible = "ibm,opb-460sx", "ibm,opb"; 424 stdout-path = "/plb/opb/serial@ef600200";
|
/freebsd/sys/contrib/device-tree/Bindings/fsi/ |
H A D | aspeed,ast2600-fsi-master.yaml | 58 - description: OPB control registers 63 - const: opb 113 reg-names = "opb", "ctrl", "fsi";
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 1101 // If both OpA and OpB are adds with NSW/NUW and with one of the operands in checkIfSafeAddSequence() 1190 Instruction *OpB = dyn_cast<Instruction>(GTIB.getOperand()); in getConstantOffsetComplexAddrs() local 1191 if (!OpA || !OpB || OpA->getOpcode() != OpB->getOpcode() || in getConstantOffsetComplexAddrs() 1192 OpA->getType() != OpB->getType()) in getConstantOffsetComplexAddrs() 1205 OpB = dyn_cast<Instruction>(OpB->getOperand(0)); in getConstantOffsetComplexAddrs() 1206 if (!OpB || ValA->getType() != OpB->getType()) in getConstantOffsetComplexAddrs() 1210 const SCEV *OffsetSCEVB = SE.getSCEV(OpB); in getConstantOffsetComplexAddrs() 1226 // First attempt: if OpB is an add with NSW/NUW, and OpB is IdxDiff added to in getConstantOffsetComplexAddrs() 1228 if (OpB->getOpcode() == Instruction::Add && in getConstantOffsetComplexAddrs() 1229 isa<ConstantInt>(OpB->getOperand(1)) && in getConstantOffsetComplexAddrs() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugValueManager.cpp | 54 const MachineOperand &OpA = A->getOperand(1), &OpB = B->getOperand(1); in isSameScalarConst() local 55 if ((OpA.isImm() && OpB.isImm() && OpA.getImm() == OpB.getImm()) || in isSameScalarConst() 56 (OpA.isFPImm() && OpB.isFPImm() && OpA.getFPImm() == OpB.getFPImm()) || in isSameScalarConst() 57 (OpA.isGlobal() && OpB.isGlobal() && OpA.getGlobal() == OpB.getGlobal())) in isSameScalarConst()
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | xlnx,emaclite.yaml | 19 - xlnx,opb-ethernetlite-1.01.a 20 - xlnx,opb-ethernetlite-1.01.b
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | xlnx,opb-uartlite.yaml | 4 $id: http://devicetree.org/schemas/serial/xlnx,opb-uartlite.yaml# 17 - xlnx,opb-uartlite-1.00.b
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CFGUpdate.h | 109 const auto &OpB = Operations[{B.getFrom(), B.getTo()}]; 110 return ReverseResultOrder ? OpA < OpB : OpA > OpB;
|