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

/freebsd-10.2-release/contrib/binutils/include/opcode/
H A Dalpha.h56 extern const struct alpha_opcode alpha_opcodes[];
135 the operands field of the alpha_opcodes table. */
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dalpha-dis.c72 opcode = alpha_opcodes;
H A Dalpha-opc.c474 const struct alpha_opcode alpha_opcodes[] =
1502 const unsigned alpha_num_opcodes = sizeof(alpha_opcodes)/sizeof(*alpha_opcodes);
470 const struct alpha_opcode alpha_opcodes[] = variable in typeref:struct:alpha_opcode
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-alpha.c1095 while (++opcode - alpha_opcodes < (int) alpha_num_opcodes
4888 name = alpha_opcodes[i].name;
4889 retval = hash_insert (alpha_opcode_hash, name, (void *) &alpha_opcodes[i]);
4906 (void) hash_insert (alpha_opcode_hash, p, (void *) &alpha_opcodes[i]);
4912 && (alpha_opcodes[i].name == name
4913 || !strcmp (alpha_opcodes[i].name, name)))

Completed in 175 milliseconds