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

  /src/external/gpl3/gcc/dist/gcc/
fold-const-call.cc 1904 machine_mode arg2_mode = TYPE_MODE (TREE_TYPE (arg2)); local
1907 && arg0_mode == arg2_mode
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const-call.cc 1737 machine_mode arg2_mode = TYPE_MODE (TREE_TYPE (arg2)); local
1740 && arg0_mode == arg2_mode
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-c.cc 1914 machine_mode arg2_mode = TYPE_MODE (types[1]);
1919 || GET_MODE_PRECISION (arg2_mode) > 32)
1973 machine_mode arg2_mode = TYPE_MODE (types[1]);
1975 if (arg2_mode == SImode)
1978 else if (arg2_mode == SFmode)
1980 else if (arg2_mode == DImode)
1983 else if (arg2_mode == DFmode)
1913 machine_mode arg2_mode = TYPE_MODE (types[1]); local
1972 machine_mode arg2_mode = TYPE_MODE (types[1]); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-c.cc 1901 machine_mode arg2_mode = TYPE_MODE (types[1]);
1906 || GET_MODE_PRECISION (arg2_mode) > 32)
1900 machine_mode arg2_mode = TYPE_MODE (types[1]); local

Completed in 222 milliseconds