Lines Matching defs:gen_func
2785 } gen_func;
2803 gen_func.mov = gen_movoo;
2811 gen_func.mov = gen_vsx_movv2di_64bit;
2831 gen_func.movlen = gen_lxvl_stxvl_move;
2838 gen_func.mov = gen_lvx_v4si_move;
2845 gen_func.mov = gen_movdi;
2876 gen_func.mov = gen_movsi;
2882 gen_func.mov = gen_movhi;
2888 gen_func.mov = gen_movqi;
2911 loads[num_reg] = (*gen_func.movlen) (tmp_reg, src, move_bytes);
2912 stores[num_reg++] = (*gen_func.movlen) (dest, tmp_reg, move_bytes);
2916 loads[num_reg] = (*gen_func.mov) (tmp_reg, src);
2917 stores[num_reg++] = (*gen_func.mov) (dest, tmp_reg);