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

/haiku-fatelf/src/bin/gdb/opcodes/
H A Dtic4x-dis.c28 #define TIC4X_HASH_SIZE 11 /* 11 (bits) and above should give unique entries. */ macro
692 int opcode = inst->opcode >> (32 - TIC4X_HASH_SIZE);
693 int opmask = inst->opmask >> (32 - TIC4X_HASH_SIZE);
695 /* Use a TIC4X_HASH_SIZE bit index as a hash index. We should
714 && inst->opmask & ~(opmask << (32 - TIC4X_HASH_SIZE)) )
753 xcalloc (sizeof (tic4x_inst_t *), (1 << TIC4X_HASH_SIZE));
769 optable[optable_special[i]->opcode >> (32 - TIC4X_HASH_SIZE)] = NULL;
776 p = optable[instruction >> (32 - TIC4X_HASH_SIZE)];

Completed in 37 milliseconds