HomeSort by relevance Sort by last modified time
    Searched refs:BRC (Results 26 - 41 of 41) sorted by null

12

  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
MacOSKeychainAPIChecker.cpp 148 BugReporterContext &BRC,
595 BugReporterContext &BRC,
616 PathDiagnosticLocation Pos(ArgExpr, BRC.getSourceManager(),
DynamicTypePropagation.cpp 88 BugReporterContext &BRC,
    [all...]
NullabilityChecker.cpp 158 BugReporterContext &BRC,
310 const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC,
343 PathDiagnosticLocation Pos(S, BRC.getSourceManager(),
    [all...]
LocalizationChecker.cpp 129 BugReporterContext &BRC,
    [all...]
MallocChecker.cpp 466 BugReporterContext &BRC,
470 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode,
477 BRC.getSourceManager());
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
mt-opc.c 559 /* fbcb $frsr1,#$rbbc,#$ball,#$brc,#$rc1,#$cbrb,#$cell,#$dup,#$ctxdisp */
562 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#', OP (RC1), ',', '#', OP (CBRB), ',', '#', OP (CELL), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } },
571 /* fbcci $frsr1,#$rbbc,#$ball,#$brc,#$fbdisp,#$cell,#$dup,#$ctxdisp */
574 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#', OP (FBDISP), ',', '#', OP (CELL), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } },
577 /* fbrci $frsr1,#$rbbc,#$ball,#$brc,#$fbdisp,#$cell,#$dup,#$ctxdisp */
580 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#', OP (FBDISP), ',', '#', OP (CELL), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } },
583 /* fbcri $frsr1,#$rbbc,#$ball,#$brc,#$fbdisp,#$cell,#$dup,#$ctxdisp */
586 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#', OP (FBDISP), ',', '#', OP (CELL), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } },
589 /* fbrri $frsr1,#$rbbc,#$ball,#$brc,#$fbdisp,#$cell,#$dup,#$ctxdisp */
592 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#', OP (FBDISP), ',', '#', OP (CELL), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } }
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 194 if (Branch->getOpcode() != SystemZ::BRC ||
383 case SystemZ::BRC:
428 assert(CCUse >= 0 && "BRC/BCR must use CC");
SystemZAsmPrinter.cpp 456 LoweredMI = MCInstBuilder(SystemZ::BRC)
SystemZInstrInfo.cpp 420 BuildMI(&MBB, DL, get(SystemZ::BRC))
    [all...]
SystemZISelLowering.cpp     [all...]
  /external/v8/src/s390/
assembler-s390.cc 378 if (BRC == opcode || BRCT == opcode || BRCTG == opcode) {
380 imm16 <<= 1; // BRC immediate is in # of halfwords
404 *is_branch = (opcode == BRC || opcode == BRCT || opcode == BRCTG ||
408 if (BRC == opcode || BRCT == opcode || BRCTG == opcode) {
438 if (BRC == opcode || BRCT == opcode || BRCTG == opcode) {
544 brc(c, Operand(offset_in_halfwords)); // short jump
628 DCHECK(op == BRC ? is_int16(i2.imm_) : is_uint16(i2.imm_));
1314 void Assembler::brc(Condition c, const Operand& opnd) { ri_form(BRC, c, opnd); } function in class:v8::internal::Assembler
    [all...]
simulator-s390.h 678 EVALUATE(BRC);
constants-s390.h     [all...]
simulator-s390.cc     [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc     [all...]

Completed in 638 milliseconds

12