Searched refs:optable_special (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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