Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dsimulator-mips64.h409 if (instr_after_compact_branch->IsForbiddenAfterBranch()) { in CheckForbiddenSlot()
439 if (instr->IsForbiddenAfterBranch()) { in BranchDelayInstructionDecode()
Dconstants-mips64.h1184 inline bool IsForbiddenAfterBranch() const { in IsForbiddenAfterBranch() function
1189 return IsForbiddenAfterBranch(); in IsForbiddenInBranchDelay()
/external/v8/src/mips/
Dconstants-mips.h1128 inline bool IsForbiddenAfterBranch() const { in IsForbiddenAfterBranch() function
1133 return IsForbiddenAfterBranch(); in IsForbiddenInBranchDelay()
Dsimulator-mips.h394 if (instr_after_compact_branch->IsForbiddenAfterBranch()) { in CheckForbiddenSlot()