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

  /toolchain/binutils/binutils-2.25/opcodes/
nios2-dis.c 46 } nios2_opcode_hash; typedef in typeref:struct:_nios2_opcode_hash
65 nios2_opcode_hash *hash[OPCODE_HASH_SIZE];
66 nios2_opcode_hash *ps_hash[OPCODE_HASH_SIZE];
92 nios2_opcode_hash *new_hash;
93 nios2_opcode_hash **bucket = NULL;
112 (nios2_opcode_hash *) malloc (sizeof (nios2_opcode_hash));
131 nios2_opcode_hash *tmp_hash = state->hash[i];
143 nios2_opcode_hash *tmp_hash = state->ps_hash[i];
161 nios2_opcode_hash *entry
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-nios2.c 185 static struct hash_control *nios2_opcode_hash = NULL; variable in typeref:struct:hash_control
187 ((struct nios2_opcode *) hash_find (nios2_opcode_hash, (NAME)))
    [all...]

Completed in 5741 milliseconds