#include <sys/types.h>#include "bfd.h"


Go to the source code of this file.
Definition at line 247 of file ia64.h.
Referenced by DEPV_NODE::Blockable_Part(), Both_Invariant(), DEPV_LIST::Convert_To_Dep(), DEP_Lex_Pos_Decompose(), DEP_Negate(), Dep_Preserved(), DEP_SetDirection(), DEP_SetDistance(), Depv_Carried_By_Outer_Loop(), DEPV_Copy(), DEPV_Create(), DEPV_CreateEqual(), DEPV_CreateStar(), Direction_Union(), DEPV_LIST::Eliminate_Non_Distance_Carried_By(), SNL_DEP_INFO::Enter(), DEPV_COMPUTE::Find_Init_Distance_Used(), get_mem_dep(), ia64_find_dependency(), COST_TABLE::Init(), Inter_Iteration_Cses_Loop(), DEPV_LIST::Is_Inner_Non_Zero_Single_Distance(), DEPV_LIST::Is_Inner_Single_Distance(), DEPV_NODE::Lex_Pos_Decompose(), LnoDependenceEdge(), Max_Dep_Distance(), Process_Pair(), DEPV_ARRAY::Shorten_To_Dep(), SNL_GEN_U_Ctiling(), SNL_INV_Local_Permute_Loops(), SNL_Update_Strip_Dependence(), and SNL_DEP_INFO::U_Fully_Permutable().
| #define IA64_OPCODE_F2_EQ_F3 (1<<7) |
| #define IA64_OPCODE_LEN_EQ_64MCNT (1<<8) |
| #define IA64_OPCODE_NO_PRED (1<<5) |
| #define IA64_OPCODE_POSTINC (1<<10) |
| #define IA64_OPND_FLAG_DECIMAL_SIGNED (1<<0) |
| #define IA64_OPND_FLAG_DECIMAL_UNSIGNED (1<<1) |
| #define REG_NONE (-1) |
| enum ia64_dependency_mode |
| enum ia64_insn_type |
| enum ia64_operand_class |
| enum ia64_opnd |
| enum ia64_rse_resource |
| enum ia64_unit |
| struct ia64_opcode* ia64_dis_opcode | ( | ia64_insn | insn, | |
| enum ia64_insn_type | type | |||
| ) | [read] |
Definition at line 555 of file ia64-opc.c.
References abort, ia64_completer_table::alternative, apply_completer(), ci, completer_table, ia64_main_table::completers, dependencies, ia64_strings, locate_opcode_ent(), main_table, make_ia64_opcode(), ia64_opcode::mask, ia64_completer_table::name_index, NULL, ia64_main_table::opcode, strcat(), strcpy, and ia64_completer_table::subentries.
Referenced by print_insn_ia64().
| struct ia64_dependency* ia64_find_dependency | ( | int | index | ) | [read] |
| struct ia64_opcode* ia64_find_next_opcode | ( | struct ia64_opcode * | ent | ) | [read] |
Definition at line 675 of file ia64-opc.c.
References ia64_opcode::ent_index, ia64_find_matching_opcode(), and ia64_opcode::name.
| struct ia64_opcode* ia64_find_opcode | ( | const char * | name | ) | [read] |
Definition at line 688 of file ia64-opc.c.
References find_main_ent(), find_string_ent(), get_opc_prefix(), ia64_find_matching_opcode(), NULL, and strlen().
| void ia64_free_opcode | ( | struct ia64_opcode * | ent | ) |
Definition at line 718 of file ia64-opc.c.
References free(), and ia64_opcode::name.
Referenced by print_insn_ia64().
| struct ia64_operand elf64_ia64_operands[IA64_OPND_COUNT] |
Definition at line 412 of file cpu-ia64-opc.c.
Referenced by elfNN_ia64_install_value(), opcode_verify(), and print_insn_ia64().
Definition at line 46 of file ia64-opc.c.
1.5.6