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

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dsparc.h72 These are short's because sparc_opcode.architecture is. */
94 typedef struct sparc_opcode struct
103 } sparc_opcode; typedef in typeref:struct:sparc_opcode
221 extern const struct sparc_opcode sparc_opcodes[];
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dsparc-dis.c38 static const sparc_opcode **sorted_opcodes;
53 const sparc_opcode *opcode;
197 const sparc_opcode *opcode = op->opcode;
249 sparc_opcode *op0 = * (sparc_opcode **) a;
250 sparc_opcode *op1 = * (sparc_opcode **) b;
395 build_hash_table (const sparc_opcode **opcode_table,
472 xmalloc (sparc_num_opcodes * sizeof (sparc_opcode *));
511 const sparc_opcode *opcod
[all...]
H A Dsparc-opc.c175 const struct sparc_opcode sparc_opcodes[] = {

Completed in 177 milliseconds