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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh_optimize_sett_clrt.cc287 bool branch_if; local
292 branch_if = true;
297 branch_if = false;
303 return branch_if;
305 return !branch_if;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh_optimize_sett_clrt.cc287 bool branch_if; local
292 branch_if = true;
297 branch_if = false;
303 return branch_if;
305 return !branch_if;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c1665 int bit, branch_if; local
1667 branch_if = op == 58 || op == 62;
1676 == branch_if)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c1687 int bit, branch_if; local
1689 branch_if = op == 58 || op == 62;
1698 == branch_if)

Completed in 240 milliseconds