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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c11541 int need_longbranch = label != NULL && get_attr_length (insn) == 8;
11542 int really_reversed = reversed ^ need_longbranch;
11627 && ((prob > 0) ^ need_longbranch))
11649 if (need_longbranch)
11512 int need_longbranch = label != NULL && get_attr_length (insn) == 8; local

Completed in 184 milliseconds