| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | ppc-opc.c | 380 #define RB RAOPT + 1 macro 387 #define RBS RB + 1 1716 { "macchw", XO(4,172,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1717 { "macchw.", XO(4,172,0,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1718 { "macchwo", XO(4,172,1,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1719 { "macchwo.", XO(4,172,1,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1720 { "macchws", XO(4,236,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1721 { "macchws.", XO(4,236,0,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1722 { "macchwso", XO(4,236,1,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1723 { "macchwso.", XO(4,236,1,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, [all …]
|
| D | alpha-opc.c | 209 #define RB (RA + 1) macro 211 #define RC (RB + 1) 416 #define ARG_OPR { RA, RB, DRC1 } 418 #define ARG_OPRZ1 { ZA, RB, DRC1 } 565 { "mov", OPR(0x11,0x20), BASE, { ZA, RB, RC } }, /* pseudo */ 1048 { "rpcc", MFC(0x18,0xC000), BASE, { RA, RB } }, /* ev6 una */ 1316 { "hw_mtpr", OP(0x1D), OP_MASK, EV6, { ZA, RB, EV6HWINDEX } },
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/ |
| D | HTMLRewrite.cpp | 57 void html::HighlightRange(RewriteBuffer &RB, unsigned B, unsigned E, in HighlightRange() argument 61 RB.InsertTextAfter(B, StartTag); in HighlightRange() 62 RB.InsertTextBefore(E, EndTag); in HighlightRange() 76 RB.InsertTextBefore(LastNonWhiteSpace+1, EndTag); in HighlightRange() 95 RB.InsertTextAfter(i, StartTag); in HighlightRange() 115 RewriteBuffer &RB = R.getEditBuffer(FID); in EscapeText() local 128 RB.ReplaceText(FilePos, 1, " "); in EscapeText() 132 RB.ReplaceText(FilePos, 1, "<hr>"); in EscapeText() 141 RB.ReplaceText(FilePos, 1, in EscapeText() 145 RB.ReplaceText(FilePos, 1, StringRef(" ", NumSpaces)); in EscapeText() [all …]
|
| D | Rewriter.cpp | 143 const RewriteBuffer &RB = I->second; in getRangeSize() local 144 EndOff = RB.getMappedOffset(EndOff, opts.IncludeInsertsAtEndOfRange); in getRangeSize() 145 StartOff = RB.getMappedOffset(StartOff, !opts.IncludeInsertsAtBeginOfRange); in getRangeSize() 195 const RewriteBuffer &RB = I->second; in getRewrittenText() local 196 EndOff = RB.getMappedOffset(EndOff, true); in getRewrittenText() 197 StartOff = RB.getMappedOffset(StartOff); in getRewrittenText() 204 RewriteBuffer::iterator Start = RB.begin(); in getRewrittenText() 407 RewriteBuffer &RB = getEditBuffer(FID); in IncreaseIndentation() local 415 RB.InsertText(offs, indent, /*InsertAfter=*/false); in IncreaseIndentation()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| D | RewriteMacros.cpp | 95 RewriteBuffer &RB = Rewrite.getEditBuffer(SM.getMainFileID()); in RewriteMacrosInInput() local 134 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//"); in RewriteMacrosInInput() 140 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//"); in RewriteMacrosInInput() 170 RB.InsertTextAfter(RawOffs, &" /*"[HasSpace]); in RewriteMacrosInInput() 188 RB.InsertTextBefore(EndPos, "*/"); in RewriteMacrosInInput() 204 RB.InsertTextBefore(InsertPos, Expansion); in RewriteMacrosInInput()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCInstrFormats.td | 437 bits<5> RB; 443 let Inst{16-20} = RB; 813 bits<5> RB; 821 let Inst{16-20} = RB; 830 let RB = 0; 871 bits<5> RB; 878 let Inst{16-20} = RB; 890 bits<5> RB; 900 let Inst{16-20} = RB; 938 bits<5> RB; [all …]
|
| D | PPCInstrInfo.td | 2345 def SLBIE : XForm_16b<31, 434, (outs), (ins gprc:$RB), 2346 "slbie $RB", SprSLBIE, []>; 2348 def SLBMTE : XForm_26<31, 402, (outs), (ins gprc:$RS, gprc:$RB), 2349 "slbmte $RS, $RB", SprSLBMTE, []>; 2351 def SLBMFEE : XForm_26<31, 915, (outs gprc:$RT), (ins gprc:$RB), 2352 "slbmfee $RT, $RB", SprSLBMFEE, []>; 2359 def TLBIEL : XForm_16b<31, 274, (outs), (ins gprc:$RB), 2360 "tlbiel $RB", SprTLBIEL, []>; 2362 def TLBIE : XForm_26<31, 306, (outs), (ins gprc:$RS, gprc:$RB), 2363 "tlbie $RB,$RS", SprTLBIE, []>; [all …]
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Rewrite/Core/ |
| D | HTMLRewrite.h | 47 void HighlightRange(RewriteBuffer &RB, unsigned B, unsigned E,
|
| /freebsd-9-stable/share/colldef/ |
| D | be_BY.CP1131.src | 41 <vH>;<ul>;<dr>;<FB>;<LB>;<lB>;<RB>;<TB>
|
| D | ru_RU.CP866.src | 38 <TB>;<LB>;<FB>;<lB>;<RB>;<.S>;<:S>;<?S>;<fS>;<DT>;\
|
| D | uk_UA.KOI8-U.src | 39 <TB>;<LB>;<FB>;<lB>;<RB>;<.S>;<:S>;<?S>;<fS>;<DT>
|
| D | ru_RU.KOI8-R.src | 39 <TB>;<LB>;<FB>;<lB>;<RB>;<.S>;<:S>;<?S>;<fS>;<DT>
|
| D | map.KOI8-R | 63 RB \x8f
|
| D | map.KOI8-U | 63 RB \x8f
|
| D | map.CP866 | 142 RB \xde
|
| D | map.CP1131 | 142 RB \xde
|
| /freebsd-9-stable/crypto/openssl/doc/ssl/ |
| D | SSL_rstate_string.pod | 41 =item "RB"/"read body"
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | ExprObjC.h | 796 ObjCMethodDecl *setMethod, SourceLocation RB) 803 RBracket(RB), 816 SourceLocation RB); 819 void setRBracket(SourceLocation RB) { RBracket = RB; }
|
| /freebsd-9-stable/share/doc/psd/05.sysman/ |
| D | spell.ok | 48 RB
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonHardwareLoops.cpp | 1372 const RegisterBump &RB = I->second; in fixupInductionVariable() local 1373 if (CmpRegs.count(RB.first)) { in fixupInductionVariable() 1378 int64_t V = RB.second; in fixupInductionVariable() 1400 if (MO.isReg() && MO.getReg() == RB.first) { in fixupInductionVariable()
|
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| D | power5.md | 258 ; Condition Register logical ops are split if non-destructive (RT != RB)
|
| D | power4.md | 305 ; Condition Register logical ops are split if non-destructive (RT != RB)
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | Stmt.cpp | 256 SourceLocation LB, SourceLocation RB) in CompoundStmt() argument 257 : Stmt(CompoundStmtClass), LBracLoc(LB), RBracLoc(RB) { in CompoundStmt()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMScheduleSwift.td | 1387 (instregex "LD(RB|R)(_|T_)(POST|PRE)_(IMM|REG)", "LDRH(_PRE|_POST)", 1389 "t2LD(R|RB|RH)_(PRE|POST)", "t2LD(R|RB|RH)T")>; 1519 "t2STR_preidx", "t2STR[BH]_preidx", "t2ST(RB|RH|R)T")>;
|
| /freebsd-9-stable/contrib/llvm/utils/TableGen/ |
| D | CodeGenRegisters.cpp | 1710 LessUnits(const CodeGenRegBank &RB): RegBank(RB) {} in LessUnits()
|