Searched refs:TEST_HARD_REG_BIT (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.2-release/contrib/gcc/
H A Dregs.h268 if (TEST_HARD_REG_BIT (regs, regno))
273 if (TEST_HARD_REG_BIT (regs, regno))
H A Dreload1.c1006 if (TEST_HARD_REG_BIT (to_spill, i))
1434 if (TEST_HARD_REG_BIT (allowed, i))
1748 if (! TEST_HARD_REG_BIT (not_usable, regno)
1749 && ! TEST_HARD_REG_BIT (used_by_other_reload, regno)
1759 if ((TEST_HARD_REG_BIT (not_usable, regno + j))
1760 || TEST_HARD_REG_BIT (used_by_other_reload, regno + j))
3701 if (TEST_HARD_REG_BIT (used_spill_regs, i))
4082 && TEST_HARD_REG_BIT (reg_reloaded_valid,
4152 && TEST_HARD_REG_BIT (reg_reloaded_valid,
4252 || ! TEST_HARD_REG_BIT (reg_is_output_reloa
[all...]
H A Dcaller-save.c156 if (TEST_HARD_REG_BIT
333 if (! TEST_HARD_REG_BIT (hard_regs_used, i + k))
409 if (TEST_HARD_REG_BIT (referenced_regs, regno))
425 if (TEST_HARD_REG_BIT (hard_regs_to_save, regno))
469 if (TEST_HARD_REG_BIT (hard_regs_to_save, regno))
475 if (TEST_HARD_REG_BIT (hard_regs_saved, regno))
489 if (TEST_HARD_REG_BIT (hard_regs_saved, regno))
672 if (! TEST_HARD_REG_BIT (hard_regs_saved, regno + j))
744 if (! TEST_HARD_REG_BIT (*to_save, regno + j))
H A Dbt-load.c206 if (TEST_HARD_REG_BIT (all_btrs, regno+i))
242 && TEST_HARD_REG_BIT (all_btrs, REGNO (dest)))
389 if (TEST_HARD_REG_BIT (s, reg))
439 if (TEST_HARD_REG_BIT (all_btrs, regno))
482 if (TEST_HARD_REG_BIT (all_btrs, reg)
499 TEST_HARD_REG_BIT (info.btrs_live_in_block, regno),
543 if (TEST_HARD_REG_BIT (all_btrs, reg)
574 if (TEST_HARD_REG_BIT (*clobbered, regno))
630 if (TEST_HARD_REG_BIT (all_btrs, regno)
631 && TEST_HARD_REG_BIT (btrs_writte
[all...]
H A Dglobal.c1110 if (! TEST_HARD_REG_BIT (used, regno)
1120 && ! TEST_HARD_REG_BIT (used, j));
1152 if (TEST_HARD_REG_BIT (allocno[num].hard_reg_copy_preferences, i)
1167 && ! TEST_HARD_REG_BIT (used, j)
1191 if (TEST_HARD_REG_BIT (allocno[num].hard_reg_preferences, i)
1206 && ! TEST_HARD_REG_BIT (used, j)
1277 && ! TEST_HARD_REG_BIT (used2, regno)
1877 ? ! TEST_HARD_REG_BIT (eliminable_regset, i)
1997 if (TEST_HARD_REG_BIT (allocno[i].hard_reg_conflicts, j))
2003 if (TEST_HARD_REG_BIT (allocn
[all...]
H A Dreg-stack.c2222 && TEST_HARD_REG_BIT (regstack->reg_set,
2394 slots[reg] = TEST_HARD_REG_BIT (new->reg_set, old->reg[reg]);
2399 if (TEST_HARD_REG_BIT (new->reg_set, old->reg[reg]))
2458 if (TEST_HARD_REG_BIT (new->reg_set, old->reg[reg]))
2463 if (TEST_HARD_REG_BIT (new->reg_set, old->reg[old->top]))
2465 while (TEST_HARD_REG_BIT (new->reg_set, old->reg[next]))
2601 if (TEST_HARD_REG_BIT (bi->stack_in.reg_set, reg))
2669 if (TEST_HARD_REG_BIT (dest_stack->reg_set, src_stack->reg[reg]))
2861 if (TEST_HARD_REG_BIT (bi->stack_in.reg_set, reg))
2910 if (TEST_HARD_REG_BIT (b
[all...]
H A Dpostreload.c521 if (! TEST_HARD_REG_BIT (equiv_regs[i], regno))
717 if (TEST_HARD_REG_BIT (reg_class_contents[INDEX_REG_CLASS], r))
826 if (TEST_HARD_REG_BIT (reg_class_contents[INDEX_REG_CLASS], regno)
827 || TEST_HARD_REG_BIT (reg_class_contents[INDEX_REG_CLASS],
841 if (TEST_HARD_REG_BIT (reg_class_contents[INDEX_REG_CLASS],
966 if (TEST_HARD_REG_BIT (*live, i))
H A Dregrename.c249 if (! TEST_HARD_REG_BIT (regs_seen, reg))
295 if (TEST_HARD_REG_BIT (this_unavailable, new_reg + i)
1395 if (!TEST_HARD_REG_BIT (reg_class_contents[cl], last))
1794 if (TEST_HARD_REG_BIT (regs_invalidated_by_call, i))
1895 if (TEST_HARD_REG_BIT (set, j))
1914 if (! TEST_HARD_REG_BIT (set, i)
1949 if (TEST_HARD_REG_BIT (set, j))
1961 if (! TEST_HARD_REG_BIT (set, i)
H A Dhard-reg-set.h63 /* Define macros SET_HARD_REG_BIT, CLEAR_HARD_REG_BIT and TEST_HARD_REG_BIT
96 #define TEST_HARD_REG_BIT(SET, BIT) \ macro
126 #define TEST_HARD_REG_BIT(SET, BIT) \ macro
H A Dlocal-alloc.c1980 && ! TEST_HARD_REG_BIT (qty_phys_copy_sugg[reg_qty[sreg]], ureg))
1985 else if (! TEST_HARD_REG_BIT (qty_phys_sugg[reg_qty[sreg]], ureg))
1999 && ! TEST_HARD_REG_BIT (qty_phys_copy_sugg[reg_qty[ureg]], sreg))
2004 else if (! TEST_HARD_REG_BIT (qty_phys_sugg[reg_qty[ureg]], sreg))
2311 if (! TEST_HARD_REG_BIT (first_used, regno)
2319 for (j = 1; j < size1 && ! TEST_HARD_REG_BIT (used, regno + j); j++);
H A Dregclass.c325 if (TEST_HARD_REG_BIT (reg_class_contents[i], j))
482 if (!fixed_regs [j] && TEST_HARD_REG_BIT (reg_class_contents[i], j)
1175 if (TEST_HARD_REG_BIT (reg_class_contents[i], j))
1862 if (TEST_HARD_REG_BIT (reg_class_contents[class], regno)
1871 if (! TEST_HARD_REG_BIT (reg_class_contents[class],
2656 if (!TEST_HARD_REG_BIT (*used, i)
H A Dcfgloopanal.c524 if (TEST_HARD_REG_BIT (reg_class_contents[GENERAL_REGS], i)
H A Dreload.c674 if (TEST_HARD_REG_BIT (reg_class_contents[class], regno))
679 if (! TEST_HARD_REG_BIT (reg_class_contents[class], regno + n)
739 || TEST_HARD_REG_BIT (reg_class_contents[(int) class],
761 || TEST_HARD_REG_BIT (reg_class_contents[(int) class],
1264 && TEST_HARD_REG_BIT (reg_class_contents[(int) class], i))
1270 if (! TEST_HARD_REG_BIT (reg_class_contents[(int) class], i + j))
1572 || ! TEST_HARD_REG_BIT (reg_class_contents[(int) class],
1850 && TEST_HARD_REG_BIT (reg_class_contents[(int) rld[output_reload].class],
1857 || (! (TEST_HARD_REG_BIT
1861 || ! (TEST_HARD_REG_BIT
[all...]
H A Drecog.c2687 && TEST_HARD_REG_BIT (reg_class_contents[(int) cl],
2694 if (! TEST_HARD_REG_BIT (reg_class_contents[(int) cl],
3004 if (! TEST_HARD_REG_BIT (reg_class_contents[cl], regno))
3020 if (TEST_HARD_REG_BIT (*reg_set, regno + j)
3021 || TEST_HARD_REG_BIT (live, regno + j))
H A Ddf-scan.c1136 if (!(TEST_HARD_REG_BIT (elim_reg_set, regno)
1990 && !TEST_HARD_REG_BIT (regs_invalidated_by_call, i))
2074 if (TEST_HARD_REG_BIT (regs_invalidated_by_call, i))
H A Dflow.c998 && ! TEST_HARD_REG_BIT (regs_invalidated_by_call, i))
1074 if (TEST_HARD_REG_BIT (regs_invalidated_by_call, i))
1908 if (TEST_HARD_REG_BIT (regs_invalidated_by_call, i)
3525 || ! TEST_HARD_REG_BIT (elim_reg_set, regno)))
3805 if (! (TEST_HARD_REG_BIT (elim_reg_set, regno_first)
H A Dcse.c1835 = TEST_HARD_REG_BIT (hard_regs_in_table, regno);
1845 in_table |= TEST_HARD_REG_BIT (hard_regs_in_table, rn);
2051 if (TEST_HARD_REG_BIT (regs_invalidated_by_call, regno))
2060 in_table |= (TEST_HARD_REG_BIT (hard_regs_in_table, regno) != 0);
2081 if (TEST_HARD_REG_BIT (regs_invalidated_by_call, i))
6547 if (TEST_HARD_REG_BIT (hard_regs_in_table, STACK_POINTER_REGNUM))
H A Dpostreload-gcse.c745 if (TEST_HARD_REG_BIT (regs_invalidated_by_call, regno))
H A Drtl-factoring.c703 if (TEST_HARD_REG_BIT (linkregs, i))
H A Dgcse.c2076 if (TEST_HARD_REG_BIT (regs_invalidated_by_call, regno))
5784 if (TEST_HARD_REG_BIT (regs_invalidated_by_call, regno))
5807 if (TEST_HARD_REG_BIT (regs_invalidated_by_call, regno))
5823 if (TEST_HARD_REG_BIT (regs_invalidated_by_call, regno)
H A Dvar-tracking.c1751 if (TEST_HARD_REG_BIT (call_used_reg_set, r))
2617 if (TEST_HARD_REG_BIT (call_used_reg_set, r))
H A Dsched-deps.c1536 || TEST_HARD_REG_BIT (regs_invalidated_by_call, i))
H A Dloop-iv.c1410 if (TEST_HARD_REG_BIT (regs_invalidated_by_call, i))
/freebsd-10.2-release/contrib/gcc/config/ia64/
H A Dia64.c2035 || TEST_HARD_REG_BIT (regs_invalidated_by_call,
2982 && !TEST_HARD_REG_BIT (current_frame_info.mask, AR_PFS_REGNUM))
3060 if (TEST_HARD_REG_BIT (current_frame_info.mask, AR_UNAT_REGNUM))
3101 if (TEST_HARD_REG_BIT (current_frame_info.mask, PR_REG (0)))
3133 if (TEST_HARD_REG_BIT (current_frame_info.mask, AR_UNAT_REGNUM)
3144 if (TEST_HARD_REG_BIT (current_frame_info.mask, AR_PFS_REGNUM)
3152 if (TEST_HARD_REG_BIT (current_frame_info.mask, AR_LC_REGNUM))
3177 if (TEST_HARD_REG_BIT (current_frame_info.mask, BR_REG (0)))
3220 if (TEST_HARD_REG_BIT (current_frame_info.mask, regno))
3229 if (TEST_HARD_REG_BIT (current_frame_inf
[all...]
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Di386.h860 if (TEST_HARD_REG_BIT (reg_class_contents[(int)MMX_REGS], i)) \
867 if (TEST_HARD_REG_BIT (reg_class_contents[(int)SSE_REGS], i)) \
876 if (TEST_HARD_REG_BIT (x, i)) \

Completed in 487 milliseconds

12