Home | History | Annotate | Download | only in opcode

Lines Matching defs:ia64_opcode

287 /* The opcode table is an array of struct ia64_opcode.  */
289 struct ia64_opcode
327 /* Values defined for the flags field of a struct ia64_opcode. */
403 extern struct ia64_opcode ia64_opcodes_a[];
404 extern struct ia64_opcode ia64_opcodes_i[];
405 extern struct ia64_opcode ia64_opcodes_m[];
406 extern struct ia64_opcode ia64_opcodes_b[];
407 extern struct ia64_opcode ia64_opcodes_f[];
408 extern struct ia64_opcode ia64_opcodes_d[];
411 extern struct ia64_opcode *ia64_find_opcode (const char *);
412 extern struct ia64_opcode *ia64_find_next_opcode (struct ia64_opcode *);
414 extern struct ia64_opcode *ia64_dis_opcode (ia64_insn,
417 extern void ia64_free_opcode (struct ia64_opcode *);