Home
last modified time | relevance | path

Searched refs:IsBne (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips/
Dcode-stubs-mips.h112 DCHECK(Assembler::IsBne(masm->instr_at(pos))); in PatchBranchIntoNop()
131 DCHECK(Assembler::IsBne(first_instruction)); in GetMode()
137 DCHECK(Assembler::IsBne(second_instruction)); in GetMode()
Dassembler-mips.h1099 static bool IsBne(Instr instr);
Dassembler-mips.cc529 bool Assembler::IsBne(Instr instr) { in IsBne() function in v8::internal::Assembler
/external/v8/src/mips64/
Dcode-stubs-mips64.h113 DCHECK(Assembler::IsBne(masm->instr_at(pos))); in PatchBranchIntoNop()
132 DCHECK(Assembler::IsBne(first_instruction)); in GetMode()
138 DCHECK(Assembler::IsBne(second_instruction)); in GetMode()
Dassembler-mips64.h1164 static bool IsBne(Instr instr);
Dassembler-mips64.cc510 bool Assembler::IsBne(Instr instr) { in IsBne() function in v8::internal::Assembler