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

  /src/external/gpl3/binutils/dist/gas/config/
tc-loongarch.c 266 static struct htab *fc_htab = NULL; variable in typeref:struct:htab
402 if (!fc_htab)
403 fc_htab = str_htab_create ();
406 str_hash_insert_int (fc_htab, loongarch_fc_normal_name[i], i, 0);
950 imm = str_hash_find_int (fc_htab, arg);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-loongarch.c 272 static struct htab *fc_htab = NULL; variable in typeref:struct:htab
397 if (!fc_htab)
398 fc_htab = str_htab_create ();
401 str_hash_insert_int (fc_htab, loongarch_fc_normal_name[i], i, 0);
936 imm = str_hash_find_int (fc_htab, arg);

Completed in 31 milliseconds