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

  /src/external/gpl3/gcc.old/dist/gcc/config/h8300/
h8300.cc 108 static void h8300_push_pop (int, int, bool, bool);
626 h8300_push_pop (int regno, int nregs, bool pop_p, bool return_p)
849 h8300_push_pop (regno, n_regs, false, false);
929 h8300_push_pop (regno - n_regs + 1, n_regs, true, returned_p);
938 h8300_push_pop (HARD_FRAME_POINTER_REGNUM, 1, true, returned_p);
625 h8300_push_pop (int regno, int nregs, bool pop_p, bool return_p) function
  /src/external/gpl3/gcc/dist/gcc/config/h8300/
h8300.cc 108 static void h8300_push_pop (int, int, bool, bool);
626 h8300_push_pop (int regno, int nregs, bool pop_p, bool return_p)
849 h8300_push_pop (regno, n_regs, false, false);
929 h8300_push_pop (regno - n_regs + 1, n_regs, true, returned_p);
938 h8300_push_pop (HARD_FRAME_POINTER_REGNUM, 1, true, returned_p);
625 h8300_push_pop (int regno, int nregs, bool pop_p, bool return_p) function

Completed in 41 milliseconds