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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dtic4x-dis.c32 #define TIC4X_SPESOP_SIZE 8 /* Max 8. ops for special instructions. */ macro
609 for (i = 0;i < TIC4X_SPESOP_SIZE; i++)
618 for (i = 0; i < TIC4X_SPESOP_SIZE; i++)
627 instructions exceeds TIC4X_SPESOP_SIZE. Please increase the variable
630 printf ("optable_special[] is full, please increase TIC4X_SPESOP_SIZE!\n");
702 optable_special = xcalloc (sizeof (tic4x_inst_t *), TIC4X_SPESOP_SIZE);
713 for (i = 0; i < TIC4X_SPESOP_SIZE; i++)
733 for (i = 0; i<TIC4X_SPESOP_SIZE; i++)
740 if (i == TIC4X_SPESOP_SIZE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dtic4x-dis.c32 #define TIC4X_SPESOP_SIZE 8 /* Max 8. ops for special instructions. */ macro
609 for (i = 0;i < TIC4X_SPESOP_SIZE; i++)
618 for (i = 0; i < TIC4X_SPESOP_SIZE; i++)
627 instructions exceeds TIC4X_SPESOP_SIZE. Please increase the variable
630 printf ("optable_special[] is full, please increase TIC4X_SPESOP_SIZE!\n");
702 optable_special = xcalloc (sizeof (tic4x_inst_t *), TIC4X_SPESOP_SIZE);
713 for (i = 0; i < TIC4X_SPESOP_SIZE; i++)
733 for (i = 0; i<TIC4X_SPESOP_SIZE; i++)
740 if (i == TIC4X_SPESOP_SIZE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dtic4x-dis.c32 #define TIC4X_SPESOP_SIZE 8 /* Max 8. ops for special instructions. */ macro
609 for (i = 0;i < TIC4X_SPESOP_SIZE; i++)
618 for (i = 0; i < TIC4X_SPESOP_SIZE; i++)
627 instructions exceeds TIC4X_SPESOP_SIZE. Please increase the variable
630 printf ("optable_special[] is full, please increase TIC4X_SPESOP_SIZE!\n");
702 optable_special = xcalloc (sizeof (tic4x_inst_t *), TIC4X_SPESOP_SIZE);
713 for (i = 0; i < TIC4X_SPESOP_SIZE; i++)
733 for (i = 0; i<TIC4X_SPESOP_SIZE; i++)
740 if (i == TIC4X_SPESOP_SIZE)

Completed in 123 milliseconds