/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrSPE.td | 19 bits<5> RB; 25 let Inst{16-20} = RB; 31 let RB = 0; 38 bits<5> RB; 45 let Inst{16-20} = RB; 113 let RB = 0; 116 def BRINC : EVXForm_1<527, (outs gprc:$RT), (ins gprc:$RA, gprc:$RB), 117 "brinc $RT, $RA, $RB", IIC_VecFP>; 121 def EVADDIW : EVXForm_1<514, (outs gprc:$RT), (ins gprc:$RA, u5imm:$RB), 122 "evaddiw $RT, $RB, $RA", IIC_VecFP>; [all …]
|
D | PPCInstrHTM.td | 109 def : Pat<(int_ppc_tabortwc i32:$TO, i32:$RA, i32:$RB), 110 (TABORTWC (HTM_get_imm imm:$TO), $RA, $RB)>; 115 def : Pat<(int_ppc_tabortdc i32:$TO, i32:$RA, i32:$RB), 116 (TABORTDC (HTM_get_imm imm:$TO), $RA, $RB)>;
|
D | PPCInstrFormats.td | 476 bits<5> RB; 482 let Inst{16-20} = RB; 492 bits<5> RB; 497 let Inst{16-20} = RB; 526 bits<5> RB; 529 let Inst{16-20} = RB; 1289 bits<5> RB; 1297 let Inst{16-20} = RB; 1306 let RB = 0; 1347 bits<5> RB; [all …]
|
/external/valgrind/none/tests/ppc64/ |
D | opcodes.h | 28 #define X20_ASM(OPCODE, TH, RA, RB, XO, RES) \ argument 33 "(" #RB "<<" X20_RB_OFFSET ")" "+" \ 37 #define X20(OPCODE, TH, RA, RB, XO, RES) X20_ASM(OPCODE, TH, RA, RB, XO, RES) argument 46 #define DCBT_S(RA, RB, TH) X20(DCBT_OPCODE, TH, RA, RB, DCBT_XO, DCBT_RES) argument 47 #define ASM_DCBT(RA, RB, TH) __asm__ __volatile__ (DCBT_S(RA, RB, TH)) argument 53 #define DCBTST_S(RA, RB, TH) X20(DCBTST_OPCODE, TH, RA, RB, DCBTST_XO, DCBTST_RES) argument 54 #define ASM_DCBTST(RA, RB, TH) __asm__ __volatile__ (DCBTST_S(RA, RB, TH)) argument
|
D | data-cache-instructions.c | 33 asm volatile ("dcbzl 0, %[RB]" : : [RB] "r" (rb)); in query_block_size() 50 asm volatile ("dcbzl %[RA], %[RB]" : : [RA] "r" (0), [RB] "r" (addr)); in test_dcbzl_at()
|
/external/valgrind/none/tests/ppc32/ |
D | opcodes.h | 28 #define X20_ASM(OPCODE, TH, RA, RB, XO, RES) \ argument 33 "(" #RB "<<" X20_RB_OFFSET ")" "+" \ 37 #define X20(OPCODE, TH, RA, RB, XO, RES) X20_ASM(OPCODE, TH, RA, RB, XO, RES) argument 46 #define DCBT_S(RA, RB, TH) X20(DCBT_OPCODE, TH, RA, RB, DCBT_XO, DCBT_RES) argument 47 #define ASM_DCBT(RA, RB, TH) __asm__ __volatile__ (DCBT_S(RA, RB, TH)) argument 53 #define DCBTST_S(RA, RB, TH) X20(DCBTST_OPCODE, TH, RA, RB, DCBTST_XO, DCBTST_RES) argument 54 #define ASM_DCBTST(RA, RB, TH) __asm__ __volatile__ (DCBTST_S(RA, RB, TH)) argument
|
D | data-cache-instructions.c | 33 asm volatile ("dcbzl 0, %[RB]" : : [RB] "r" (rb)); in query_block_size() 50 asm volatile ("dcbzl %[RA], %[RB]" : : [RA] "r" (0), [RB] "r" (addr)); in test_dcbzl_at()
|
/external/clang/lib/Rewrite/ |
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() 381 RewriteBuffer &RB = getEditBuffer(FID); in IncreaseIndentation() local 389 RB.InsertText(offs, indent, /*InsertAfter=*/false); in IncreaseIndentation()
|
/external/clang/test/Layout/ |
D | ms-x86-alias-avoidance-padding.cpp | 302 struct RB { char c; }; argument 306 struct RX0 : RB, RA {}; 307 struct RX1 : RA, RB {}; 309 struct RX3 : RA { RB a; }; 311 struct RX5 { RA a; RB b; }; 312 struct RX6 : virtual RV { RB a; };
|
/external/clang/lib/Frontend/Rewrite/ |
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()
|
/external/pdfium/third_party/libtiff/ |
D | tif_color.c | 178 #define Code2V(c, RB, RW, CR) ((((c)-(int32)(RB))*(float)(CR))/(float)(((RW)-(RB)) ? ((RW)-(RB)) : … argument
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_color.c | 178 #define Code2V(c, RB, RW, CR) ((((c)-(int32)(RB))*(float)(CR))/(float)(((RW)-(RB)) ? ((RW)-(RB)) : … argument
|
/external/valgrind/tests/ |
D | power_insn_available.c | 61 asm volatile ("dcbzl 0, %[RB]" : : [RB] "r" (rb)); in dcbzl_available()
|
/external/clang/include/clang/Rewrite/Core/ |
D | HTMLRewrite.h | 47 void HighlightRange(RewriteBuffer &RB, unsigned B, unsigned E,
|
/external/libxml2/result/ |
D | wml.xml.sax | 14 SAX.startElement(a, href='rubmenu.asp?CP=75008&RB=01')
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonVLIWPacketizer.cpp | 218 MachineBasicBlock::iterator RB = Begin; in runOnMachineFunction() local 219 while (RB != End && HII->isSchedulingBoundary(RB, &MB, MF)) in runOnMachineFunction() 220 ++RB; in runOnMachineFunction() 223 MachineBasicBlock::iterator RE = RB; in runOnMachineFunction() 230 if (RB != End) in runOnMachineFunction() 231 Packetizer.PacketizeMIs(&MB, RB, RE); in runOnMachineFunction()
|
D | HexagonGenInsert.cpp | 218 BitValueOrdering(const RegisterOrdering &RB) : BaseOrd(RB) {} in BitValueOrdering() 486 void buildOrderingBT(RegisterOrdering &RB, RegisterOrdering &RO) const; 580 void HexagonGenInsert::buildOrderingBT(RegisterOrdering &RB, in buildOrderingBT() argument 584 BitValueOrdering BVO(RB); in buildOrderingBT() 588 for (RegisterOrdering::iterator I = RB.begin(), E = RB.end(); I != E; ++I) in buildOrderingBT()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_kfst_spho1.pkb | 3 RR&R4RBRPR^RlRzR�R�R�R�R�R�R�R�R�SSS"S0S>SLSZS…
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 144 for (const auto &RB : PPOpts.RemappedFileBuffers) in printResult() local 145 OS << RB.second->getBuffer(); in printResult()
|
/external/skia/gm/ |
D | image.cpp | 112 RB = W * 4 + 8, enumerator 116 fBufferSize = RB * H; in ImageGM() 174 SkAutoTUnref<SkSurface> surf0(SkSurface::NewRasterDirect(info, fBuffer, RB)); in onDraw()
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 251 for (const auto &RB : PPOpts.RemappedFileBuffers) in ~ASTUnit() local 252 delete RB.second; in ~ASTUnit() 1218 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in ComputePreamble() local 1219 std::string MPath(RB.first); in ComputePreamble() 1225 Buffer = const_cast<llvm::MemoryBuffer *>(RB.second); in ComputePreamble() 1400 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in getMainBufferWithPrecompiledPreamble() local 1403 OverriddenFiles[RB.first] = in getMainBufferWithPrecompiledPreamble() 1404 PreambleFileHash::createForMemoryBuffer(RB.second); in getMainBufferWithPrecompiledPreamble() 2033 for (const auto &RB : PPOpts.RemappedFileBuffers) in Reparse() local 2034 delete RB.second; in Reparse()
|
D | CompilerInstance.cpp | 251 for (const auto &RB : InitOpts.RemappedFileBuffers) { in InitializeFileRemapping() local 254 FileMgr.getVirtualFile(RB.first, RB.second->getBufferSize(), 0); in InitializeFileRemapping() 256 Diags.Report(diag::err_fe_remap_missing_from_file) << RB.first; in InitializeFileRemapping() 258 delete RB.second; in InitializeFileRemapping() 264 SourceMgr.overrideFileContents(FromFile, RB.second, in InitializeFileRemapping()
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 785 ObjCMethodDecl *setMethod, SourceLocation RB) 792 RBracket(RB), 805 SourceLocation RB); 808 void setRBracket(SourceLocation RB) { RBracket = RB; }
|
/external/clang/lib/AST/ |
D | ExprObjC.cpp | 128 ObjCMethodDecl *setMethod, SourceLocation RB) { in Create() argument 131 base, key, T, VK_LValue, OK_ObjCSubscript, getMethod, setMethod, RB); in Create()
|