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

  /external/v8/src/mips/
simulator-mips.cc 3464 int32_t next_pc = rs(); local
3474 int32_t next_pc = rs(); local
3960 int32_t next_pc = bad_ra; local
4402 int32_t next_pc = pc_high_bits | (instr->Imm26Value() << 2); local
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 3398 int64_t next_pc = rs(); local
3408 int64_t next_pc = rs(); local
4211 int64_t next_pc = bad_ra; local
4741 int64_t next_pc = pc_high_bits | (instr->Imm26Value() << 2); local
    [all...]

Completed in 139 milliseconds