Home
last modified time | relevance | path

Searched refs:IsBeq (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/mips/
Dcode-stubs-mips.h509 ASSERT(Assembler::IsBeq(masm->instr_at(pos))); in PatchNopIntoBranch()
517 if (Assembler::IsBeq(first_instruction)) { in GetMode()
523 if (Assembler::IsBeq(second_instruction)) { in GetMode()
Ddeoptimizer-mips.cc130 ASSERT(Assembler::IsBeq(Assembler::instr_at(pc_after - 5 * kInstrSize))); in PatchStackCheckCodeAt()
166 ASSERT(Assembler::IsBeq(Assembler::instr_at(pc_after - 5 * kInstrSize))); in RevertStackCheckCodeAt()
Dassembler-mips.h963 static bool IsBeq(Instr instr);
Dic-mips.cc1733 if (Assembler::IsBeq(branch_instr)) { in PatchInlinedSmiCode()
Dassembler-mips.cc522 bool Assembler::IsBeq(Instr instr) { in IsBeq() function in v8::internal::Assembler