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

  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 3197 mips_force_temporary (rtx dest, rtx value)
3302 TEMP is as for mips_force_temporary.
3313 addr = mips_force_temporary (temp, addr);
3314 base = mips_force_temporary (temp, gen_rtx_PLUS (Pmode, addr, base));
3445 TEMP is as for mips_force_temporary and is used to load the high
3504 high = mips_force_temporary (temp, high);
3515 mips_force_temporary; it is only needed when OFFSET is not a
3540 high = mips_force_temporary (temp, high);
3541 reg = mips_force_temporary (temp, gen_rtx_PLUS (Pmode, high, reg));
3760 /* Load VALUE into DEST. TEMP is as for mips_force_temporary. *
3182 mips_force_temporary (rtx dest, rtx value) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 3104 mips_force_temporary (rtx dest, rtx value)
3209 TEMP is as for mips_force_temporary.
3220 addr = mips_force_temporary (temp, addr);
3221 base = mips_force_temporary (temp, gen_rtx_PLUS (Pmode, addr, base));
3352 TEMP is as for mips_force_temporary and is used to load the high
3411 high = mips_force_temporary (temp, high);
3422 mips_force_temporary; it is only needed when OFFSET is not a
3447 high = mips_force_temporary (temp, high);
3448 reg = mips_force_temporary (temp, gen_rtx_PLUS (Pmode, high, reg));
3667 /* Load VALUE into DEST. TEMP is as for mips_force_temporary. *
3089 mips_force_temporary (rtx dest, rtx value) function
    [all...]

Completed in 62 milliseconds