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

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dtic4x-dis.c33 #define TIC4X_SPESOP_SIZE 8 /* Max 8. ops for special instructions. */ macro
611 for (i = 0;i < TIC4X_SPESOP_SIZE; i++)
620 for (i = 0; i < TIC4X_SPESOP_SIZE; i++)
629 instructions exceeds TIC4X_SPESOP_SIZE. Please increase the variable
632 printf ("optable_special[] is full, please increase TIC4X_SPESOP_SIZE!\n");
712 optab_special = xcalloc (sizeof (tic4x_inst_t *), TIC4X_SPESOP_SIZE);
723 for (i = 0; i < TIC4X_SPESOP_SIZE; i++)
743 for (i = 0; i<TIC4X_SPESOP_SIZE; i++)
750 if (i == TIC4X_SPESOP_SIZE)
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dtic4x-dis.c33 #define TIC4X_SPESOP_SIZE 8 /* Max 8. ops for special instructions. */ macro
611 for (i = 0;i < TIC4X_SPESOP_SIZE; i++)
620 for (i = 0; i < TIC4X_SPESOP_SIZE; i++)
629 instructions exceeds TIC4X_SPESOP_SIZE. Please increase the variable
632 printf ("optable_special[] is full, please increase TIC4X_SPESOP_SIZE!\n");
718 optab_special = xcalloc (sizeof (tic4x_inst_t *), TIC4X_SPESOP_SIZE);
729 for (i = 0; i < TIC4X_SPESOP_SIZE; i++)
749 for (i = 0; i<TIC4X_SPESOP_SIZE; i++)
756 if (i == TIC4X_SPESOP_SIZE)
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dtic4x-dis.c33 #define TIC4X_SPESOP_SIZE 8 /* Max 8. ops for special instructions. */ macro
611 for (i = 0;i < TIC4X_SPESOP_SIZE; i++)
620 for (i = 0; i < TIC4X_SPESOP_SIZE; i++)
629 instructions exceeds TIC4X_SPESOP_SIZE. Please increase the variable
632 printf ("optable_special[] is full, please increase TIC4X_SPESOP_SIZE!\n");
712 optab_special = xcalloc (sizeof (tic4x_inst_t *), TIC4X_SPESOP_SIZE);
723 for (i = 0; i < TIC4X_SPESOP_SIZE; i++)
743 for (i = 0; i<TIC4X_SPESOP_SIZE; i++)
750 if (i == TIC4X_SPESOP_SIZE)
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dtic4x-dis.c33 #define TIC4X_SPESOP_SIZE 8 /* Max 8. ops for special instructions. */ macro
611 for (i = 0;i < TIC4X_SPESOP_SIZE; i++)
620 for (i = 0; i < TIC4X_SPESOP_SIZE; i++)
629 instructions exceeds TIC4X_SPESOP_SIZE. Please increase the variable
632 printf ("optable_special[] is full, please increase TIC4X_SPESOP_SIZE!\n");
712 optab_special = xcalloc (sizeof (tic4x_inst_t *), TIC4X_SPESOP_SIZE);
723 for (i = 0; i < TIC4X_SPESOP_SIZE; i++)
743 for (i = 0; i<TIC4X_SPESOP_SIZE; i++)
750 if (i == TIC4X_SPESOP_SIZE)

Completed in 249 milliseconds