Searched refs:IsBeq (Results 1 – 8 of 8) sorted by relevance
119 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()
1098 static bool IsBeq(Instr instr);
524 bool Assembler::IsBeq(Instr instr) { in IsBeq() function in v8::internal::Assembler
120 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()
1163 static bool IsBeq(Instr instr);
505 bool Assembler::IsBeq(Instr instr) { in IsBeq() function in v8::internal::Assembler
3633 DCHECK(Assembler::IsBeq(Assembler::instr_at(branch_address + kInstrSize))); in GetBackEdgeState()
3626 DCHECK(Assembler::IsBeq(Assembler::instr_at(branch_address + kInstrSize))); in GetBackEdgeState()