Searched refs:IsBne (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.h327 ASSERT(Assembler::IsBne(masm->instr_at(pos)));
346 ASSERT(Assembler::IsBne(first_instruction));
352 ASSERT(Assembler::IsBne(second_instruction));
H A Dassembler-mips.h898 static bool IsBne(Instr instr);
H A Dic-mips.cc1661 ASSERT(Assembler::IsBne(branch_instr));
H A Dassembler-mips.cc516 bool Assembler::IsBne(Instr instr) { function in class:v8::internal::Assembler
/external/v8/src/mips/
H A Dcode-stubs-mips.h502 ASSERT(Assembler::IsBne(masm->instr_at(pos)));
521 ASSERT(Assembler::IsBne(first_instruction));
527 ASSERT(Assembler::IsBne(second_instruction));
H A Dassembler-mips.h964 static bool IsBne(Instr instr);
H A Dic-mips.cc1746 ASSERT(Assembler::IsBne(branch_instr));
H A Dassembler-mips.cc527 bool Assembler::IsBne(Instr instr) { function in class:v8::internal::Assembler

Completed in 136 milliseconds