Searched refs:vec_vperm (Results 1 - 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
H A D | builtins-ppc-altivec.c | 919 res_vsc = vec_vperm(vsc, vsc, vuc); // CHECK: @llvm.ppc.altivec.vperm 920 res_vuc = vec_vperm(vuc, vuc, vuc); // CHECK: @llvm.ppc.altivec.vperm 921 res_vbc = vec_vperm(vbc, vbc, vuc); // CHECK: @llvm.ppc.altivec.vperm 922 res_vs = vec_vperm(vs, vs, vuc); // CHECK: @llvm.ppc.altivec.vperm 923 res_vus = vec_vperm(vus, vus, vuc); // CHECK: @llvm.ppc.altivec.vperm 924 res_vbs = vec_vperm(vbs, vbs, vuc); // CHECK: @llvm.ppc.altivec.vperm 925 res_vp = vec_vperm(vp, vp, vuc); // CHECK: @llvm.ppc.altivec.vperm 926 res_vi = vec_vperm(vi, vi, vuc); // CHECK: @llvm.ppc.altivec.vperm 927 res_vui = vec_vperm(vui, vui, vuc); // CHECK: @llvm.ppc.altivec.vperm 928 res_vbi = vec_vperm(vb [all...] |
/external/clang/lib/Headers/ |
H A D | altivec.h | 4364 /* vec_vperm */ 4367 vec_vperm(vector signed char __a, vector signed char __b, vector unsigned char __c) function 4374 vec_vperm(vector unsigned char __a, function 4383 vec_vperm(vector bool char __a, vector bool char __b, vector unsigned char __c) function 4390 vec_vperm(vector short __a, vector short __b, vector unsigned char __c) function 4397 vec_vperm(vector unsigned short __a, function 4406 vec_vperm(vector bool short __a, vector bool short __b, vector unsigned char __c) function 4413 vec_vperm(vector pixel __a, vector pixel __b, vector unsigned char __c) function 4420 vec_vperm(vector int __a, vector int __b, vector unsigned char __c) function 4426 vec_vperm(vecto function 4433 vec_vperm(vector bool int __a, vector bool int __b, vector unsigned char __c) function 4440 vec_vperm(vector float __a, vector float __b, vector unsigned char __c) function [all...] |
/external/clang/lib/include/ |
H A D | altivec.h | 4364 /* vec_vperm */ 4367 vec_vperm(vector signed char __a, vector signed char __b, vector unsigned char __c) function 4374 vec_vperm(vector unsigned char __a, function 4383 vec_vperm(vector bool char __a, vector bool char __b, vector unsigned char __c) function 4390 vec_vperm(vector short __a, vector short __b, vector unsigned char __c) function 4397 vec_vperm(vector unsigned short __a, function 4406 vec_vperm(vector bool short __a, vector bool short __b, vector unsigned char __c) function 4413 vec_vperm(vector pixel __a, vector pixel __b, vector unsigned char __c) function 4420 vec_vperm(vector int __a, vector int __b, vector unsigned char __c) function 4426 vec_vperm(vecto function 4433 vec_vperm(vector bool int __a, vector bool int __b, vector unsigned char __c) function 4440 vec_vperm(vector float __a, vector float __b, vector unsigned char __c) function [all...] |
Completed in 110 milliseconds