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

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20080519-1.c22 HARD_REG_SET this_unavailable; local
27 this_unavailable[0] = 0;
28 this_unavailable[1] = 0;
35 this_unavailable[0] |= ~ scan_fp_[0];
36 this_unavailable[1] |= ~ scan_fp_[1];
42 this_unavailable[0] |= ~ scan_fp_[0];
43 this_unavailable[1] |= ~ scan_fp_[1];
45 merge_overlapping_regs (&this_unavailable);
/haiku-buildtools/gcc/gcc/
H A Dregrename.c316 struct du_head *this_head, HARD_REG_SET this_unavailable)
324 if (TEST_HARD_REG_BIT (this_unavailable, new_reg + i)
451 HARD_REG_SET this_unavailable; local
467 COPY_HARD_REG_SET (this_unavailable, unavailable);
480 IOR_COMPL_HARD_REG_SET (this_unavailable,
490 &this_unavailable, reg, true);
315 check_new_reg_p(int reg ATTRIBUTE_UNUSED, int new_reg, struct du_head *this_head, HARD_REG_SET this_unavailable) argument

Completed in 102 milliseconds