Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:vf1

8973   vector float vf1 = (vector float)(1.0);
8975 res_i = (vf1 == vf2);
8979 res_i = (vf1 != vf2);
8983 res_i = (vf1 < vf2);
8987 res_i = (vf1 > vf2);
8991 res_i = (vf1 <= vf2);
8995 res_i = (vf1 >= vf2);