Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dtic4x-dis.c605 tic4x_hash_opcode_special (tic4x_inst_t **optable_special, in tic4x_hash_opcode_special() argument
611 if (optable_special[i] != NULL in tic4x_hash_opcode_special()
612 && optable_special[i]->opcode == inst->opcode) in tic4x_hash_opcode_special()
615 optable_special[i] = (tic4x_inst_t *) inst; in tic4x_hash_opcode_special()
620 if (optable_special[i] == NULL) in tic4x_hash_opcode_special()
623 optable_special[i] = (tic4x_inst_t *) inst; in tic4x_hash_opcode_special()
637 tic4x_inst_t **optable_special, in tic4x_hash_opcode() argument
667 tic4x_hash_opcode_special (optable_special, optable[j]); in tic4x_hash_opcode()
670 tic4x_hash_opcode_special (optable_special, inst); in tic4x_hash_opcode()
689 static tic4x_inst_t **optable_special = NULL; in tic4x_disassemble() local
[all …]