HomeSort by relevance Sort by last modified time
    Searched refs:vec_cmpeq (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 56 Function vec_cmpeq [type char] ===> OK
57 Function vec_cmpeq [type unsigned char] ===> OK
58 Function vec_cmpeq [type short] ===> OK
59 Function vec_cmpeq [type unsigned short] ===> OK
60 Function vec_cmpeq [type integer] ===> OK
61 Function vec_cmpeq [type unsigned int] ===> OK
testVMX.c 1152 /* Function vec_cmpeq */
1155 BCaux1.v = vec_cmpeq( Ccons1, Ccons2 );
1168 printf("Function vec_cmpeq [type char] ===> Error\n");
1170 printf("Function vec_cmpeq [type char] ===> OK\n");
1173 BCaux1.v = vec_cmpeq( UCcons1, UCcons2 );
1186 printf("Function vec_cmpeq [type unsigned char] ===> Error\n");
1188 printf("Function vec_cmpeq [type unsigned char] ===> OK\n");
1191 BSaux1.v = vec_cmpeq( Scons1, Scons2 );
    [all...]
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 360 /* vec_cmpeq */
361 res_vbc = vec_cmpeq(vsc, vsc); // CHECK: @llvm.ppc.altivec.vcmpequb
362 res_vbc = vec_cmpeq(vuc, vuc); // CHECK: @llvm.ppc.altivec.vcmpequb
363 res_vbs = vec_cmpeq(vs, vs); // CHECK: @llvm.ppc.altivec.vcmpequh
364 res_vbs = vec_cmpeq(vus, vus); // CHECK: @llvm.ppc.altivec.vcmpequh
365 res_vbi = vec_cmpeq(vi, vi); // CHECK: @llvm.ppc.altivec.vcmpequw
366 res_vbi = vec_cmpeq(vui, vui); // CHECK: @llvm.ppc.altivec.vcmpequw
367 res_vbi = vec_cmpeq(vf, vf); // CHECK: @llvm.ppc.altivec.vcmpeqfp
    [all...]
  /external/clang/lib/Headers/
altivec.h 1345 /* vec_cmpeq */
1348 vec_cmpeq(vector signed char __a, vector signed char __b) function
1355 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) function
1362 vec_cmpeq(vector short __a, vector short __b) function
1368 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) function
1375 vec_cmpeq(vector int __a, vector int __b) function
1381 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) function
1388 vec_cmpeq(vector float __a, vector float __b) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 1345 /* vec_cmpeq */
1348 vec_cmpeq(vector signed char __a, vector signed char __b) function
1355 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) function
1362 vec_cmpeq(vector short __a, vector short __b) function
1368 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) function
1375 vec_cmpeq(vector int __a, vector int __b) function
1381 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) function
1388 vec_cmpeq(vector float __a, vector float __b) function
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c     [all...]
SDL_blit_N.c 632 vsel = (vector unsigned char)vec_cmpeq(vs, vckey);
    [all...]

Completed in 910 milliseconds