Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-pj.c34 static struct hash_control *opcode_hash_control; variable
179 hash_insert (opcode_hash_control, name, (char *) fake); in fake_opcode()
188 hash_insert (opcode_hash_control, new_name, in alias()
189 (char *) hash_find (opcode_hash_control, old)); in alias()
200 opcode_hash_control = hash_new (); in md_begin()
204 hash_insert (opcode_hash_control, opcode->u.name, (char *) opcode); in md_begin()
255 opcode = (pj_opc_info_t *) hash_find (opcode_hash_control, op_start); in md_assemble()
Dtc-moxie.c35 static struct hash_control *opcode_hash_control; variable
65 opcode_hash_control = hash_new (); in md_begin()
69 hash_insert (opcode_hash_control, opcode->name, (char *) opcode); in md_begin()
72 hash_insert (opcode_hash_control, opcode->name, (char *) opcode); in md_begin()
75 hash_insert (opcode_hash_control, opcode->name, (char *) opcode); in md_begin()
183 opcode = (moxie_opc_info_t *) hash_find (opcode_hash_control, op_start); in md_assemble()
Dtc-ft32.c34 static struct hash_control *opcode_hash_control; variable
54 opcode_hash_control = hash_new (); in md_begin()
58 hash_insert (opcode_hash_control, opcode->name, (char *) opcode); in md_begin()
224 opcode = (ft32_opc_info_t *) hash_find (opcode_hash_control, op_start); in md_assemble()
Dtc-microblaze.c113 static struct hash_control * opcode_hash_control; /* Opcode mnemonics. */ variable
406 opcode_hash_control = hash_new (); in md_begin()
410 hash_insert (opcode_hash_control, opcode->name, (char *) opcode); in md_begin()
931 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, name); in md_assemble()
1061 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, "lwi"); in md_assemble()
1063 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, "swi"); in md_assemble()
1095 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_assemble()
1548 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_assemble()
1614 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_assemble()
1687 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_assemble()
[all …]
Dtc-z8k.c140 static struct hash_control *opcode_hash_control; variable
148 opcode_hash_control = hash_new (); in md_begin()
154 hash_insert (opcode_hash_control, opcode->name, (char *) opcode); in md_begin()
169 hash_insert (opcode_hash_control, fake_opcode->name, fake_opcode); in md_begin()
1221 opcode = (opcode_entry_type *) hash_find (opcode_hash_control, op_start); in md_assemble()
Dtc-mcore.c138 static struct hash_control * opcode_hash_control; /* Opcode mnemonics. */ variable
460 opcode_hash_control = hash_new (); in md_begin()
468 hash_insert (opcode_hash_control, mcore_table[i].name, (char *) &mcore_table[i]); in md_begin()
884 opcode = (mcore_opcode_info *) hash_find (opcode_hash_control, name); in md_assemble()
Dtc-h8300.c232 static struct hash_control *opcode_hash_control; /* Opcode mnemonics. */ variable
250 opcode_hash_control = hash_new (); in md_begin()
291 hash_insert (opcode_hash_control, buffer, (char *) pi); in md_begin()
1972 hash_find (opcode_hash_control, op_start); in md_assemble()
Dtc-sh.c487 static struct hash_control *opcode_hash_control; /* Opcode mnemonics */ variable
964 opcode_hash_control = hash_new (); in md_begin()
974 hash_insert (opcode_hash_control, opcode->name, (char *) opcode); in md_begin()
2591 return (sh_opcode_info *) hash_find (opcode_hash_control, name); in find_cooked_opcode()