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

12

  /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/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp 129 BugReporterContext &BRC,
    [all...]
MallocChecker.cpp 466 BugReporterContext &BRC,
470 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode,
477 BRC.getSourceManager());
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 456 LoweredMI = MCInstBuilder(SystemZ::BRC)
SystemZInstrInfo.cpp 420 BuildMI(&MBB, DL, get(SystemZ::BRC))
    [all...]
SystemZISelLowering.cpp     [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc     [all...]

Completed in 620 milliseconds

12