Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dcode-stubs-mips64.h161 DCHECK(Assembler::IsBne(masm->instr_at(pos))); in PatchBranchIntoNop()
180 DCHECK(Assembler::IsBne(first_instruction)); in GetMode()
186 DCHECK(Assembler::IsBne(second_instruction)); in GetMode()
Dassembler-mips64.h1088 static bool IsBne(Instr instr);
Dassembler-mips64.cc505 bool Assembler::IsBne(Instr instr) { in IsBne() function in v8::internal::Assembler
/external/v8/src/mips/
Dcode-stubs-mips.h159 DCHECK(Assembler::IsBne(masm->instr_at(pos))); in PatchBranchIntoNop()
178 DCHECK(Assembler::IsBne(first_instruction)); in GetMode()
184 DCHECK(Assembler::IsBne(second_instruction)); in GetMode()
Dassembler-mips.h1052 static bool IsBne(Instr instr);
Dassembler-mips.cc527 bool Assembler::IsBne(Instr instr) { in IsBne() function in v8::internal::Assembler
/external/v8/src/ic/mips/
Dic-mips.cc1017 DCHECK(Assembler::IsBne(branch_instr)); in PatchInlinedSmiCode()
/external/v8/src/ic/mips64/
Dic-mips64.cc1024 DCHECK(Assembler::IsBne(branch_instr)); in PatchInlinedSmiCode()