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

  /src/external/gpl3/gcc/dist/gcc/
expr.cc 106 static void convert_mode_scalar (rtx, rtx, int);
322 convert_mode_scalar (to, from, unsignedp);
328 convert_mode_scalar (rtx to, rtx from, int unsignedp)
395 convert_mode_scalar (temp, from, unsignedp);
396 convert_mode_scalar (to, temp, unsignedp);
410 convert_mode_scalar (temp, from, unsignedp);
412 convert_mode_scalar (to, temp, unsignedp);
440 convert_mode_scalar (toi, fromi, 1);
326 convert_mode_scalar (rtx to, rtx from, int unsignedp) function
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 103 static void convert_mode_scalar (rtx, rtx, int);
319 convert_mode_scalar (to, from, unsignedp);
325 convert_mode_scalar (rtx to, rtx from, int unsignedp)
323 convert_mode_scalar (rtx to, rtx from, int unsignedp) function

Completed in 43 milliseconds