Home
last modified time | relevance | path

Searched refs:vsc1 (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c8817 vector signed char vsc1 = (vector signed char)(-1); in test7() local
8819 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()