Lines Matching refs:inst
606 const tic4x_inst_t *inst) in tic4x_hash_opcode_special() argument
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()
623 optable_special[i] = (tic4x_inst_t *) inst; in tic4x_hash_opcode_special()
638 const tic4x_inst_t *inst, in tic4x_hash_opcode() argument
642 int opcode = inst->opcode >> (32 - TIC4X_HASH_SIZE); in tic4x_hash_opcode()
643 int opmask = inst->opmask >> (32 - TIC4X_HASH_SIZE); in tic4x_hash_opcode()
650 && inst->oplevel & tic4x_oplevel) in tic4x_hash_opcode()
657 j, optable[j]->name, inst->name); in tic4x_hash_opcode()
664 && inst->opmask & ~(opmask << (32 - TIC4X_HASH_SIZE))) in tic4x_hash_opcode()
670 tic4x_hash_opcode_special (optable_special, inst); in tic4x_hash_opcode()
673 optable[j] = (tic4x_inst_t *) inst; in tic4x_hash_opcode()