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

  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc 1597 scalar_int_mode int_mode, int_innermode, from_mode;
1600 && is_a <scalar_int_mode> (innermode, &int_innermode)
1615 else if (GET_MODE_SIZE (int_mode) < GET_MODE_SIZE (int_innermode))
1592 scalar_int_mode int_mode, int_innermode, from_mode; local
  /src/external/gpl3/gcc/dist/gcc/
emit-rtl.cc 1607 scalar_int_mode int_mode, int_innermode, from_mode;
1610 && is_a <scalar_int_mode> (innermode, &int_innermode)
1625 else if (GET_MODE_SIZE (int_mode) < GET_MODE_SIZE (int_innermode))
1602 scalar_int_mode int_mode, int_innermode, from_mode; local

Completed in 40 milliseconds