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

  /src/external/gpl3/gcc.old/dist/gcc/config/h8300/
h8300.cc 109 static int h8300_stack_offset_p (rtx, int);
694 h8300_stack_offset_p (rtx x, int offset)
728 && h8300_stack_offset_p (XEXP (XEXP (x, memindex), 0), offset))
778 && h8300_stack_offset_p (SET_SRC (last), adjust));
693 h8300_stack_offset_p (rtx x, int offset) function
  /src/external/gpl3/gcc/dist/gcc/config/h8300/
h8300.cc 109 static int h8300_stack_offset_p (rtx, int);
694 h8300_stack_offset_p (rtx x, int offset)
728 && h8300_stack_offset_p (XEXP (XEXP (x, memindex), 0), offset))
778 && h8300_stack_offset_p (SET_SRC (last), adjust));
693 h8300_stack_offset_p (rtx x, int offset) function

Completed in 57 milliseconds