#include <ia64.h>

Data Fields | |
| const char * | name |
| enum ia64_insn_type | type |
| int | num_outputs |
| ia64_insn | opcode |
| ia64_insn | mask |
| enum ia64_opnd | operands [5] |
| unsigned int | flags |
| short | ent_index |
| struct ia64_opcode_dependency * | dependencies |
Definition at line 261 of file ia64.h.
| const char* ia64_opcode::name |
Definition at line 264 of file ia64.h.
Referenced by ia64_find_next_opcode(), ia64_free_opcode(), in_iclass(), in_iclass_mov_x(), make_ia64_opcode(), opcodes_eq(), and print_insn_ia64().
Definition at line 267 of file ia64.h.
Referenced by generate_disassembler(), make_ia64_opcode(), opcodes_eq(), and print_main_table().
Definition at line 270 of file ia64.h.
Referenced by make_ia64_opcode(), opcodes_eq(), print_insn_ia64(), print_main_table(), and shrink().
Definition at line 274 of file ia64.h.
Referenced by generate_disassembler(), make_ia64_opcode(), and print_main_table().
Definition at line 280 of file ia64.h.
Referenced by generate_disassembler(), ia64_dis_opcode(), make_ia64_opcode(), opcodes_eq(), and print_main_table().
| enum ia64_opnd ia64_opcode::operands[5] |
Definition at line 285 of file ia64.h.
Referenced by in_iclass(), in_iclass_mov_x(), make_ia64_opcode(), opcodes_eq(), print_insn_ia64(), print_main_table(), and shrink().
| unsigned int ia64_opcode::flags |
Definition at line 290 of file ia64.h.
Referenced by in_iclass(), make_ia64_opcode(), opcodes_eq(), print_insn_ia64(), print_main_table(), and shrink().
| short ia64_opcode::ent_index |
Definition at line 293 of file ia64.h.
Referenced by ia64_find_next_opcode(), and make_ia64_opcode().
1.5.6