Searched refs:mips16_get_imm (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | mips-tdep.c | 1957 mips16_get_imm (unsigned short prev_inst, /* previous instruction */ in mips16_get_imm() function 2015 offset = mips16_get_imm (prev_inst, inst, 8, 8, 1); in mips16_heuristic_proc_desc() 2026 offset = mips16_get_imm (prev_inst, inst, 8, 4, 0); in mips16_heuristic_proc_desc() 2033 offset = mips16_get_imm (prev_inst, inst, 5, 8, 0); in mips16_heuristic_proc_desc() 2040 offset = mips16_get_imm (prev_inst, inst, 8, 4, 0); in mips16_heuristic_proc_desc() 2046 offset = mips16_get_imm (prev_inst, inst, 8, 8, 0); in mips16_heuristic_proc_desc() 2057 offset = mips16_get_imm (prev_inst, inst, 8, 4, 0); in mips16_heuristic_proc_desc() 2064 offset = mips16_get_imm (prev_inst, inst, 5, 4, 0); in mips16_heuristic_proc_desc() 2071 offset = mips16_get_imm (prev_inst, inst, 5, 8, 0); in mips16_heuristic_proc_desc()
|