/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 | 555 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/contrib/llvm-project/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 130 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode); in beginMapping() local 131 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() [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/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 841 const EmitMergeInputChainsMatcher *MN = in EmitMatcher() local 845 if (MN->getNumNodes() == 1 && MN->getNode(0) < 3) { in EmitMatcher() 846 OS << "OPC_EmitMergeInputChains1_" << MN->getNode(0) << ",\n"; in EmitMatcher() 850 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", "; in EmitMatcher() 851 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i) in EmitMatcher() 852 OS << MN->getNode(i) << ", "; in EmitMatcher() 854 return 2 + MN->getNumNodes(); in EmitMatcher()
|
/freebsd/tools/kerneldoc/subsys/ |
H A D | Doxyfile-dev_mn | 6 PROJECT_NAME = "FreeBSD kernel MN device code"
|
/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 | 669 if (const MachineSDNode *MN = dyn_cast<MachineSDNode>(this)) { in print_details() local 670 if (!MN->memoperands_empty()) { in print_details() 673 for (MachineSDNode::mmo_iterator i = MN->memoperands_begin(), in print_details() 674 e = MN->memoperands_end(); i != e; ++i) { in print_details()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 932 for (unsigned MN = 0, N = Primary->Exports.size(); MN != N; ++MN) { in ExecuteAction() local 933 if (Module *M = Primary->Exports[MN].getPointer()) { in ExecuteAction()
|
/freebsd/contrib/tzdata/ |
H A D | zone1970.tab | 53 AR -3124-06411 America/Argentina/Cordoba most areas: CB, CC, CN, ER, FM, MN, SE, SF 212 MN +4755+10653 Asia/Ulaanbaatar most of Mongolia 213 MN +4801+09139 Asia/Hovd Bayan-Ölgii, Hovd, Uvs
|
H A D | zone.tab | 47 AR -3124-06411 America/Argentina/Cordoba Argentina (most areas: CB, CC, CN, ER, FM, MN, SE, SF) 266 MN +4755+10653 Asia/Ulaanbaatar most of Mongolia 267 MN +4801+09139 Asia/Hovd Bayan-Olgii, 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() 5599 SDNode *MN = CurDAG->getMachineNode( in Select() local 5602 transferMemOperands(N, MN); in Select() 5603 ReplaceNode(N, MN); in Select() 5637 SDNode *MN = CurDAG->getMachineNode( in Select() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 1259 ConstantSDNode *MN = dyn_cast<ConstantSDNode>(T0.getOperand(1).getNode()); in ppAddrRewriteAndSrl() local 1260 if (MN == nullptr) in ppAddrRewriteAndSrl() 1262 if (MN->getAPIntValue().getBitWidth() != 32) in ppAddrRewriteAndSrl() 1264 uint32_t Mask = MN->getZExtValue(); in ppAddrRewriteAndSrl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 1628 if (MemSDNode *MN = dyn_cast<MemSDNode>(N)) in findMemSDNode() local 1629 return MN; in findMemSDNode() 1632 if (MemSDNode *MN = in findMemSDNode() local 1634 return MN; in findMemSDNode()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 3218 for (auto *MN : Nodes) { in handleMacroNodes() local 3219 if (auto *M = dyn_cast<DIMacro>(MN)) in handleMacroNodes() 3221 else if (auto *F = dyn_cast<DIMacroFile>(MN)) in handleMacroNodes()
|
/freebsd/share/misc/ |
H A D | iso3166 | 168 MN MNG 496 Mongolia
|
/freebsd/usr.sbin/tzsetup/ |
H A D | baseline | 400 MN:Mongolia
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3454.txt | 888 MN Code points that cannot be in the output because they 905 points move from category U to either D, MN, or AO. For backwards 907 points from any other category. That is, current AO, MN, or D code 912 code points from the MN, D, or U categories. 939 AO, MN, or D. There are 3 possible scenarios: 962 2. X is assigned to MN -- In newVersion, X is normalized to code 963 point "nX" and therefore X is now put in category MN. This cannot
|