Searched refs:have_cross (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dtic6x-dis.c542 bfd_boolean have_cross = FALSE; local
592 if (have_cross)
594 printf ("opcode %x: field #%d use tic6x_coding_xpath, have_cross is already set!\n",
598 have_cross = TRUE;
630 if (func_unit_data_side && have_cross)
652 if (have_cross)
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dtic6x-dis.c541 bool have_cross = false; local
591 if (have_cross)
593 printf ("opcode %x: field #%d use tic6x_coding_xpath, have_cross is already set!\n",
597 have_cross = true;
629 if (func_unit_data_side && have_cross)
651 if (have_cross)
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dtic6x-dis.c541 bool have_cross = false; local
591 if (have_cross)
593 printf ("opcode %x: field #%d use tic6x_coding_xpath, have_cross is already set!\n",
597 have_cross = true;
629 if (func_unit_data_side && have_cross)
651 if (have_cross)
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dtic6x-dis.c541 bool have_cross = false; local
591 if (have_cross)
593 printf ("opcode %x: field #%d use tic6x_coding_xpath, have_cross is already set!\n",
597 have_cross = true;
629 if (func_unit_data_side && have_cross)
651 if (have_cross)

Completed in 235 milliseconds