Searched refs:upk (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c2174 enum mips16_inst_fmts insn_format, struct upk_mips16 *upk)
2237 upk->offset = offset;
2238 upk->regx = regx;
2239 upk->regy = regy;
2262 struct upk_mips16 upk; local
2263 unpack_mips16 (gdbarch, pc, extension, insn, itype, &upk);
2264 pc = add_offset_16 (pc, upk.offset);
2270 struct upk_mips16 upk; local
2271 unpack_mips16 (gdbarch, pc, extension, insn, jalxtype, &upk);
2272 pc = ((pc + 2) & (~(CORE_ADDR) 0x0fffffff)) | (upk
2171 unpack_mips16(struct gdbarch *gdbarch, CORE_ADDR pc, unsigned int extension, unsigned int inst, enum mips16_inst_fmts insn_format, struct upk_mips16 *upk) argument
2281 struct upk_mips16 upk; local
2293 struct upk_mips16 upk; local
2305 struct upk_mips16 upk; local
2320 struct upk_mips16 upk; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c2196 enum mips16_inst_fmts insn_format, struct upk_mips16 *upk)
2259 upk->offset = offset;
2260 upk->regx = regx;
2261 upk->regy = regy;
2284 struct upk_mips16 upk; local
2285 unpack_mips16 (gdbarch, pc, extension, insn, itype, &upk);
2286 pc = add_offset_16 (pc, upk.offset);
2292 struct upk_mips16 upk; local
2293 unpack_mips16 (gdbarch, pc, extension, insn, jalxtype, &upk);
2294 pc = ((pc + 2) & (~(CORE_ADDR) 0x0fffffff)) | (upk
2193 unpack_mips16(struct gdbarch *gdbarch, CORE_ADDR pc, unsigned int extension, unsigned int inst, enum mips16_inst_fmts insn_format, struct upk_mips16 *upk) argument
2303 struct upk_mips16 upk; local
2315 struct upk_mips16 upk; local
2327 struct upk_mips16 upk; local
2342 struct upk_mips16 upk; local
[all...]

Completed in 205 milliseconds