HomeSort by relevance Sort by last modified time
    Searched refs:opcode_hash_control (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-pj.c 34 static struct hash_control *opcode_hash_control; variable in typeref:struct:hash_control
179 hash_insert (opcode_hash_control, name, (char *) fake);
188 hash_insert (opcode_hash_control, new_name,
189 (char *) hash_find (opcode_hash_control, old));
200 opcode_hash_control = hash_new ();
204 hash_insert (opcode_hash_control, opcode->u.name, (char *) opcode);
255 opcode = (pj_opc_info_t *) hash_find (opcode_hash_control, op_start);
tc-moxie.c 35 static struct hash_control *opcode_hash_control; variable in typeref:struct:hash_control
65 opcode_hash_control = hash_new ();
69 hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
72 hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
75 hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
183 opcode = (moxie_opc_info_t *) hash_find (opcode_hash_control, op_start);
tc-microblaze.c 113 static struct hash_control * opcode_hash_control; /* Opcode mnemonics. */ variable in typeref:struct:hash_control
407 opcode_hash_control = hash_new ();
411 hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
925 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, name);
1055 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, "lwi");
1057 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, "swi");
1089 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm");
    [all...]
tc-z8k.c 140 static struct hash_control *opcode_hash_control; variable in typeref:struct:hash_control
148 opcode_hash_control = hash_new ();
154 hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
169 hash_insert (opcode_hash_control, fake_opcode->name, fake_opcode);
1221 opcode = (opcode_entry_type *) hash_find (opcode_hash_control, op_start);
    [all...]
tc-mcore.c 138 static struct hash_control * opcode_hash_control; /* Opcode mnemonics. */ variable in typeref:struct:hash_control
460 opcode_hash_control = hash_new ();
468 hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
884 opcode = (mcore_opcode_info *) hash_find (opcode_hash_control, name);
    [all...]
tc-h8300.c 226 static struct hash_control *opcode_hash_control; /* Opcode mnemonics. */ variable in typeref:struct:hash_control
244 opcode_hash_control = hash_new ();
286 hash_insert (opcode_hash_control, buffer, (char *) pi);
    [all...]
tc-sh.c 487 static struct hash_control *opcode_hash_control; /* Opcode mnemonics */ variable in typeref:struct:hash_control
966 opcode_hash_control = hash_new ();
976 hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
    [all...]

Completed in 112 milliseconds