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

  /src/external/gpl3/gcc/dist/gcc/
recog.cc 3077 int matching_operands[MAX_RECOG_OPERANDS];
3110 matching_operands[opno] = -1;
3192 matching_operands[opno] = match;
3193 matching_operands[match] = opno;
3334 && ! (matching_operands[opno] == eopno
3069 int matching_operands[MAX_RECOG_OPERANDS]; local
  /src/external/gpl3/gcc.old/dist/gcc/
recog.cc 3050 int matching_operands[MAX_RECOG_OPERANDS];
3083 matching_operands[opno] = -1;
3180 matching_operands[opno] = match;
3181 matching_operands[match] = opno;
3313 && ! (matching_operands[opno] == eopno
3042 int matching_operands[MAX_RECOG_OPERANDS]; local

Completed in 27 milliseconds