Home | History | Annotate | Download | only in opcodes

Lines Matching full:tic4x_inst_t

356 		tic4x_inst_t *p,
605 tic4x_hash_opcode_special (tic4x_inst_t **optable_special,
606 const tic4x_inst_t *inst)
615 optable_special[i] = (tic4x_inst_t *) inst;
623 optable_special[i] = (tic4x_inst_t *) inst;
636 tic4x_hash_opcode (tic4x_inst_t **optable,
637 tic4x_inst_t **optable_special,
638 const tic4x_inst_t *inst,
673 optable[j] = (tic4x_inst_t
688 static tic4x_inst_t **optable = NULL;
689 static tic4x_inst_t **optable_special = NULL;
690 tic4x_inst_t *p;
701 optable = xcalloc (sizeof (tic4x_inst_t *), (1 << TIC4X_HASH_SIZE));
703 optable_special = xcalloc (sizeof (tic4x_inst_t *), TIC4X_SPESOP_SIZE);