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

  /src/external/gpl3/gcc/dist/gcc/
explow.cc 503 y = gen_rtx_PLUS (GET_MODE (x), copy_to_reg (y), constant_term);
517 x = copy_to_reg (x);
624 copy_to_reg (rtx x)
639 /* Like copy_to_reg but always give the new register mode Pmode
648 /* Like copy_to_reg but always give the new register mode MODE
620 copy_to_reg (rtx x) function
  /src/external/gpl3/gcc.old/dist/gcc/
explow.cc 503 y = gen_rtx_PLUS (GET_MODE (x), copy_to_reg (y), constant_term);
517 x = copy_to_reg (x);
624 copy_to_reg (rtx x)
639 /* Like copy_to_reg but always give the new register mode Pmode
648 /* Like copy_to_reg but always give the new register mode MODE
620 copy_to_reg (rtx x) function

Completed in 15 milliseconds