Searched refs:vsc2 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | builtins-ppc-p8vector.ll | 7 @vsc2 = global <16 x i8> <i8 0, i8 1, i8 2, i8 3, i8 4, i8 5, i8 6, i8 7, i8 8, i8 9, i8 0, i8 1, i… 19 %1 = load <16 x i8>, <16 x i8>* @vsc2, align 16
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 8818 vector signed char vsc2 = (vector signed char)(-2); 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()
|