Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dcode-stubs-mips.h119 DCHECK(Assembler::IsBeq(masm->instr_at(pos))); in PatchNopIntoBranch()
127 if (Assembler::IsBeq(first_instruction)) { in GetMode()
133 if (Assembler::IsBeq(second_instruction)) { in GetMode()
Dassembler-mips.h1098 static bool IsBeq(Instr instr);
Dassembler-mips.cc524 bool Assembler::IsBeq(Instr instr) { in IsBeq() function in v8::internal::Assembler
/external/v8/src/mips64/
Dcode-stubs-mips64.h120 DCHECK(Assembler::IsBeq(masm->instr_at(pos))); in PatchNopIntoBranch()
128 if (Assembler::IsBeq(first_instruction)) { in GetMode()
134 if (Assembler::IsBeq(second_instruction)) { in GetMode()
Dassembler-mips64.h1163 static bool IsBeq(Instr instr);
Dassembler-mips64.cc505 bool Assembler::IsBeq(Instr instr) { in IsBeq() function in v8::internal::Assembler
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc3633 DCHECK(Assembler::IsBeq(Assembler::instr_at(branch_address + kInstrSize))); in GetBackEdgeState()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc3626 DCHECK(Assembler::IsBeq(Assembler::instr_at(branch_address + kInstrSize))); in GetBackEdgeState()