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.27/opcodes/
nios2-dis.c 46 } nios2_opcode_hash; typedef in typeref:struct:_nios2_opcode_hash
72 nios2_opcode_hash *hash[OPCODE_HASH_SIZE];
73 nios2_opcode_hash *ps_hash[OPCODE_HASH_SIZE];
110 nios2_opcode_hash *new_hash;
111 nios2_opcode_hash **bucket = NULL;
130 (nios2_opcode_hash *) malloc (sizeof (nios2_opcode_hash));
149 nios2_opcode_hash *tmp_hash = state->hash[i];
161 nios2_opcode_hash *tmp_hash = state->ps_hash[i];
178 nios2_opcode_hash *entry
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-nios2.c 188 static struct hash_control *nios2_opcode_hash = NULL; variable in typeref:struct:hash_control
190 ((struct nios2_opcode *) hash_find (nios2_opcode_hash, (NAME)))
    [all...]

Completed in 401 milliseconds