Home
last modified time | relevance | path

Searched refs:mips_fetch_instruction (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmips-tdep.c845 mips_fetch_instruction (CORE_ADDR addr) in mips_fetch_instruction() function
894 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()
H A DChangeLog-19972385 * mips-tdep.c (mips_fetch_instruction): New function; replace
H A DChangeLog-19986131 bit pattern interpretations. mips_fetch_instruction does not work
H A DChangeLog3727 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
H A DChangeLog-20038540 (pc_is_mips16, mips_fetch_instruction): Use.