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

  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 2526 /* True if we should call push_rts/pop_rts to save and restore
2528 bool push_rts;
2615 frame->push_rts = false;
2619 frame->push_rts = true;
2643 if (!frame->push_rts)
2689 return frame.to_allocate + (frame.push_rts ? 56 : 0);
2764 if (frame.push_rts)
2889 if (frame.push_rts)
2947 if (frame.push_rts)
2513 bool push_rts; member in struct:c6x_frame
c6x.cc 2526 /* True if we should call push_rts/pop_rts to save and restore
2528 bool push_rts;
2615 frame->push_rts = false;
2619 frame->push_rts = true;
2643 if (!frame->push_rts)
2689 return frame.to_allocate + (frame.push_rts ? 56 : 0);
2764 if (frame.push_rts)
2889 if (frame.push_rts)
2947 if (frame.push_rts)
2513 bool push_rts; member in struct:c6x_frame
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 2525 /* True if we should call push_rts/pop_rts to save and restore
2527 bool push_rts;
2614 frame->push_rts = false;
2618 frame->push_rts = true;
2642 if (!frame->push_rts)
2688 return frame.to_allocate + (frame.push_rts ? 56 : 0);
2763 if (frame.push_rts)
2888 if (frame.push_rts)
2946 if (frame.push_rts)
2512 bool push_rts; member in struct:c6x_frame
c6x.cc 2525 /* True if we should call push_rts/pop_rts to save and restore
2527 bool push_rts;
2614 frame->push_rts = false;
2618 frame->push_rts = true;
2642 if (!frame->push_rts)
2688 return frame.to_allocate + (frame.push_rts ? 56 : 0);
2763 if (frame.push_rts)
2888 if (frame.push_rts)
2946 if (frame.push_rts)
2512 bool push_rts; member in struct:c6x_frame

Completed in 60 milliseconds