/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-pj.c | 34 static htab_t opcode_hash_control; variable 179 str_hash_insert (opcode_hash_control, name, fake, 0); in fake_opcode() 188 str_hash_insert (opcode_hash_control, new_name, in alias() 189 str_hash_find (opcode_hash_control, old), 0); in alias() 200 opcode_hash_control = str_htab_create (); in md_begin() 204 str_hash_insert (opcode_hash_control, opcode->u.name, opcode, 0); in md_begin() 255 opcode = (pj_opc_info_t *) str_hash_find (opcode_hash_control, op_start); in md_assemble()
|
H A D | tc-moxie.c | 35 static htab_t opcode_hash_control; variable 65 opcode_hash_control = str_htab_create (); in md_begin() 69 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin() 72 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin() 75 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin() 181 opcode = (moxie_opc_info_t *) str_hash_find (opcode_hash_control, op_start); in md_assemble()
|
H A D | tc-ft32.c | 37 static htab_t opcode_hash_control; variable 57 opcode_hash_control = str_htab_create (); in md_begin() 61 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin() 234 opcode = (ft32_opc_info_t *) str_hash_find (opcode_hash_control, op_start); in md_assemble()
|
H A D | tc-microblaze.c | 117 static htab_t opcode_hash_control; /* Opcode mnemonics. */ variable 388 opcode_hash_control = str_htab_create (); in md_begin() 392 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin() 917 opcode = (struct op_code_struct *) str_hash_find (opcode_hash_control, name); in md_assemble() 1048 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble() 1052 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble() 1086 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble() 1622 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble() 1690 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble() 1765 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble() [all …]
|
H A D | tc-z8k.c | 140 static htab_t opcode_hash_control; variable 148 opcode_hash_control = str_htab_create (); in md_begin() 154 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin() 169 str_hash_insert (opcode_hash_control, fake_opcode->name, fake_opcode, 0); in md_begin() 1239 opcode = (opcode_entry_type *) str_hash_find (opcode_hash_control, op_start); in md_assemble()
|
H A D | tc-mcore.c | 138 static htab_t opcode_hash_control; /* Opcode mnemonics. */ variable 460 opcode_hash_control = str_htab_create (); in md_begin() 468 str_hash_insert (opcode_hash_control, mcore_table[i].name, in md_begin() 885 opcode = (mcore_opcode_info *) str_hash_find (opcode_hash_control, name); in md_assemble()
|
H A D | tc-h8300.c | 226 static htab_t opcode_hash_control; /* Opcode mnemonics. */ variable 243 opcode_hash_control = str_htab_create (); in md_begin() 283 str_hash_insert (opcode_hash_control, buffer, pi, 0); in md_begin() 1939 str_hash_find (opcode_hash_control, op_start); in md_assemble()
|
H A D | tc-sh.c | 243 static htab_t opcode_hash_control; /* Opcode mnemonics */ variable 567 opcode_hash_control = str_htab_create (); in md_begin() 577 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin() 2184 return (sh_opcode_info *) str_hash_find (opcode_hash_control, name); in find_cooked_opcode()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-pj.c | 34 static htab_t opcode_hash_control; variable 179 str_hash_insert (opcode_hash_control, name, fake, 0); in fake_opcode() 188 str_hash_insert (opcode_hash_control, new_name, in alias() 189 str_hash_find (opcode_hash_control, old), 0); in alias() 200 opcode_hash_control = str_htab_create (); in md_begin() 204 str_hash_insert (opcode_hash_control, opcode->u.name, opcode, 0); in md_begin() 255 opcode = (pj_opc_info_t *) str_hash_find (opcode_hash_control, op_start); in md_assemble()
|
H A D | tc-moxie.c | 35 static htab_t opcode_hash_control; variable 65 opcode_hash_control = str_htab_create (); in md_begin() 69 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin() 72 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin() 75 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin() 181 opcode = (moxie_opc_info_t *) str_hash_find (opcode_hash_control, op_start); in md_assemble()
|
H A D | tc-ft32.c | 37 static htab_t opcode_hash_control; variable 57 opcode_hash_control = str_htab_create (); in md_begin() 61 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin() 234 opcode = (ft32_opc_info_t *) str_hash_find (opcode_hash_control, op_start); in md_assemble()
|
H A D | tc-microblaze.c | 117 static htab_t opcode_hash_control; /* Opcode mnemonics. */ variable 416 opcode_hash_control = str_htab_create (); in md_begin() 420 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin() 945 opcode = (struct op_code_struct *) str_hash_find (opcode_hash_control, name); in md_assemble() 1076 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble() 1080 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble() 1114 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble() 1569 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble() 1637 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble() 1712 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble() [all …]
|
H A D | tc-z8k.c | 140 static htab_t opcode_hash_control; variable 148 opcode_hash_control = str_htab_create (); in md_begin() 154 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin() 169 str_hash_insert (opcode_hash_control, fake_opcode->name, fake_opcode, 0); in md_begin() 1239 opcode = (opcode_entry_type *) str_hash_find (opcode_hash_control, op_start); in md_assemble()
|
H A D | tc-mcore.c | 138 static htab_t opcode_hash_control; /* Opcode mnemonics. */ variable 460 opcode_hash_control = str_htab_create (); in md_begin() 468 str_hash_insert (opcode_hash_control, mcore_table[i].name, in md_begin() 885 opcode = (mcore_opcode_info *) str_hash_find (opcode_hash_control, name); in md_assemble()
|
H A D | tc-h8300.c | 226 static htab_t opcode_hash_control; /* Opcode mnemonics. */ variable 244 opcode_hash_control = str_htab_create (); in md_begin() 285 str_hash_insert (opcode_hash_control, buffer, pi, 0); in md_begin() 1942 str_hash_find (opcode_hash_control, op_start); in md_assemble()
|
H A D | tc-sh.c | 243 static htab_t opcode_hash_control; /* Opcode mnemonics */ variable 567 opcode_hash_control = str_htab_create (); in md_begin() 577 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin() 2199 return (sh_opcode_info *) str_hash_find (opcode_hash_control, name); in find_cooked_opcode()
|