Home
last modified time | relevance | path

Searched refs:RN (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-9-stable/contrib/binutils/opcodes/
Dmep-opc.c637 { { MNEM, ' ', OP (RN), 0 } },
643 { { MNEM, ' ', OP (RN), 0 } },
649 { { MNEM, ' ', OP (RN), 0 } },
655 { { MNEM, ' ', OP (RN), 0 } },
667 { { MNEM, ' ', OP (RN), ',', OP (RM), 0 } },
673 { { MNEM, ' ', OP (RN), ',', OP (SIMM8), 0 } },
679 { { MNEM, ' ', OP (RN), ',', OP (SIMM16), 0 } },
691 { { MNEM, ' ', OP (RN), ',', OP (UIMM16), 0 } },
697 { { MNEM, ' ', OP (RN), ',', OP (UIMM16), 0 } },
703 { { MNEM, ' ', OP (RL), ',', OP (RN), ',', OP (RM), 0 } },
[all …]
/freebsd-9-stable/sys/netsmb/
Dsmb_crypt.c91 smb_encrypt(const u_char *apwd, u_char *C8, u_char *RN) in smb_encrypt() argument
106 smb_E(S21, C8, RN); in smb_encrypt()
107 smb_E(S21 + 7, C8, RN + 8); in smb_encrypt()
108 smb_E(S21 + 14, C8, RN + 16); in smb_encrypt()
114 smb_ntencrypt(const u_char *apwd, u_char *C8, u_char *RN) in smb_ntencrypt() argument
135 smb_E(S21, C8, RN); in smb_ntencrypt()
136 smb_E(S21 + 7, C8, RN + 8); in smb_ntencrypt()
137 smb_E(S21 + 14, C8, RN + 16); in smb_ntencrypt()
Dsmb_subr.h112 int smb_encrypt(const u_char *apwd, u_char *C8, u_char *RN);
113 int smb_ntencrypt(const u_char *apwd, u_char *C8, u_char *RN);
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp194 const SCEV *RN = TransformSubExpr(RO, User, OperandValToReplace); in TransformImpl() local
195 if (LO != LN || RO != RN) in TransformImpl()
196 return SE.getUDivExpr(LN, RN); in TransformImpl()
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DCodeGenDAGPatterns.h628 Record *getResult(unsigned RN) const { in getResult() argument
629 assert(RN < Results.size()); in getResult()
630 return Results[RN]; in getResult()
638 Record *getImpResult(unsigned RN) const { in getImpResult() argument
639 assert(RN < ImpResults.size()); in getImpResult()
640 return ImpResults[RN]; in getImpResult()
/freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp110 buildExtractionBlockSet(const RegionNode &RN) { in buildExtractionBlockSet() argument
111 if (!RN.isSubRegion()) in buildExtractionBlockSet()
113 return buildExtractionBlockSet(RN.getNodeAs<BasicBlock>()); in buildExtractionBlockSet()
115 const Region &R = *RN.getNodeAs<Region>(); in buildExtractionBlockSet()
133 CodeExtractor::CodeExtractor(DominatorTree &DT, const RegionNode &RN, in CodeExtractor() argument
136 Blocks(buildExtractionBlockSet(RN)), NumExitBlocks(~0U) {} in CodeExtractor()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp577 if (unsigned RN = N->getOperand(i).getResNo()) in DumpNodesr() local
578 OS << ":" << RN; in DumpNodesr()
647 if (unsigned RN = getOperand(i).getResNo()) in print() local
648 OS << ":" << RN; in print()
DInstrEmitter.cpp72 if (RegisterSDNode *RN = dyn_cast<RegisterSDNode>(Node->getOperand(I - 1))) in countOperands() local
73 if (TargetRegisterInfo::isPhysicalRegister(RN->getReg())) in countOperands()
DSelectionDAGISel.cpp2358 SmallVectorImpl<std::pair<SDValue, SDNode*> > &RN, in MatchStateUpdater()
2361 RecordedNodes(RN), MatchScopes(MS) { } in MatchStateUpdater()
/freebsd-9-stable/contrib/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h82 CodeExtractor(DominatorTree &DT, const RegionNode &RN,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclarationName.cpp99 unsigned LN = LHSSelector.getNumArgs(), RN = RHSSelector.getNumArgs(); in compare() local
100 for (unsigned I = 0, N = std::min(LN, RN); I != N; ++I) { in compare()
109 return compareInt(LN, RN); in compare()
/freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTX.h140 RN, enumerator
/freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/InstPrinter/
DNVPTXInstPrinter.cpp127 case NVPTX::PTXCvtMode::RN: in printCvtMode()
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r286033-llvm-r219009-x86-codegen-crash.diff86 + SmallVectorImpl<std::pair<SDValue, SDNode*> > &RN,
89 + RecordedNodes(RN), MatchScopes(MS) { }
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-arm.c14397 REGSET(r, RN), REGSET(R, RN),
14400 REGDEF(a1,0,RN), REGDEF(a2,1,RN), REGDEF(a3, 2,RN), REGDEF(a4, 3,RN),
14401 REGDEF(v1,4,RN), REGDEF(v2,5,RN), REGDEF(v3, 6,RN), REGDEF(v4, 7,RN),
14402 REGDEF(v5,8,RN), REGDEF(v6,9,RN), REGDEF(v7,10,RN), REGDEF(v8,11,RN),
14404 REGDEF(A1,0,RN), REGDEF(A2,1,RN), REGDEF(A3, 2,RN), REGDEF(A4, 3,RN),
14405 REGDEF(V1,4,RN), REGDEF(V2,5,RN), REGDEF(V3, 6,RN), REGDEF(V4, 7,RN),
14406 REGDEF(V5,8,RN), REGDEF(V6,9,RN), REGDEF(V7,10,RN), REGDEF(V8,11,RN),
14409 REGDEF(wr, 7,RN), REGDEF(sb, 9,RN), REGDEF(sl,10,RN), REGDEF(fp,11,RN),
14410 REGDEF(ip,12,RN), REGDEF(sp,13,RN), REGDEF(lr,14,RN), REGDEF(pc,15,RN),
14412 REGDEF(WR, 7,RN), REGDEF(SB, 9,RN), REGDEF(SL,10,RN), REGDEF(FP,11,RN),
[all …]
/freebsd-9-stable/contrib/llvm/include/llvm/Analysis/
DDominators.h351 const DomTreeNodeBase<NodeT> *RN = getNode(R); in getDescendants() local
353 WL.push_back(RN); in getDescendants()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1428 RegisterSDNode *RN = dyn_cast<RegisterSDNode>(Base); in SelectLEA64_32Addr() local
1429 if (RN && RN->getReg() == 0) in SelectLEA64_32Addr()
1441 RN = dyn_cast<RegisterSDNode>(Index); in SelectLEA64_32Addr()
1442 if (RN && RN->getReg() == 0) in SelectLEA64_32Addr()
/freebsd-9-stable/contrib/tzdata/
Dzone1970.tab53 AR -2447-06525 America/Argentina/Salta Salta (SA, LP, NQ, RN)
88 BR -0343-03830 America/Fortaleza Brazil (northeast: MA, PI, CE, RN, PB)
Dzone.tab45 AR -2447-06525 America/Argentina/Salta Salta (SA, LP, NQ, RN)
89 BR -0343-03830 America/Fortaleza Brazil (northeast: MA, PI, CE, RN, PB)
Dsouthamerica457 # Salta (SA), La Pampa (LP), Neuquén (NQ), Rio Negro (RN)
646 # Norte (RN), and the eastern part of Pará (PA) are all in BR1 without DST.
901 # adds SE, AL, PB, PE, RN, CE, PI, MA and RR.
909 # repeals DST in SE, AL, PB, RN, CE, PI and MA, effective 2000-10-22 00:00.
911 # (2001-09-13) reestablishes DST in AL, CE, MA, PB, PE, PI, RN, SE.
914 # Decree 4,399 (2002-10-01) repeals DST in AL, CE, MA, PB, PE, PI, RN, SE.
971 # Rocas Atoll (RN), and the St Peter and St Paul Archipelago (PE).
991 # Maranhão (MA), Piauí (PI), Ceará (CE), Rio Grande do Norte (RN),
Deurope2274 # http://asozd2.duma.gov.ru/main.nsf/%28Spravka%29?OpenAgent&RN=431985-6&02
2786 # http://asozd2.duma.gov.ru/main.nsf/(Spravka)?OpenAgent&RN=1085784-6
2823 # http://asozd2.duma.gov.ru/main.nsf/(SpravkaNew)?OpenAgent&RN=1006865-6
/freebsd-9-stable/contrib/sendmail/contrib/
Dmail.local.linux128 MC;.7-01+\`7RHZ"4'>!4,."?B+Q,/0>='=?QFR8\K.#+RN!0K;L!W*)GD">#
/freebsd-9-stable/share/misc/
Dpci_vendors8055 0166 GDT 7113RN/7513RN/7613RN
8056 0167 GDT 7123RN/7523RN/7623RN
8057 0168 GDT 7118RN/7518RN/7518RN
8058 0169 GDT 7128RN/7528RN/7628RN
8059 016a GDT 7538RN/7638RN
8060 016b GDT 7558RN/7658RN
8061 016c GDT 7533RN/7633RN
8062 016d GDT 7543RN/7643RN
8063 016e GDT 7553RN/7653RN
8064 016f GDT 7563RN/7663RN
[all …]
/freebsd-9-stable/sys/contrib/ngatm/netnatm/saal/
Dsaal_sscop.c167 #define QFIND(Q,RN) \ argument
171 if(_m->seqno == (RN)) { \
/freebsd-9-stable/contrib/groff/doc/
Dgroff-11878 -- Macro: .RN
5454 at NN+R1, NN+R2, ..., NN+RN and then at NN+RN+R1, NN+RN+R2, ...,
5455 NN+RN+RN, and so on.

12