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

  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
aarch-common.cc 182 bool is_rev = false; local
192 is_rev = aarch_rev16_p_1 (left_sub_rtx, right_sub_rtx, GET_MODE (x));
194 if (!is_rev)
195 is_rev = aarch_rev16_p_1 (right_sub_rtx, left_sub_rtx, GET_MODE (x));
197 return is_rev;
  /src/external/gpl3/gcc/dist/gcc/config/arm/
aarch-common.cc 184 bool is_rev = false; local
194 is_rev = aarch_rev16_p_1 (left_sub_rtx, right_sub_rtx, GET_MODE (x));
196 if (!is_rev)
197 is_rev = aarch_rev16_p_1 (right_sub_rtx, left_sub_rtx, GET_MODE (x));
199 return is_rev;

Completed in 24 milliseconds