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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dtic4x-dis.c31 #define TIC4X_HASH_SIZE 11 /* 11 (bits) and above should give unique entries. */ macro
641 int opcode = inst->opcode >> (32 - TIC4X_HASH_SIZE);
642 int opmask = inst->opmask >> (32 - TIC4X_HASH_SIZE);
644 /* Use a TIC4X_HASH_SIZE bit index as a hash index. We should
663 && inst->opmask & ~(opmask << (32 - TIC4X_HASH_SIZE)))
700 optable = xcalloc (sizeof (tic4x_inst_t *), (1 << TIC4X_HASH_SIZE));
715 optable[optable_special[i]->opcode >> (32 - TIC4X_HASH_SIZE)] = NULL;
722 p = optable[instruction >> (32 - TIC4X_HASH_SIZE)];
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dtic4x-dis.c31 #define TIC4X_HASH_SIZE 11 /* 11 (bits) and above should give unique entries. */ macro
641 int opcode = inst->opcode >> (32 - TIC4X_HASH_SIZE);
642 int opmask = inst->opmask >> (32 - TIC4X_HASH_SIZE);
644 /* Use a TIC4X_HASH_SIZE bit index as a hash index. We should
663 && inst->opmask & ~(opmask << (32 - TIC4X_HASH_SIZE)))
700 optable = xcalloc (sizeof (tic4x_inst_t *), (1 << TIC4X_HASH_SIZE));
715 optable[optable_special[i]->opcode >> (32 - TIC4X_HASH_SIZE)] = NULL;
722 p = optable[instruction >> (32 - TIC4X_HASH_SIZE)];

Completed in 165 milliseconds