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

  /src/external/gpl3/gcc.old/dist/gcc/common/config/riscv/
riscv-common.cc 266 const char *all_ext = riscv_supported_std_ext (); local
267 const char *ext_pos = strchr (all_ext, ext);
271 rank = strlen (all_ext) + ext - 'a';
273 rank = (int)(ext_pos - all_ext) + 2 /* e and i has higher rank. */;
  /src/external/gpl3/binutils/dist/opcodes/
riscv-dis.c 74 bool all_ext; member in struct:riscv_private_data
86 pd->all_ext = false;
104 pd->all_ext = true;
1021 if (!pd->all_ext
1478 pd->all_ext = false;
  /src/external/gpl3/binutils.old/dist/opcodes/
riscv-dis.c 74 bool all_ext; member in struct:riscv_private_data
86 pd->all_ext = false;
104 pd->all_ext = true;
1021 if (!pd->all_ext
1478 pd->all_ext = false;
  /src/external/gpl3/gdb.old/dist/opcodes/
riscv-dis.c 85 static bool all_ext = false; variable
110 all_ext = true;
981 if (!all_ext
  /src/external/gpl3/gdb/dist/opcodes/
riscv-dis.c 74 bool all_ext; member in struct:riscv_private_data
86 pd->all_ext = false;
104 pd->all_ext = true;
1021 if (!pd->all_ext
1478 pd->all_ext = false;
  /src/external/gpl3/gcc/dist/gcc/common/config/riscv/
riscv-common.cc 534 const char *all_ext = riscv_supported_std_ext (); local
535 const char *ext_pos = strchr (all_ext, ext);
539 rank = strlen (all_ext) + ext - 'a';
541 rank = (int)(ext_pos - all_ext) + 2 /* e and i has higher rank. */;

Completed in 17 milliseconds