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

  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 8867 int or_andcm = strstr (idesc->name, "or.andcm") != NULL; local
8876 (or_andcm ? CMP_OR : (and_orcm ? CMP_AND : CMP_NONE));
8885 (or_andcm ? CMP_AND : (and_orcm ? CMP_OR : CMP_NONE));
8989 int or_andcm = strstr (idesc->name, "or.andcm") != NULL; local
8998 (or_andcm ? CMP_OR : (and_orcm ? CMP_AND : CMP_NONE));
9007 (or_andcm ? CMP_AND : (and_orcm ? CMP_OR : CMP_NONE));
9456 int or_andcm = strstr (idesc->name, "or.andcm") != NULL; local
9465 (or_andcm ? CMP_OR : (and_orcm ? CMP_AND : CMP_NONE));
9473 (or_andcm ? CMP_AND : (and_orcm ? CMP_OR : CMP_NONE));
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 8867 int or_andcm = strstr (idesc->name, "or.andcm") != NULL; local
8876 (or_andcm ? CMP_OR : (and_orcm ? CMP_AND : CMP_NONE));
8885 (or_andcm ? CMP_AND : (and_orcm ? CMP_OR : CMP_NONE));
8989 int or_andcm = strstr (idesc->name, "or.andcm") != NULL; local
8998 (or_andcm ? CMP_OR : (and_orcm ? CMP_AND : CMP_NONE));
9007 (or_andcm ? CMP_AND : (and_orcm ? CMP_OR : CMP_NONE));
9456 int or_andcm = strstr (idesc->name, "or.andcm") != NULL; local
9465 (or_andcm ? CMP_OR : (and_orcm ? CMP_AND : CMP_NONE));
9473 (or_andcm ? CMP_AND : (and_orcm ? CMP_OR : CMP_NONE));

Completed in 29 milliseconds