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

/netbsd-current/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.cc2737 output_plussi (rtx *operands, bool need_flags)
2760 if (need_flags)
2765 if (need_flags)
2770 if (need_flags)
2775 if (need_flags)
2783 if (!need_flags)
2789 if (!need_flags)
2796 if (!need_flags)
2806 if (!need_flags)
2837 compute_plussi_length (rtx *operands, bool need_flags)
2727 output_plussi(rtx *operands, bool need_flags) argument
2827 compute_plussi_length(rtx *operands, bool need_flags) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Ddwarf2dbg.c502 flagword need_flags = SEC_LOAD | SEC_CODE;
508 need_flags |= SEC_ALLOC;
509 if ((now_seg->flags & need_flags) != need_flags)
501 flagword need_flags = SEC_LOAD | SEC_CODE; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mn10300/
H A Dmn10300.c1678 mn10300_output_add (rtx operands[3], bool need_flags)
1698 if (src2 == const1_rtx && !need_flags)
1700 if (INTVAL (src2) == 4 && !need_flags && dest_class != DATA_REGS)
1703 gcc_assert (!need_flags || dest_class != SP_REGS);
1676 mn10300_output_add(rtx operands[3], bool need_flags) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mn10300/
H A Dmn10300.cc1678 mn10300_output_add (rtx operands[3], bool need_flags)
1698 if (src2 == const1_rtx && !need_flags)
1700 if (INTVAL (src2) == 4 && !need_flags && dest_class != DATA_REGS)
1703 gcc_assert (!need_flags || dest_class != SP_REGS);
1676 mn10300_output_add(rtx operands[3], bool need_flags) argument

Completed in 279 milliseconds