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

  /external/v8/src/mips/
constants-mips.h 494 extern const Instr kPushInstruction;
assembler-mips.cc 207 const Instr kPushInstruction = ADDIU | (sp.code() << kRsShift)
992 (instr_at(pc_ - 3 * kInstrSize)) == kPushInstruction) {
1014 IsPop(pop_instr) && pre_push_sp_set == kPushInstruction &&
1049 pre_push_sp_set == kPushInstruction &&
    [all...]

Completed in 713 milliseconds