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

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dsparc.h40 enum sparc_opcode_arch_val enum
57 /* Given an enum sparc_opcode_arch_val, return the bitmask to use in
61 /* Given a valid sparc_opcode_arch_val, return non-zero if it's v9. */
69 /* Mask of sparc_opcode_arch_val's supported.
78 /* Given architecture name, look up it's sparc_opcode_arch_val value. */
79 extern enum sparc_opcode_arch_val sparc_opcode_lookup_arch (const char *);
102 short architecture; /* Bitmask of sparc_opcode_arch_val's. */
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dsparc-opc.c91 enum sparc_opcode_arch_val
98 return (enum sparc_opcode_arch_val) (p - &sparc_opcode_archs[0]);

Completed in 189 milliseconds