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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c2223 unsigned int nexthalf; local
2226 nexthalf = mips_fetch_instruction (gdbarch, ISA_MIPS16, pc + 2, NULL);
2228 value |= nexthalf;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c2245 unsigned int nexthalf; local
2248 nexthalf = mips_fetch_instruction (gdbarch, ISA_MIPS16, pc + 2, NULL);
2250 value |= nexthalf;

Completed in 215 milliseconds