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

/external/qemu/
H A Dppc-dis.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.cpp58 void html::HighlightRange(RewriteBuffer &RB, unsigned B, unsigned E, argument
62 RB.InsertTextAfter(B, StartTag);
63 RB.InsertTextBefore(E, EndTag);
77 RB.InsertTextBefore(LastNonWhiteSpace+1, EndTag);
96 RB.InsertTextAfter(i, StartTag);
116 RewriteBuffer &RB = R.getEditBuffer(FID); local
129 RB.ReplaceText(FilePos, 1, " ");
133 RB.ReplaceText(FilePos, 1, "<hr>");
142 RB.ReplaceText(FilePos, 1,
146 RB
210 AddLineNumber(RewriteBuffer &RB, unsigned LineNo, unsigned B, unsigned E) argument
234 RewriteBuffer &RB = R.getEditBuffer(FID); local
360 RewriteBuffer &RB = R.getEditBuffer(FID); local
[all...]
H A DRewriter.cpp141 const RewriteBuffer &RB = I->second; local
142 EndOff = RB.getMappedOffset(EndOff, opts.IncludeInsertsAtEndOfRange);
143 StartOff = RB.getMappedOffset(StartOff, !opts.IncludeInsertsAtBeginOfRange);
193 const RewriteBuffer &RB = I->second; local
194 EndOff = RB.getMappedOffset(EndOff, true);
195 StartOff = RB.getMappedOffset(StartOff);
202 RewriteBuffer::iterator Start = RB.begin();
405 RewriteBuffer &RB = getEditBuffer(FID); local
413 RB.InsertText(offs, indent, /*InsertAfter=*/false);
/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/llvm/test/MC/MBlaze/
H A Dmblaze_pattern.s6 # TYPE A: OPCODE RD RA RB FLAGS
H A Dmblaze_shift.s6 # TYPE A: OPCODE RD RA RB FLAGS
H A Dmblaze_fpu.s6 # TYPE A: OPCODE RD RA RB FLAGS
H A Dmblaze_memory.s6 # TYPE A: OPCODE RD RA RB FLAGS
H A Dmblaze_special.s6 # TYPE A: OPCODE RD RA RB FLAGS
H A Dmblaze_typea.s6 # TYPE A: OPCODE RD RA RB FLAGS
H A Dmblaze_branch.s6 # TYPE A: OPCODE RD RA RB FLAGS
H A Dmblaze_operands.s7 # TYPE A: OPCODE RD RA RB FLAGS
H A Dmblaze_fsl.s9 # TYPE FD: OPCODE RD RB NCTAE
/external/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h47 void HighlightRange(RewriteBuffer &RB, unsigned B, unsigned E,
/external/llvm/lib/Target/MBlaze/Disassembler/
H A DMBlazeDisassembler.cpp534 unsigned RB = getRB(insn); local
546 if (RD == UNSUPPORTED || RA == UNSUPPORTED || RB == UNSUPPORTED)
549 instr.addOperand(MCOperand::CreateReg(RB));
554 if (RD == UNSUPPORTED || RA == UNSUPPORTED || RB == UNSUPPORTED)
558 instr.addOperand(MCOperand::CreateReg(RB));
612 if (RA == UNSUPPORTED || RB == UNSUPPORTED)
615 instr.addOperand(MCOperand::CreateReg(RB));
626 if (RD == UNSUPPORTED || RB == UNSUPPORTED)
629 instr.addOperand(MCOperand::CreateReg(RB));
640 if (RB
[all...]
/external/qemu/tcg/ppc/
H A Dtcg-target.c398 #define RB(r) ((r)<<11) macro
407 #define TAB(t,a,b) (RT(t) | RA(a) | RB(b))
408 #define SAB(s,a,b) (RS(s) | RA(a) | RB(b))
464 tcg_out32 (s, op2 | RT (ret) | RA (addr) | RB (0));
564 tcg_out32 (s, ADD | RT (r0) | RA (r0) | RB (TCG_AREG0));
580 tcg_out32 (s, CMP | BF (7) | RA (r2) | RB (r1));
583 tcg_out32 (s, CMP | BF (6) | RA (addr_reg2) | RB (r1));
650 tcg_out32 (s, ADD | RT (r0) | RA (r0) | RB (addr_reg));
760 tcg_out32 (s, ADD | RT (r0) | RA (r0) | RB (TCG_AREG0));
776 tcg_out32 (s, CMP | (7 << 23) | RA (r2) | RB (r
[all...]
/external/qemu/tcg/ppc64/
H A Dtcg-target.c395 #define RB(r) ((r)<<11) macro
405 #define TAB(t,a,b) (RT(t) | RA(a) | RB(b))
406 #define SAB(s,a,b) (RS(s) | RA(a) | RB(b))
536 tcg_out32 (s, op2 | RT (ret) | RA (addr) | RB (0));
547 tcg_out32 (s, op2 | RT (ret) | RA (addr) | RB (0));
583 tcg_out32 (s, ADD | RT (r0) | RA (r0) | RB (TCG_AREG0));
639 tcg_out32 (s, CMP | BF (7) | RA (r2) | RB (r1) | CMP_L);
686 tcg_out32 (s, ADD | RT (r0) | RA (r0) | RB (addr_reg));
750 tcg_out32 (s, LWBRX | RT (data_reg) | RB (r0));
785 tcg_out32 (s, CMP | BF (7) | RA (r2) | RB (r
[all...]
/external/clang/include/clang/AST/
H A DExprObjC.h785 ObjCMethodDecl *setMethod, SourceLocation RB)
792 RBracket(RB),
805 SourceLocation RB);
808 void setRBracket(SourceLocation RB) { RBracket = RB; } argument
782 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, ExprValueKind VK, ExprObjectKind OK, ObjCMethodDecl *getMethod, ObjCMethodDecl *setMethod, SourceLocation RB) argument
H A DStmt.h553 SourceLocation LB, SourceLocation RB);
/external/clang/lib/AST/
H A DStmt.cpp249 SourceLocation LB, SourceLocation RB)
250 : Stmt(CompoundStmtClass), LBracLoc(LB), RBracLoc(RB) {
248 CompoundStmt(ASTContext &C, Stmt **StmtStart, unsigned NumStmts, SourceLocation LB, SourceLocation RB) argument
H A DExpr.cpp3906 SourceLocation RB) {
3910 getMethod, setMethod, RB);
3901 Create(ASTContext &C, Expr *base, Expr *key, QualType T, ObjCMethodDecl *getMethod, ObjCMethodDecl *setMethod, SourceLocation RB) argument
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp580 ExprResult Sema::BuildObjCSubscriptExpression(SourceLocation RB, Expr *BaseExpr, argument
610 setterMethod, RB));
H A DTreeTransform.h2239 ExprResult RebuildObjCSubscriptRefExpr(SourceLocation RB, argument
2243 return getSema().BuildObjCSubscriptExpression(RB, Base, Key,
/external/clang/include/clang/Sema/
H A DSema.h4122 ExprResult BuildObjCSubscriptExpression(SourceLocation RB, Expr *BaseExpr,
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 624 milliseconds