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

  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
aarch-common.cc 57 static rtx_code shift_rtx_codes[] = variable
78 for (unsigned int i = 0; i < ARRAY_SIZE (shift_rtx_codes); i++)
79 if (GET_CODE (x) == shift_rtx_codes[i])
  /src/external/gpl3/gcc/dist/gcc/config/arm/
aarch-common.cc 59 static rtx_code shift_rtx_codes[] = variable
80 for (unsigned int i = 0; i < ARRAY_SIZE (shift_rtx_codes); i++)
81 if (GET_CODE (x) == shift_rtx_codes[i])

Completed in 31 milliseconds