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

  /toolchain/binutils/binutils-2.25/opcodes/
arc-opc.c 1614 int opcode_hash = ARC_HASH_OPCODE (arc_opcodes[i].syntax); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.c 748 static struct hash_control *opcode_hash; variable in typeref:struct:hash_control
763 opcode_hash = hash_new ();
770 opc->next = hash_find (opcode_hash, tic6x_opcode_table[id].name);
771 if ((errmsg = hash_jam (opcode_hash, tic6x_opcode_table[id].name, opc))
    [all...]

Completed in 405 milliseconds