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

  /external/v8/src/mips/
simulator-mips.h 409 Instruction* instr_after_compact_branch = local
411 if (instr_after_compact_branch->IsForbiddenAfterBranch()) {
415 *reinterpret_cast<uint32_t*>(instr_after_compact_branch));
  /external/v8/src/mips64/
simulator-mips64.h 440 Instruction* instr_after_compact_branch = local
442 if (instr_after_compact_branch->IsForbiddenAfterBranch()) {
446 *reinterpret_cast<uint32_t*>(instr_after_compact_branch));

Completed in 494 milliseconds