Home
last modified time | relevance | path

Searched refs:MN (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrBits.td63 MN#"\t$bitno, $dst"> {
69 MN#"\t$bitno, $dst"> {
76 MN#"\t$bitno, $dst"> {
83 MN#"\t$bitno, $dst"> {
103 def NAME#8jd : MxBIT_MR<MN, OP, MxType8d,
105 def NAME#8od : MxBIT_MR<MN, OP, MxType8d,
107 def NAME#8ed : MxBIT_MR<MN, OP, MxType8d,
109 def NAME#8pd : MxBIT_MR<MN, OP, MxType8d,
111 def NAME#8fd : MxBIT_MR<MN, OP, MxType8d,
114 def NAME#8ji : MxBIT_MI<MN, OPI, MxType8d,
[all …]
H A DM68kInstrShiftRotate.td55 class MxSR_DD<string MN, MxType TYPE, SDNode NODE, bit RODI, bits<2> ROOP>
57 MN#"."#TYPE.Prefix#"\t$opd, $dst",
64 class MxSR_DI<string MN, MxType TYPE, SDNode NODE, bit RODI, bits<2> ROOP>
67 MN#"."#TYPE.Prefix#"\t$opd, $dst",
75 multiclass MxSROp<string MN, SDNode NODE, bit RODI, bits<2> ROOP> {
80 def NAME#"8dd" : MxSR_DD<MN, MxType8d, NODE, RODI, ROOP>;
81 def NAME#"16dd" : MxSR_DD<MN, MxType16d, NODE, RODI, ROOP>;
82 def NAME#"32dd" : MxSR_DD<MN, MxType32d, NODE, RODI, ROOP>;
84 def NAME#"8di" : MxSR_DI<MN, MxType8d, NODE, RODI, ROOP>;
85 def NAME#"16di" : MxSR_DI<MN, MxType16d, NODE, RODI, ROOP>;
[all …]
H A DM68kInstrArithmetic.td91 MN#"."#TYPE.Prefix#"\t$opd, $dst",
105 MN#"."#TYPE.Prefix#"\t$opd, $dst",
132 MN#"."#TYPE.Prefix#"\t$opd, $dst",
166 class MxBiArOp_MR<string MN, MxType TYPE,
178 class MxBiArOp_MI<string MN, MxType TYPE,
234 def NAME#SZ#"pd" : MxBiArOp_MR<MN,
239 def NAME#SZ#"fd" : MxBiArOp_MR<MN,
244 def NAME#SZ#"jd" : MxBiArOp_MR<MN,
249 def NAME#SZ#"pi" : MxBiArOp_MI<MN,
254 def NAME#SZ#"fi" : MxBiArOp_MI<MN,
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMultiHazardRecognizer.cpp59 auto MN = [=](unsigned a, std::unique_ptr<ScheduleHazardRecognizer> &R) { in PreEmitNoops() local
62 return std::accumulate(Recognizers.begin(), Recognizers.end(), 0u, MN); in PreEmitNoops()
66 auto MN = [=](unsigned a, std::unique_ptr<ScheduleHazardRecognizer> &R) { in PreEmitNoops() local
69 return std::accumulate(Recognizers.begin(), Recognizers.end(), 0u, MN); in PreEmitNoops()
H A DRDFGraph.cpp555 Node MN = M; in addPhi() local
557 M = MN; in addPhi()
558 MN = G.addr<NodeBase *>(M.Addr->getNext()); in addPhi()
559 assert(MN.Addr->getType() == NodeAttrs::Code); in addPhi()
560 } while (MN.Addr->getKind() == NodeAttrs::Phi); in addPhi()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp131 if (MN) { in beginMapping()
132 MN->ValidKeys.clear(); in beginMapping()
137 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in keys() local
139 if (!MN) { in keys()
143 for (auto &P : MN->Mapping) in keys()
164 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in preflightKey() local
165 if (!MN) { in preflightKey()
172 MN->ValidKeys.push_back(Key); in preflightKey()
173 HNode *Value = MN->Mapping[Key].first; in preflightKey()
195 if (!MN) in endMapping()
[all …]
/freebsd-14.2/bin/dd/
H A Dref.pareven5 00000040 c0 41 42 c3 44 c5 c6 47 48 c9 ca 4b cc 4d 4e cf |.AB.D..GH..K.MN.|
13 000000c0 c0 41 42 c3 44 c5 c6 47 48 c9 ca 4b cc 4d 4e cf |.AB.D..GH..K.MN.|
/freebsd-14.2/contrib/ntp/ntpd/
H A Drefclock_wwv.c309 #define MN 0 /* minute digits (2) */ macro
329 {DECIM9, MN}, /* 14 */
334 {DECIM6, MN + 1}, /* 19 p2 */
701 up->decvec[MN].radix = 10; /* minutes */ in wwv_start()
702 up->decvec[MN + 1].radix = 6; in wwv_start()
2071 pp->minute = up->decvec[MN].digit + up->decvec[MN + in wwv_clock()
2231 temp = carry(&up->decvec[MN]); /* minute units */ in wwv_tsec()
2239 temp = carry(&up->decvec[MN + 1]); in wwv_tsec()
2252 minute = up->decvec[MN].digit + up->decvec[MN + 1].digit * in wwv_tsec()
2637 minute = up->decvec[MN].digit + up->decvec[MN + 1].digit * 10; in timecode()
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,tegra234-cbb.yaml21 Root Master Node (MN) before it connects to any other element of the
22 fabric. Each Root MN contains a Error Monitor (EM) which detects and
/freebsd-14.2/tools/kerneldoc/subsys/
H A DDoxyfile-dev_mn6 PROJECT_NAME = "FreeBSD kernel MN device code"
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp845 const EmitMergeInputChainsMatcher *MN = in EmitMatcher() local
849 if (MN->getNumNodes() == 1 && MN->getNode(0) < 3) { in EmitMatcher()
850 OS << "OPC_EmitMergeInputChains1_" << MN->getNode(0) << ",\n"; in EmitMatcher()
854 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", "; in EmitMatcher()
855 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i) in EmitMatcher()
856 OS << MN->getNode(i) << ", "; in EmitMatcher()
858 return 2+MN->getNumNodes(); in EmitMatcher()
/freebsd-14.2/sys/contrib/device-tree/src/arm64/renesas/
H A Dhihope-rzg2-ex-lvds.dtsi3 * Device Tree Source for the RZ/G2[MN] HiHope sub board LVDS common parts
H A Dhihope-rev2.dtsi3 * Device Tree Source for the HiHope RZ/G2[MN] main board Rev.2.0 common
H A Dhihope-rev4.dtsi4 * HiHope RZ/G2[MN] Rev.3.0/4.0 main board common parts
H A Dhihope-common.dtsi4 * HiHope RZ/G2[MN] Rev.[2.0/3.0/4.0] main board common parts
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp150 MachineSDNode *MN = dyn_cast<MachineSDNode>(N); in CloneNodeWithValues() local
154 if (MN) in CloneNodeWithValues()
155 MMOs.assign(MN->memoperands_begin(), MN->memoperands_end()); in CloneNodeWithValues()
160 if (MN) in CloneNodeWithValues()
161 DAG->setNodeMemRefs(MN, MMOs); in CloneNodeWithValues()
H A DSelectionDAGDumper.cpp630 if (const MachineSDNode *MN = dyn_cast<MachineSDNode>(this)) { in print_details() local
631 if (!MN->memoperands_empty()) { in print_details()
634 for (MachineSDNode::mmo_iterator i = MN->memoperands_begin(), in print_details()
635 e = MN->memoperands_end(); i != e; ++i) { in print_details()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp897 for (unsigned MN = 0, N = Primary->Exports.size(); MN != N; ++MN) { in ExecuteAction() local
898 if (Module *M = Primary->Exports[MN].getPointer()) { in ExecuteAction()
/freebsd-14.2/contrib/tzdata/
H A Dzone.tab47 AR -3124-06411 America/Argentina/Cordoba Argentina (most areas: CB, CC, CN, ER, FM, MN, SE, SF)
267 MN +4755+10653 Asia/Ulaanbaatar most of Mongolia
268 MN +4801+09139 Asia/Hovd Bayan-Olgii, Hovd, Uvs
H A Dzone1970.tab53 AR -3124-06411 America/Argentina/Cordoba most areas: CB, CC, CN, ER, FM, MN, SE, SF
213 MN +4755+10653 Asia/Ulaanbaatar most of Mongolia
214 MN +4801+09139 Asia/Hovd Bayan-Ölgii, Hovd, Uvs
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp832 transferMemOperands(ST, MN); in tryTLSXFormStore()
833 ReplaceNode(ST, MN); in tryTLSXFormStore()
885 transferMemOperands(LD, MN); in tryTLSXFormLoad()
886 ReplaceNode(LD, MN); in tryTLSXFormLoad()
5614 transferMemOperands(N, MN); in Select()
5615 ReplaceNode(N, MN); in Select()
5652 transferMemOperands(N, MN); in Select()
5653 ReplaceNode(N, MN); in Select()
6118 ReplaceNode(TocEntry, MN); in Select()
6188 transferMemOperands(N, MN); in Select()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1160 ConstantSDNode *MN = dyn_cast<ConstantSDNode>(T0.getOperand(1).getNode()); in ppAddrRewriteAndSrl() local
1161 if (MN == nullptr) in ppAddrRewriteAndSrl()
1163 if (MN->getAPIntValue().getBitWidth() != 32) in ppAddrRewriteAndSrl()
1165 uint32_t Mask = MN->getZExtValue(); in ppAddrRewriteAndSrl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1605 if (MemSDNode *MN = dyn_cast<MemSDNode>(N)) in findMemSDNode() local
1606 return MN; in findMemSDNode()
1609 if (MemSDNode *MN = in findMemSDNode() local
1611 return MN; in findMemSDNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3230 for (auto *MN : Nodes) { in handleMacroNodes() local
3231 if (auto *M = dyn_cast<DIMacro>(MN)) in handleMacroNodes()
3233 else if (auto *F = dyn_cast<DIMacroFile>(MN)) in handleMacroNodes()
/freebsd-14.2/share/misc/
H A Diso3166168 MN MNG 496 Mongolia

12