Searched refs:IsBne (Results 1 – 4 of 4) sorted by relevance
502 ASSERT(Assembler::IsBne(masm->instr_at(pos))); in PatchBranchIntoNop()521 ASSERT(Assembler::IsBne(first_instruction)); in GetMode()527 ASSERT(Assembler::IsBne(second_instruction)); in GetMode()
964 static bool IsBne(Instr instr);
1746 ASSERT(Assembler::IsBne(branch_instr)); in PatchInlinedSmiCode()
527 bool Assembler::IsBne(Instr instr) { in IsBne() function in v8::internal::Assembler