Searched refs:is_dsp (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-linux-nat.c246 int is_fp, is_dsp; local
264 is_dsp = 0;
267 is_dsp = 1;
269 is_dsp = 1;
271 is_dsp = 0;
275 if (regno == -1 || (!is_fp && !is_dsp))
312 if (is_dsp)
333 int is_fp, is_dsp; local
351 is_dsp = 0;
354 is_dsp
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-linux-nat.c246 int is_fp, is_dsp; local
264 is_dsp = 0;
267 is_dsp = 1;
269 is_dsp = 1;
271 is_dsp = 0;
275 if (regno == -1 || (!is_fp && !is_dsp))
312 if (is_dsp)
333 int is_fp, is_dsp; local
351 is_dsp = 0;
354 is_dsp
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmetag-dis.c893 unsigned int is_dsp = template->meta_opcode & 0x1; local
945 if (is_dsp)
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c893 unsigned int is_dsp = template->meta_opcode & 0x1; local
945 if (is_dsp)
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c893 unsigned int is_dsp = template->meta_opcode & 0x1; local
945 if (is_dsp)
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmetag-dis.c893 unsigned int is_dsp = template->meta_opcode & 0x1; local
945 if (is_dsp)

Completed in 276 milliseconds