Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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-microblaze.c113 static struct hash_control * opcode_hash_control; /* Opcode mnemonics. */ variable
407 opcode_hash_control = hash_new (); in md_begin()
411 hash_insert (opcode_hash_control, opcode->name, (char *) opcode); in md_begin()
925 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, name); in md_assemble()
1055 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, "lwi"); in md_assemble()
1057 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, "swi"); in md_assemble()
1089 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_assemble()
1542 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_assemble()
1608 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_assemble()
1681 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, opcode->name, (char *) opcode); in md_begin()
884 opcode = (mcore_opcode_info *) hash_find (opcode_hash_control, name); in md_assemble()
Dtc-h8300.c226 static struct hash_control *opcode_hash_control; /* Opcode mnemonics. */ variable
244 opcode_hash_control = hash_new (); in md_begin()
286 hash_insert (opcode_hash_control, buffer, (char *) pi); in md_begin()
1967 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()
2590 return (sh_opcode_info *) hash_find (opcode_hash_control, name); in find_cooked_opcode()