Home
last modified time | relevance | path

Searched full:opb (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/sys/contrib/device-tree/src/powerpc/
H A Diss4xx.dts82 POB0: opb {
83 compatible = "ibm,opb-4xx", "ibm,opb";
114 stdout-path = "/plb/opb/serial@40000200";
H A Diss4xx-mpic.dts121 POB0: opb {
122 compatible = "ibm,opb-4xx", "ibm,opb";
153 stdout-path = "/plb/opb/serial@40000200";
H A Dwarp.dts116 POB0: opb {
117 compatible = "ibm,opb-440ep", "ibm,opb-440gp", "ibm,opb";
305 stdout-path = "/plb/opb/serial@ef600300";
H A Dacadia.dts83 POB0: opb {
84 compatible = "ibm,opb-405ez", "ibm,opb";
222 stdout-path = "/plb/opb/serial@ef600300";
H A Dsam440ep.dts123 POB0: opb {
124 compatible = "ibm,opb-440ep", "ibm,opb-440gp", "ibm,opb";
291 stdout-path = "/plb/opb/serial@ef600300";
H A Dbamboo.dts122 POB0: opb {
123 compatible = "ibm,opb-440ep", "ibm,opb-440gp", "ibm,opb";
300 stdout-path = "/plb/opb/serial@ef600300";
H A Dyosemite.dts120 POB0: opb {
121 compatible = "ibm,opb-440ep", "ibm,opb-440gp", "ibm,opb";
330 stdout-path = "/plb/opb/serial@ef600300";
H A Dklondike.dts120 POB0: opb {
121 compatible = "ibm,opb";
210 stdout-path = "/plb/opb/serial@50001000";
H A Dobs600.dts138 POB0: opb {
139 compatible = "ibm,opb-405ex", "ibm,opb";
312 stdout-path = "/plb/opb/serial@ef600200";
H A Drainier.dts136 POB0: opb {
137 compatible = "ibm,opb-440grx", "ibm,opb";
347 stdout-path = "/plb/opb/serial@ef600300";
H A Debony.dts125 POB0: opb {
126 compatible = "ibm,opb-440gp", "ibm,opb";
335 stdout-path = "/plb/opb/serial@40000200";
H A Dicon.dts152 POB0: opb {
153 compatible = "ibm,opb-440spe", "ibm,opb-440gp", "ibm,opb";
438 stdout-path = "/plb/opb/serial@f0000200";
H A Dredwood.dts140 POB0: opb {
141 compatible = "ibm,opb-460sx", "ibm,opb";
365 stdout-path = "/plb/opb/serial@ef600200";
H A Dsequoia.dts163 POB0: opb {
164 compatible = "ibm,opb-440epx", "ibm,opb";
409 stdout-path = "/plb/opb/serial@ef600300";
H A Dkatmai.dts156 POB0: opb {
157 compatible = "ibm,opb-440spe", "ibm,opb-440gp", "ibm,opb";
490 stdout-path = "/plb/opb/serial@f0000200";
H A Dhotfoot.dts87 POB0: opb {
88 compatible = "ibm,opb-405ep", "ibm,opb";
H A Dcurrituck.dts84 POB0: opb {
85 compatible = "ibm,opb-4xx", "ibm,opb";
H A Dtaishan.dts161 POB0: opb {
162 compatible = "ibm,opb-440gx", "ibm,opb";
425 stdout-path = "/plb/opb/serial@40000300";
H A Deiger.dts144 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 Daspeed,ast2600-fsi-master.yaml58 - description: OPB control registers
63 - const: opb
113 reg-names = "opb", "ctrl", "fsi";
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1101 // 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 DWebAssemblyDebugValueManager.cpp54 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 Dxlnx,emaclite.yaml19 - xlnx,opb-ethernetlite-1.01.a
20 - xlnx,opb-ethernetlite-1.01.b
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dxlnx,opb-uartlite.yaml4 $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 DCFGUpdate.h109 const auto &OpB = Operations[{B.getFrom(), B.getTo()}];
110 return ReverseResultOrder ? OpA < OpB : OpA > OpB;

12