Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.h1621 static bool IsForbiddenAfterBranchInstr(Instr instr);
1626 return IsForbiddenAfterBranchInstr(this->InstructionBits()); in IsForbiddenAfterBranch()
1859 bool InstructionGetters<T>::IsForbiddenAfterBranchInstr(Instr instr) { in IsForbiddenAfterBranchInstr() function
Dassembler-mips-inl.h324 if (Instruction::IsForbiddenAfterBranchInstr(x)) { in EmitHelper()
/external/v8/src/mips64/
Dassembler-mips64-inl.h291 if (Instruction::IsForbiddenAfterBranchInstr(x)) { in EmitHelper()
Dconstants-mips64.h1678 static bool IsForbiddenAfterBranchInstr(Instr instr);
1683 return IsForbiddenAfterBranchInstr(this->InstructionBits()); in IsForbiddenAfterBranch()
1942 bool InstructionGetters<T>::IsForbiddenAfterBranchInstr(Instr instr) { in IsForbiddenAfterBranchInstr() function