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

  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-options.cc 554 auto add_vector_width = [&opts, &num] (prefer_vector_width pvw, local
579 add_vector_width (pvw, "-mprefer-vector-width=");
583 add_vector_width (move_max, "-mmove-max=");
587 add_vector_width (store_max, "-mstore-max=");
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-options.cc 582 auto add_vector_width = [&opts, &num] (prefer_vector_width pvw, local
607 add_vector_width (pvw, "-mprefer-vector-width=");
611 add_vector_width (move_max, "-mmove-max=");
615 add_vector_width (store_max, "-mstore-max=");

Completed in 31 milliseconds