Searched refs:mips_fetch_instruction (Results 1 – 5 of 5) sorted by relevance
845 mips_fetch_instruction (CORE_ADDR addr) in mips_fetch_instruction() function894 inst = mips_fetch_instruction (pc); in mips32_next_pc()1183 nexthalf = mips_fetch_instruction (pc + 2); /* low bit still set */ in unpack_mips16()1452 inst = (unsigned short) mips_fetch_instruction (cur_pc); in mips16_scan_prologue()1767 inst = (unsigned long) mips_fetch_instruction (cur_pc); in mips32_scan_prologue()2207 return mips_fetch_instruction (pc) == 0xe820; /* jr $ra */ in mips_about_to_return()2209 return mips_fetch_instruction (pc) == 0x3e00008; /* jr $ra */ in mips_about_to_return()2286 inst = mips_fetch_instruction (start_pc); in heuristic_proc_start()4519 inst = mips_fetch_instruction (target_pc); in mips_skip_trampoline_code()
2385 * mips-tdep.c (mips_fetch_instruction): New function; replace
6131 bit pattern interpretations. mips_fetch_instruction does not work
3727 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
8540 (pc_is_mips16, mips_fetch_instruction): Use.