Searched refs:push_rts (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.c2577 /* True if we should call push_rts/pop_rts to save and restore
2579 bool push_rts;
2668 frame->push_rts = false;
2672 frame->push_rts = true;
2696 if (!frame->push_rts)
2742 return frame.to_allocate + (frame.push_rts ? 56 : 0);
2817 if (frame.push_rts)
2942 if (frame.push_rts)
3000 if (frame.push_rts)
2564 bool push_rts; member in struct:c6x_frame

Completed in 159 milliseconds