Searched refs:RCW (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | ocelot.txt | 47 needed in the RCW binary): 130 needed in the RCW binary):
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | layerscape-pci.txt | 6 This controller derives its clocks from the Reset Configuration Word (RCW)
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/ |
H A D | bman.txt | 88 via the Reset Configuration Word (RCW) and that are relevant to a specific board
|
H A D | qman.txt | 115 configured via the Reset Configuration Word (RCW) and that are relevant to a
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/ |
H A D | ls1021a-tsn.dts | 268 label = "RCW";
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 12286 // * RCW<OP> family 12301 // RCW[S]CAS{<order>} <Xs>, <Xt>, [<Xn|SP>] 12302 // RCW[S]CASP{<order>} <Xs>, <X(s+1)>, <Xt>, <X(t+1)> [<Xn|SP>] 12363 // Read-Check-Write <OP> family (RCW[CLR|SET|SWP][S|P|PS]?[A|L|AL]?) 12385 // RCW[S]<OP>{<order>} <Xs>, <Xt>, [<Xn|SP>] 12386 // RCW[S]<OP>P{<order>} <Xt1>, <Xt2>, [<Xn|SP>]
|
H A D | AArch64InstrInfo.td | 9937 defm RCW : ReadCheckWriteCompareAndSwap;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 12312 SDValue RCW = DAG.getNode(RISCVISD::READ_COUNTER_WIDE, DL, VTs, in ReplaceNodeResults() 12316 DAG.getNode(ISD::BUILD_PAIR, DL, MVT::i64, RCW, RCW.getValue(1))); in ReplaceNodeResults() 12317 Results.push_back(RCW.getValue(2)); in ReplaceNodeResults() 12310 SDValue RCW = DAG.getNode(RISCVISD::READ_COUNTER_WIDE, DL, VTs, ReplaceNodeResults() local
|