| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrShiftRotate.td | 55 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 D | M68kInstrArithmetic.td | 68 class MxBiArOp_R_RR_xEA<string MN, SDNode NODE, MxType DST_TYPE, MxType SRC_TYPE, 71 MN#"."#DST_TYPE.Prefix#"\t$opd, $dst", 89 class MxBiArOp_R_RR_EAd<string MN, SDNode NODE, MxType TYPE, bits<4> CMD> 91 MN#"."#TYPE.Prefix#"\t$opd, $dst", 102 class MxBiArOp_R_RM<string MN, SDNode NODE, MxType TYPE, MxOperand OPD, ComplexPattern PAT, 105 MN#"."#TYPE.Prefix#"\t$opd, $dst", 130 class MxBiArOp_R_RI_xEA<string MN, SDNode NODE, MxType TYPE, bits<4> CMD> 132 MN#"."#TYPE.Prefix#"\t$opd, $dst", 145 class MxBiArOp_R_RI<string MN, SDNode NODE, MxType TYPE, bits<4> CMD> 147 MN#"i."#TYPE.Prefix#"\t$opd, $dst", [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MultiHazardRecognizer.cpp | 59 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 D | RDFGraph.cpp | 554 Node MN = M; in addPhi() local 556 M = MN; in addPhi() 557 MN = G.addr<NodeBase *>(M.Addr->getNext()); in addPhi() 558 assert(MN.Addr->getType() == NodeAttrs::Code); in addPhi() 559 } while (MN.Addr->getKind() == NodeAttrs::Phi); in addPhi()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 129 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode); in beginMapping() local 130 if (MN) { in beginMapping() 131 MN->ValidKeys.clear(); in beginMapping() 136 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in keys() local 138 if (!MN) { in keys() 142 for (auto &P : MN->Mapping) in keys() 163 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in preflightKey() local 164 if (!MN) { in preflightKey() 171 MN->ValidKeys.push_back(Key); in preflightKey() 172 HNode *Value = MN->Mapping[Key].first; in preflightKey() [all …]
|
| /freebsd/bin/dd/ |
| H A D | ref.pareven | 5 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/contrib/ntp/ntpd/ |
| H A D | refclock_wwv.c | 309 #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] in wwv_tsec() [all...] |
| /freebsd/tools/kerneldoc/subsys/ |
| H A D | Doxyfile-dev_mn | 6 PROJECT_NAME = "FreeBSD kernel MN device code"
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 891 const EmitMergeInputChainsMatcher *MN = in EmitMatcher() local 895 if (MN->getNumNodes() == 1 && MN->getNode(0) < 3) { in EmitMatcher() 896 OS << "OPC_EmitMergeInputChains1_" << MN->getNode(0) << ",\n"; in EmitMatcher() 900 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", "; in EmitMatcher() 901 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i) in EmitMatcher() 902 OS << MN->getNode(i) << ", "; in EmitMatcher() 904 return 2 + MN->getNumNodes(); in EmitMatcher()
|
| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | hihope-rzg2-ex-lvds.dtsi | 3 * Device Tree Source for the RZ/G2[MN] HiHope sub board LVDS common parts
|
| H A D | hihope-rev2.dtsi | 3 * Device Tree Source for the HiHope RZ/G2[MN] main board Rev.2.0 common
|
| H A D | hihope-rev4.dtsi | 4 * HiHope RZ/G2[MN] Rev.3.0/4.0 main board common parts
|
| H A D | hihope-common.dtsi | 4 * HiHope RZ/G2[MN] Rev.[2.0/3.0/4.0] main board common parts
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGSDNodes.cpp | 151 MachineSDNode *MN = dyn_cast<MachineSDNode>(N); in CloneNodeWithValues() local 155 if (MN) in CloneNodeWithValues() 156 MMOs.assign(MN->memoperands_begin(), MN->memoperands_end()); in CloneNodeWithValues() 161 if (MN) in CloneNodeWithValues() 162 DAG->setNodeMemRefs(MN, MMOs); in CloneNodeWithValues()
|
| H A D | SelectionDAGDumper.cpp | 714 if (const MachineSDNode *MN = dyn_cast<MachineSDNode>(this)) { in print_details() local 715 if (!MN->memoperands_empty()) { in print_details() 718 for (MachineSDNode::mmo_iterator i = MN->memoperands_begin(), in print_details() 719 e = MN->memoperands_end(); i != e; ++i) { in print_details()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | DependencyGraph.h | 295 if (auto *MN = dyn_cast<MemDGNode>(N)) in hasMemPred() local 296 return MemPreds.count(MN); in hasMemPred()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 961 for (unsigned MN = 0, N = Primary->Exports.size(); MN != N; ++MN) { in ExecuteAction() local 962 if (Module *M = Primary->Exports[MN].getPointer()) { in ExecuteAction()
|
| /freebsd/contrib/tzdata/ |
| H A D | zone.tab | 47 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 D | zone1970.tab | 53 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/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 818 SDNode *MN = CurDAG->getMachineNode(Opcode, dl, VTs, Ops); in tryTLSXFormStore() local 819 transferMemOperands(ST, MN); in tryTLSXFormStore() 820 ReplaceNode(ST, MN); in tryTLSXFormStore() 871 SDNode *MN = CurDAG->getMachineNode(Opcode, dl, VTs, Ops); in tryTLSXFormLoad() local 872 transferMemOperands(LD, MN); in tryTLSXFormLoad() 873 ReplaceNode(LD, MN); in tryTLSXFormLoad() 5612 SDNode *MN = CurDAG->getMachineNode( in Select() local 5615 transferMemOperands(N, MN); in Select() 5616 ReplaceNode(N, MN); in Select() 5650 SDNode *MN = CurDAG->getMachineNode( in Select() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 1260 ConstantSDNode *MN = dyn_cast<ConstantSDNode>(T0.getOperand(1).getNode()); in ppAddrRewriteAndSrl() local 1261 if (MN == nullptr) in ppAddrRewriteAndSrl() 1263 if (MN->getAPIntValue().getBitWidth() != 32) in ppAddrRewriteAndSrl() 1265 uint32_t Mask = MN->getZExtValue(); in ppAddrRewriteAndSrl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelDAGToDAG.cpp | 1742 if (MemSDNode *MN = dyn_cast<MemSDNode>(N)) in findMemSDNode() local 1743 return MN; in findMemSDNode() 1746 if (MemSDNode *MN = in findMemSDNode() local 1748 return MN; in findMemSDNode()
|
| /freebsd/share/misc/ |
| H A D | iso3166 | 168 MN MNG 496 Mongolia
|
| /freebsd/usr.sbin/tzsetup/ |
| H A D | baseline | 400 MN:Mongolia
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 3667 for (auto *MN : Nodes) { in handleMacroNodes() local 3668 if (auto *M = dyn_cast<DIMacro>(MN)) in handleMacroNodes() 3670 else if (auto *F = dyn_cast<DIMacroFile>(MN)) in handleMacroNodes()
|