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

  /src/external/gpl3/gcc/dist/gcc/
real.cc 5535 HONOR_SNANS (machine_mode m)
5541 HONOR_SNANS (const_tree t)
5543 return HONOR_SNANS (element_mode (t));
5547 HONOR_SNANS (const_rtx x)
5549 return HONOR_SNANS (GET_MODE (x));
  /src/external/gpl3/gcc.old/dist/gcc/
real.cc 5487 HONOR_SNANS (machine_mode m)
5493 HONOR_SNANS (const_tree t)
5495 return HONOR_SNANS (element_mode (t));
5499 HONOR_SNANS (const_rtx x)
5501 return HONOR_SNANS (GET_MODE (x));

Completed in 27 milliseconds