INSN_HASH_SIZE
hash &= INSN_HASH_SIZE-1;
static struct instruction_list *insn_hash_table[INSN_HASH_SIZE];
for (i = 0; i < INSN_HASH_SIZE; i++) {