Searched refs:alpha_opcodes (Results 1 – 4 of 4) sorted by relevance
56 extern const struct alpha_opcode alpha_opcodes[];
72 opcode = alpha_opcodes;
470 const struct alpha_opcode alpha_opcodes[] = variable1498 const unsigned alpha_num_opcodes = sizeof(alpha_opcodes)/sizeof(*alpha_opcodes);
1088 while (++opcode - alpha_opcodes < (int) alpha_num_opcodes in find_opcode_match()4875 name = alpha_opcodes[i].name; in md_begin()4876 retval = hash_insert (alpha_opcode_hash, name, (void *) &alpha_opcodes[i]); in md_begin()4893 (void) hash_insert (alpha_opcode_hash, p, (void *) &alpha_opcodes[i]); in md_begin()4899 && (alpha_opcodes[i].name == name in md_begin()4900 || !strcmp (alpha_opcodes[i].name, name))) in md_begin()