Searched refs:vsc1 (Results 1 – 1 of 1) sorted by relevance
8817 vector signed char vsc1 = (vector signed char)(-1); in test7() local8819 res_i = (vsc1 == vsc2); in test7()8823 res_i = (vsc1 != vsc2); in test7()8827 res_i = (vsc1 < vsc2); in test7()8831 res_i = (vsc1 > vsc2); in test7()8835 res_i = (vsc1 <= vsc2); in test7()8839 res_i = (vsc1 >= vsc2); in test7()