Home
last modified time | relevance | path

Searched refs:opcode_node (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Daarch64-gen.c38 struct opcode_node struct
45 struct opcode_node *next; argument
48 typedef struct opcode_node opcode_node; typedef
51 static opcode_node opcode_nodes_head;
61 opcode_node *list;
65 static opcode_node*
68 opcode_node* ent = malloc (sizeof (opcode_node)); in new_opcode_node()
118 get_aarch64_opcode (const opcode_node *opcode_node) in get_aarch64_opcode() argument
120 if (opcode_node == NULL) in get_aarch64_opcode()
122 return &index2table (opcode_node->index)[real_index (opcode_node->index)]; in get_aarch64_opcode()
[all …]