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

  /src/external/gpl3/gcc.old/dist/gcc/config/h8300/
h8300.cc 110 static int h8300_ldm_stm_regno (rtx, int, int, int);
716 h8300_ldm_stm_regno (rtx x, int load_p, int index, int nregs)
750 regno = h8300_ldm_stm_regno (RTVEC_ELT (vec, first), load_p, 0, nregs);
752 /* Check that the call to h8300_ldm_stm_regno succeeded and
769 if (h8300_ldm_stm_regno (RTVEC_ELT (vec, first + i), load_p, i, nregs)
715 h8300_ldm_stm_regno (rtx x, int load_p, int index, int nregs) function
  /src/external/gpl3/gcc/dist/gcc/config/h8300/
h8300.cc 110 static int h8300_ldm_stm_regno (rtx, int, int, int);
716 h8300_ldm_stm_regno (rtx x, int load_p, int index, int nregs)
750 regno = h8300_ldm_stm_regno (RTVEC_ELT (vec, first), load_p, 0, nregs);
752 /* Check that the call to h8300_ldm_stm_regno succeeded and
769 if (h8300_ldm_stm_regno (RTVEC_ELT (vec, first + i), load_p, i, nregs)
715 h8300_ldm_stm_regno (rtx x, int load_p, int index, int nregs) function

Completed in 18 milliseconds