Searched refs:to_vsx (Results 1 – 1 of 1) sorted by relevance
22278 HARD_REG_SET to_vsx, from_vsx; in rs6000_register_move_cost() local22279 to_vsx = reg_class_contents[to] & reg_class_contents[VSX_REGS]; in rs6000_register_move_cost()22281 if (!hard_reg_set_empty_p (to_vsx) in rs6000_register_move_cost()22284 || hard_reg_set_intersect_p (to_vsx, from_vsx))) in rs6000_register_move_cost()22288 || (TEST_HARD_REG_BIT (to_vsx, FIRST_ALTIVEC_REGNO) in rs6000_register_move_cost()