Searched refs:optable_special (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.c604 tic4x_hash_opcode_special (tic4x_inst_t **optable_special, argument
610 if (optable_special[i] != NULL
611 && optable_special[i]->opcode == inst->opcode)
614 optable_special[i] = (tic4x_inst_t *) inst;
619 if (optable_special[i] == NULL)
622 optable_special[i] = (tic4x_inst_t *) inst;
630 printf ("optable_special[] is full, please increase TIC4X_SPESOP_SIZE!\n");
636 tic4x_inst_t **optable_special,
666 tic4x_hash_opcode_special (optable_special, optable[j]);
669 tic4x_hash_opcode_special (optable_special, ins
635 tic4x_hash_opcode(tic4x_inst_t **optable, tic4x_inst_t **optable_special, const tic4x_inst_t *inst, const unsigned long tic4x_oplevel) argument
688 static tic4x_inst_t **optable_special = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dtic4x-dis.c604 tic4x_hash_opcode_special (tic4x_inst_t **optable_special, argument
610 if (optable_special[i] != NULL
611 && optable_special[i]->opcode == inst->opcode)
614 optable_special[i] = (tic4x_inst_t *) inst;
619 if (optable_special[i] == NULL)
622 optable_special[i] = (tic4x_inst_t *) inst;
630 printf ("optable_special[] is full, please increase TIC4X_SPESOP_SIZE!\n");
636 tic4x_inst_t **optable_special,
666 tic4x_hash_opcode_special (optable_special, optable[j]);
669 tic4x_hash_opcode_special (optable_special, ins
635 tic4x_hash_opcode(tic4x_inst_t **optable, tic4x_inst_t **optable_special, const tic4x_inst_t *inst, const unsigned long tic4x_oplevel) argument
688 static tic4x_inst_t **optable_special = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dtic4x-dis.c604 tic4x_hash_opcode_special (tic4x_inst_t **optable_special, argument
610 if (optable_special[i] != NULL
611 && optable_special[i]->opcode == inst->opcode)
614 optable_special[i] = (tic4x_inst_t *) inst;
619 if (optable_special[i] == NULL)
622 optable_special[i] = (tic4x_inst_t *) inst;
630 printf ("optable_special[] is full, please increase TIC4X_SPESOP_SIZE!\n");
636 tic4x_inst_t **optable_special,
666 tic4x_hash_opcode_special (optable_special, optable[j]);
669 tic4x_hash_opcode_special (optable_special, ins
635 tic4x_hash_opcode(tic4x_inst_t **optable, tic4x_inst_t **optable_special, const tic4x_inst_t *inst, const unsigned long tic4x_oplevel) argument
688 static tic4x_inst_t **optable_special = NULL; local
[all...]

Completed in 63 milliseconds