HomeSort by: relevance | last modified time | path
    Searched defs:native_op_table (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-sparc.c 722 } native_op_table[] =
986 for (i = 0; native_op_table[i].name; i++)
990 ? native_op_table[i].name32
991 : native_op_table[i].name64);
996 name, native_op_table[i].name);
999 else if (str_hash_insert (op_hash, native_op_table[i].name, insn, 0))
1001 as_bad (_("duplicate %s"), native_op_table[i].name);
719 } native_op_table[] = variable in typeref:struct:__anon10108
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sparc.c 721 } native_op_table[] =
985 for (i = 0; native_op_table[i].name; i++)
989 ? native_op_table[i].name32
990 : native_op_table[i].name64);
995 name, native_op_table[i].name);
998 else if (str_hash_insert (op_hash, native_op_table[i].name, insn, 0))
1000 as_bad (_("duplicate %s"), native_op_table[i].name);
718 } native_op_table[] = variable in typeref:struct:__anon11580

Completed in 35 milliseconds