Home
last modified time | relevance | path

Searched refs:IsForbiddenAfterBranch (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips64/
Dsimulator-mips64.h473 if (instr_after_compact_branch->IsForbiddenAfterBranch()) { in CheckForbiddenSlot()
503 if (instr->IsForbiddenAfterBranch()) { in BranchDelayInstructionDecode()
Dconstants-mips64.h1682 inline bool IsForbiddenAfterBranch() const { in IsForbiddenAfterBranch() function
1687 return IsForbiddenAfterBranch(); in IsForbiddenInBranchDelay()
/external/v8/src/mips/
Dconstants-mips.h1625 inline bool IsForbiddenAfterBranch() const { in IsForbiddenAfterBranch() function
1630 return IsForbiddenAfterBranch(); in IsForbiddenInBranchDelay()
Dsimulator-mips.h451 if (instr_after_compact_branch->IsForbiddenAfterBranch()) { in CheckForbiddenSlot()