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

  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 2182 loongarch_force_temporary (rtx dest, rtx value) function
2234 loongarch_force_temporary; it is only needed when OFFSET is not a
2249 high = loongarch_force_temporary (temp, high);
2250 reg = loongarch_force_temporary (temp, gen_rtx_PLUS (Pmode, high, reg));
2447 /* Load VALUE into DEST. TEMP is as for loongarch_force_temporary. */
2537 base = loongarch_force_temporary (dest, base);
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 2662 loongarch_force_temporary (rtx dest, rtx value) function
2723 loongarch_force_temporary; it is only needed when OFFSET is not a
2738 high = loongarch_force_temporary (temp, high);
2739 reg = loongarch_force_temporary (temp, gen_rtx_PLUS (Pmode, high, reg));
2797 high = loongarch_force_temporary (tmp, high);
3005 high = loongarch_force_temporary (tmp3, high);
3049 high = loongarch_force_temporary (tmp3, high);
3167 TEMP is as for loongarch_force_temporary and is used to load the high
3202 high = loongarch_force_temporary (temp, high);
3323 /* Load VALUE into DEST. TEMP is as for loongarch_force_temporary. *
    [all...]

Completed in 30 milliseconds