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

  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 67 machine_mode other_mode; local
82 other_mode = GET_MODE (SET_SRC (set));
84 return (GET_MODE_SIZE (store_mode) == GET_MODE_SIZE (other_mode));
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 66 machine_mode other_mode; local
81 other_mode = GET_MODE (SET_SRC (set));
83 return (GET_MODE_SIZE (store_mode) == GET_MODE_SIZE (other_mode));
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-builtins.cc 3023 machine_mode other_mode local
3025 if (TARGET_HAVE_MVE && mode[argc] != other_mode)
3029 other_mode, map_mode);
3034 mode[argc], other_mode,
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-builtins.cc 2966 machine_mode other_mode local
2968 if (TARGET_HAVE_MVE && mode[argc] != other_mode)
2972 other_mode, map_mode);
2977 mode[argc], other_mode,

Completed in 170 milliseconds