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

/freebsd-10.2-release/contrib/gcc/
H A Dglobal.c130 HARD_REG_SET hard_reg_copy_preferences;
559 AND_COMPL_HARD_REG_SET (allocno[i].hard_reg_copy_preferences,
940 IOR_HARD_REG_SET (allocno[a1].hard_reg_copy_preferences,
941 allocno[a2].hard_reg_copy_preferences);
942 IOR_HARD_REG_SET (allocno[a2].hard_reg_copy_preferences,
943 allocno[a1].hard_reg_copy_preferences);
995 AND_COMPL_HARD_REG_SET (allocno[num].hard_reg_copy_preferences, temp);
1145 AND_COMPL_HARD_REG_SET (allocno[num].hard_reg_copy_preferences, used);
1146 GO_IF_HARD_REG_SUBSET (allocno[num].hard_reg_copy_preferences,
1152 if (TEST_HARD_REG_BIT (allocno[num].hard_reg_copy_preferences,
129 HARD_REG_SET hard_reg_copy_preferences; member in struct:allocno
[all...]

Completed in 76 milliseconds