Searched refs:RB (Results 1 - 25 of 32) sorted by relevance

12

/external/valgrind/main/none/tests/ppc32/
H A Dopcodes.h28 #define X20_ASM(OPCODE, TH, RA, RB, XO, RES) \
33 "(" #RB "<<" X20_RB_OFFSET ")" "+" \
37 #define X20(OPCODE, TH, RA, RB, XO, RES) X20_ASM(OPCODE, TH, RA, RB, XO, RES)
46 #define DCBT_S(RA, RB, TH) X20(DCBT_OPCODE, TH, RA, RB, DCBT_XO, DCBT_RES)
47 #define ASM_DCBT(RA, RB, TH) __asm__ __volatile__ (DCBT_S(RA, RB, TH))
53 #define DCBTST_S(RA, RB, TH) X20(DCBTST_OPCODE, TH, RA, RB, DCBTST_X
[all...]
H A Ddata-cache-instructions.c33 asm volatile ("dcbzl 0, %[RB]" : : [RB] "r" (rb));
50 asm volatile ("dcbzl %[RA], %[RB]" : : [RA] "r" (0), [RB] "r" (addr));
/external/valgrind/main/none/tests/ppc64/
H A Dopcodes.h28 #define X20_ASM(OPCODE, TH, RA, RB, XO, RES) \
33 "(" #RB "<<" X20_RB_OFFSET ")" "+" \
37 #define X20(OPCODE, TH, RA, RB, XO, RES) X20_ASM(OPCODE, TH, RA, RB, XO, RES)
46 #define DCBT_S(RA, RB, TH) X20(DCBT_OPCODE, TH, RA, RB, DCBT_XO, DCBT_RES)
47 #define ASM_DCBT(RA, RB, TH) __asm__ __volatile__ (DCBT_S(RA, RB, TH))
53 #define DCBTST_S(RA, RB, TH) X20(DCBTST_OPCODE, TH, RA, RB, DCBTST_X
[all...]
H A Ddata-cache-instructions.c33 asm volatile ("dcbzl 0, %[RB]" : : [RB] "r" (rb));
50 asm volatile ("dcbzl %[RA], %[RB]" : : [RA] "r" (0), [RB] "r" (addr));
/external/qemu/disas/
H A Dppc.c723 /* The RB field in an X, XO, M, or MDS form instruction. */
724 #define RB RAOPT + 1
728 /* The RB field in an X form instruction when it must be the same as
731 #define RBS RB + 1
1454 /* The RB field in an X form instruction when it must be the same as
1760 /* An X_MASK with the RB field fixed. */
1769 /* An X_MASK with the RA and RB fields fixed. */
1864 /* An XO_MASK with the RB field fixed. */
2063 { "macchw", XO(4,172,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
2064 { "macchw.", XO(4,172,0,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
720 #define RB macro
[all...]
/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp57 void html::HighlightRange(RewriteBuffer &RB, unsigned B, unsigned E, argument
61 RB.InsertTextAfter(B, StartTag);
62 RB.InsertTextBefore(E, EndTag);
76 RB.InsertTextBefore(LastNonWhiteSpace+1, EndTag);
95 RB.InsertTextAfter(i, StartTag);
115 RewriteBuffer &RB = R.getEditBuffer(FID); local
128 RB.ReplaceText(FilePos, 1, "&nbsp;");
132 RB.ReplaceText(FilePos, 1, "<hr>");
141 RB.ReplaceText(FilePos, 1,
145 RB
208 AddLineNumber(RewriteBuffer &RB, unsigned LineNo, unsigned B, unsigned E) argument
232 RewriteBuffer &RB = R.getEditBuffer(FID); local
358 RewriteBuffer &RB = R.getEditBuffer(FID); local
[all...]
H A DRewriter.cpp147 const RewriteBuffer &RB = I->second; local
148 EndOff = RB.getMappedOffset(EndOff, opts.IncludeInsertsAtEndOfRange);
149 StartOff = RB.getMappedOffset(StartOff, !opts.IncludeInsertsAtBeginOfRange);
199 const RewriteBuffer &RB = I->second; local
200 EndOff = RB.getMappedOffset(EndOff, true);
201 StartOff = RB.getMappedOffset(StartOff);
208 RewriteBuffer::iterator Start = RB.begin();
414 RewriteBuffer &RB = getEditBuffer(FID); local
422 RB.InsertText(offs, indent, /*InsertAfter=*/false);
/external/clang/test/Layout/
H A Dms-x86-alias-avoidance-padding.cpp302 struct RB { char c; }; struct
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; };
324 // CHECK-NEXT: 0 | struct RB (base)
337 // CHECK-X64-NEXT: 0 | struct RB (base)
350 // CHECK-NEXT: 0 | struct RB (base)
360 // CHECK-X64-NEXT: 0 | struct RB (bas
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteMacros.cpp95 RewriteBuffer &RB = Rewrite.getEditBuffer(SM.getMainFileID());
134 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//");
140 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//");
170 RB.InsertTextAfter(RawOffs, &" /*"[HasSpace]);
188 RB.InsertTextBefore(EndPos, "*/");
204 RB.InsertTextBefore(InsertPos, Expansion);
/external/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h47 void HighlightRange(RewriteBuffer &RB, unsigned B, unsigned E,
/external/valgrind/main/tests/
H A Dpower_insn_available.c61 asm volatile ("dcbzl 0, %[RB]" : : [RB] "r" (rb));
/external/chromium_org/third_party/skia/gm/
H A Dimage.cpp112 RB = W * 4 + 8, enumerator in enum:ImageGM::__anon15047
116 fBufferSize = RB * H;
177 SkAutoTUnref<SkSurface> surf0(SkSurface::NewRasterDirect(info, fBuffer, RB));
/external/skia/gm/
H A Dimage.cpp118 RB = W * 4 + 8, enumerator in enum:ImageGM::__anon30462
122 fBufferSize = RB * H;
182 SkAutoTUnref<SkSurface> surf0(SkSurface::NewRasterDirect(info, fBuffer, RB));
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlvm.c491 #define RB(i) check_exp(getBMode(GET_OPCODE(i)) == OpArgR, base+GETARG_B(i)) macro
558 setobjs2s(L, ra, RB(i));
589 Protect(luaV_gettable(L, RB(i), RKC(i), ra));
613 StkId rb = RB(i);
636 TValue *rb = RB(i);
646 TValue *rb = RB(i);
651 Protect(luaV_objlen(L, ra, RB(i)));
701 TValue *rb = RB(i);
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp142 for (const auto &RB : PPOpts.RemappedFileBuffers)
143 OS << RB.second->getBuffer();
/external/clang/lib/Frontend/
H A DASTUnit.cpp251 for (const auto &RB : PPOpts.RemappedFileBuffers)
252 delete RB.second;
1233 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) {
1234 std::string MPath(RB.first);
1244 Buffer = const_cast<llvm::MemoryBuffer *>(RB.second);
1426 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) {
1429 OverriddenFiles[RB.first] =
1430 PreambleFileHash::createForMemoryBuffer(RB.second);
2054 for (const auto &RB : PPOpts.RemappedFileBuffers)
2055 delete RB
[all...]
H A DCompilerInstance.cpp244 for (const auto &RB : InitOpts.RemappedFileBuffers) {
247 FileMgr.getVirtualFile(RB.first, RB.second->getBufferSize(), 0);
249 Diags.Report(diag::err_fe_remap_missing_from_file) << RB.first;
251 delete RB.second;
257 SourceMgr.overrideFileContents(FromFile, RB.second,
/external/clang/include/clang/AST/
H A DExprObjC.h796 ObjCMethodDecl *setMethod, SourceLocation RB)
803 RBracket(RB),
816 SourceLocation RB);
819 void setRBracket(SourceLocation RB) { RBracket = RB; } argument
793 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, ExprValueKind VK, ExprObjectKind OK, ObjCMethodDecl *getMethod, ObjCMethodDecl *setMethod, SourceLocation RB) argument
H A DStmt.h554 SourceLocation LB, SourceLocation RB);
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1372 const RegisterBump &RB = I->second; local
1373 if (CmpRegs.count(RB.first)) {
1378 int64_t V = RB.second;
1400 if (MO.isReg() && MO.getReg() == RB.first) {
/external/chromium_org/v8/src/arm64/
H A Dconstants-arm64.h791 V(ST, RB, w, 0x00000000), \
795 V(LD, RB, w, 0x00400000), \
/external/vixl/src/a64/
H A Dconstants-a64.h673 V(ST, RB, w, 0x00000000), \
677 V(LD, RB, w, 0x00400000), \
/external/clang/lib/AST/
H A DStmt.cpp256 SourceLocation LB, SourceLocation RB)
257 : Stmt(CompoundStmtClass), LBracLoc(LB), RBracLoc(RB) {
255 CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts, SourceLocation LB, SourceLocation RB) argument
H A DExpr.cpp4144 SourceLocation RB) {
4148 getMethod, setMethod, RB);
4139 Create(const ASTContext &C, Expr *base, Expr *key, QualType T, ObjCMethodDecl *getMethod, ObjCMethodDecl *setMethod, SourceLocation RB) argument
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp602 ExprResult Sema::BuildObjCSubscriptExpression(SourceLocation RB, Expr *BaseExpr, argument
629 setterMethod, RB);

Completed in 2699 milliseconds

12