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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 2615 bool small_int_p = (m2 == QImode || m2 == HImode || m2 == SImode);
2640 bool small_int_vsx_p = (small_int_p
2607 bool small_int_p = (m2 == QImode || m2 == HImode || m2 == SImode); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 2609 bool small_int_p = (m2 == QImode || m2 == HImode || m2 == SImode);
2634 bool small_int_vsx_p = (small_int_p
2601 bool small_int_p = (m2 == QImode || m2 == HImode || m2 == SImode); local

Completed in 81 milliseconds