HomeSort by relevance Sort by last modified time
    Searched refs:IsBeq (Results 1 - 5 of 5) sorted by null

  /external/v8/src/mips/
code-stubs-mips.h 509 ASSERT(Assembler::IsBeq(masm->instr_at(pos)));
517 if (Assembler::IsBeq(first_instruction)) {
523 if (Assembler::IsBeq(second_instruction)) {
    [all...]
deoptimizer-mips.cc 130 ASSERT(Assembler::IsBeq(Assembler::instr_at(pc_after - 5 * kInstrSize)));
166 ASSERT(Assembler::IsBeq(Assembler::instr_at(pc_after - 5 * kInstrSize)));
    [all...]
assembler-mips.h 963 static bool IsBeq(Instr instr)
    [all...]
ic-mips.cc     [all...]
assembler-mips.cc 522 bool Assembler::IsBeq(Instr instr) {
    [all...]

Completed in 117 milliseconds