HomeSort by relevance Sort by last modified time
    Searched refs:instr_after_compact_branch (Results 1 - 2 of 2) sorted by null

  /external/v8/src/mips/
simulator-mips.h 449 Instruction* instr_after_compact_branch = local
451 if (instr_after_compact_branch->IsForbiddenAfterBranch()) {
455 *reinterpret_cast<uint32_t*>(instr_after_compact_branch));
  /external/v8/src/mips64/
simulator-mips64.h 471 Instruction* instr_after_compact_branch = local
473 if (instr_after_compact_branch->IsForbiddenAfterBranch()) {
477 *reinterpret_cast<uint32_t*>(instr_after_compact_branch));

Completed in 127 milliseconds