HomeSort by relevance Sort by last modified time
    Searched refs:vec_mergeh (Results 1 - 25 of 36) sorted by null

1 2

  /external/fec/
viterbi27_av.c 164 d->v[0] = vec_mergeh(decision0,decision1);
166 vp->new_metrics->v[0] = vec_mergeh(survivor0,survivor1);
176 d->v[2] = vec_mergeh(decision0,decision1);
178 vp->new_metrics->v[2] = vec_mergeh(survivor0,survivor1);
viterbi39_av.c 125 symv = (vector unsigned short)vec_mergeh((vector unsigned char)(0),s); /* Unsigned byte->word unpack */
166 decisions = vec_sub(decisions,(vector unsigned char)vec_pack(vec_mergeh(decision0,decision1),vec_mergel(decision0,decision1)));
168 vp->new_metrics->v[2*i] = vec_mergeh(survivor0,survivor1);
viterbi615_av.c 125 symv = (vector unsigned short)vec_mergeh((vector unsigned char)(0),s); /* Unsigned byte->word unpack */
171 decisions = vec_sub(decisions,(vector unsigned char)vec_pack(vec_mergeh(decision0,decision1),vec_mergel(decision0,decision1)));
173 vp->new_metrics->v[2*i] = vec_mergeh(survivor0,survivor1);
viterbi29_av.c 155 d->v[2*i] = vec_mergeh(decision0,decision1);
157 vp->new_metrics->v[2*i] = vec_mergeh(survivor0,survivor1);
  /external/clang/test/CodeGen/
builtins-ppc-vsx.c 462 /* vec_mergeh */
463 res_vsll = vec_mergeh(vsll, vsll);
467 res_vsll = vec_mergeh(vsll, vbll);
471 res_vsll = vec_mergeh(vbll, vsll);
475 res_vull = vec_mergeh(vull, vull);
479 res_vull = vec_mergeh(vull, vbll);
483 res_vull = vec_mergeh(vbll, vull);
builtins-systemz-zvector.c 544 vsc = vec_mergeh(vsc, vsc);
546 vuc = vec_mergeh(vuc, vuc);
548 vbc = vec_mergeh(vbc, vbc);
550 vss = vec_mergeh(vss, vss);
552 vus = vec_mergeh(vus, vus);
554 vbs = vec_mergeh(vbs, vbs);
556 vsi = vec_mergeh(vsi, vsi);
558 vui = vec_mergeh(vui, vui);
560 vbi = vec_mergeh(vbi, vbi);
562 vsl = vec_mergeh(vsl, vsl)
    [all...]
builtins-ppc-altivec.c     [all...]
builtins-ppc-p8vector.c     [all...]
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 370 v[0] = vec_mergeh(vecs[0], vecs[2]);
372 v[2] = vec_mergeh(vecs[1], vecs[3]);
375 sum[0] = vec_mergeh(v[0], v[2]);
377 sum[2] = vec_mergeh(v[1], v[3]);
406 v[0] = vec_mergeh(vecs[0], vecs[2]);
408 v[2] = vec_mergeh(vecs[1], vecs[3]);
411 sum[0] = vec_mergeh(v[0], v[2]);
413 sum[2] = vec_mergeh(v[1], v[3]);
Complex.h 17 static Packet4ui p4ui_CONJ_XOR = vec_mergeh((Packet4ui)p4i_ZERO, (Packet4ui)p4f_ZERO_);//{ 0x00000000, 0x80000000, 0x00000000, 0x80000000 };
22 static Packet16uc p16uc_PSET_HI = (Packet16uc) vec_mergeh((Packet4ui) vec_splat((Packet4ui)p16uc_FORWARD, 0), (Packet4ui) vec_splat((Packet4ui)p16uc_FORWARD, 1));//{ 0,1,2,3, 4,5,6,7, 0,1,2,3, 4,5,6,7 };
23 static Packet16uc p16uc_PSET_LO = (Packet16uc) vec_mergeh((Packet4ui) vec_splat((Packet4ui)p16uc_FORWARD, 2), (Packet4ui) vec_splat((Packet4ui)p16uc_FORWARD, 3));//{ 8,9,10,11, 12,13,14,15, 8,9,10,11, 12,13,14,15 };
  /external/valgrind/none/tests/ppc32/
testVMX.stdout.exp 131 Function vec_mergeh [type char] ===> OK
132 Function vec_mergeh [type unsigned char] ===> OK
133 Function vec_mergeh [type short] ===> OK
134 Function vec_mergeh [type unsigned short] ===> OK
135 Function vec_mergeh [type integer] ===> OK
136 Function vec_mergeh [type unsigned int] ===> OK
  /external/clang/lib/Headers/
altivec.h 3163 static vector signed char __ATTRS_o_ai vec_mergeh(vector signed char __a, function
3171 static vector unsigned char __ATTRS_o_ai vec_mergeh(vector unsigned char __a, function
3179 static vector bool char __ATTRS_o_ai vec_mergeh(vector bool char __a, function
3187 static vector short __ATTRS_o_ai vec_mergeh(vector short __a, function
3196 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
3203 static vector bool short __ATTRS_o_ai vec_mergeh(vector bool short __a, function
3211 static vector pixel __ATTRS_o_ai vec_mergeh(vector pixel __a, function
3219 static vector int __ATTRS_o_ai vec_mergeh(vector int __a, vector int __b) { function
3226 static vector unsigned int __ATTRS_o_ai vec_mergeh(vector unsigned int __a, function
3234 static vector bool int __ATTRS_o_ai vec_mergeh(vector bool int __a, function
3242 static vector float __ATTRS_o_ai vec_mergeh(vector float __a, function
3252 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
3261 vec_mergeh(vector signed long long __a, vector bool long long __b) { function
3270 vec_mergeh(vector bool long long __a, vector signed long long __b) { function
3279 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
3288 vec_mergeh(vector unsigned long long __a, vector bool long long __b) { function
3297 vec_mergeh(vector bool long long __a, vector unsigned long long __b) { function
3306 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
3314 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3322 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3330 static vector double __ATTRS_o_ai vec_mergeh(vector bool long long __a, function
    [all...]
vecintrin.h 1360 vec_mergeh(vector signed char __a, vector signed char __b) { function
1367 vec_mergeh(vector bool char __a, vector bool char __b) { function
1374 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { function
1381 vec_mergeh(vector signed short __a, vector signed short __b) { function
1387 vec_mergeh(vector bool short __a, vector bool short __b) { function
1393 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
1399 vec_mergeh(vector signed int __a, vector signed int __b) { function
1404 vec_mergeh(vector bool int __a, vector bool int __b) { function
1409 vec_mergeh(vector unsigned int __a, vector unsigned int __b) { function
1414 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
1419 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
1424 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
1429 vec_mergeh(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
altivec.h 3163 static vector signed char __ATTRS_o_ai vec_mergeh(vector signed char __a, function
3171 static vector unsigned char __ATTRS_o_ai vec_mergeh(vector unsigned char __a, function
3179 static vector bool char __ATTRS_o_ai vec_mergeh(vector bool char __a, function
3187 static vector short __ATTRS_o_ai vec_mergeh(vector short __a, function
3196 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
3203 static vector bool short __ATTRS_o_ai vec_mergeh(vector bool short __a, function
3211 static vector pixel __ATTRS_o_ai vec_mergeh(vector pixel __a, function
3219 static vector int __ATTRS_o_ai vec_mergeh(vector int __a, vector int __b) { function
3226 static vector unsigned int __ATTRS_o_ai vec_mergeh(vector unsigned int __a, function
3234 static vector bool int __ATTRS_o_ai vec_mergeh(vector bool int __a, function
3242 static vector float __ATTRS_o_ai vec_mergeh(vector float __a, function
3252 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
3261 vec_mergeh(vector signed long long __a, vector bool long long __b) { function
3270 vec_mergeh(vector bool long long __a, vector signed long long __b) { function
3279 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
3288 vec_mergeh(vector unsigned long long __a, vector bool long long __b) { function
3297 vec_mergeh(vector bool long long __a, vector unsigned long long __b) { function
3306 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
3314 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3322 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3330 static vector double __ATTRS_o_ai vec_mergeh(vector bool long long __a, function
    [all...]
vecintrin.h 1360 vec_mergeh(vector signed char __a, vector signed char __b) { function
1367 vec_mergeh(vector bool char __a, vector bool char __b) { function
1374 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { function
1381 vec_mergeh(vector signed short __a, vector signed short __b) { function
1387 vec_mergeh(vector bool short __a, vector bool short __b) { function
1393 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
1399 vec_mergeh(vector signed int __a, vector signed int __b) { function
1404 vec_mergeh(vector bool int __a, vector bool int __b) { function
1409 vec_mergeh(vector unsigned int __a, vector unsigned int __b) { function
1414 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
1419 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
1424 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
1429 vec_mergeh(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
altivec.h 3163 static vector signed char __ATTRS_o_ai vec_mergeh(vector signed char __a, function
3171 static vector unsigned char __ATTRS_o_ai vec_mergeh(vector unsigned char __a, function
3179 static vector bool char __ATTRS_o_ai vec_mergeh(vector bool char __a, function
3187 static vector short __ATTRS_o_ai vec_mergeh(vector short __a, function
3196 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
3203 static vector bool short __ATTRS_o_ai vec_mergeh(vector bool short __a, function
3211 static vector pixel __ATTRS_o_ai vec_mergeh(vector pixel __a, function
3219 static vector int __ATTRS_o_ai vec_mergeh(vector int __a, vector int __b) { function
3226 static vector unsigned int __ATTRS_o_ai vec_mergeh(vector unsigned int __a, function
3234 static vector bool int __ATTRS_o_ai vec_mergeh(vector bool int __a, function
3242 static vector float __ATTRS_o_ai vec_mergeh(vector float __a, function
3252 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
3261 vec_mergeh(vector signed long long __a, vector bool long long __b) { function
3270 vec_mergeh(vector bool long long __a, vector signed long long __b) { function
3279 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
3288 vec_mergeh(vector unsigned long long __a, vector bool long long __b) { function
3297 vec_mergeh(vector bool long long __a, vector unsigned long long __b) { function
3306 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
3314 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3322 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3330 static vector double __ATTRS_o_ai vec_mergeh(vector bool long long __a, function
    [all...]
vecintrin.h 1360 vec_mergeh(vector signed char __a, vector signed char __b) { function
1367 vec_mergeh(vector bool char __a, vector bool char __b) { function
1374 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { function
1381 vec_mergeh(vector signed short __a, vector signed short __b) { function
1387 vec_mergeh(vector bool short __a, vector bool short __b) { function
1393 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
1399 vec_mergeh(vector signed int __a, vector signed int __b) { function
1404 vec_mergeh(vector bool int __a, vector bool int __b) { function
1409 vec_mergeh(vector unsigned int __a, vector unsigned int __b) { function
1414 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
1419 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
1424 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
1429 vec_mergeh(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
altivec.h 3163 static vector signed char __ATTRS_o_ai vec_mergeh(vector signed char __a, function
3171 static vector unsigned char __ATTRS_o_ai vec_mergeh(vector unsigned char __a, function
3179 static vector bool char __ATTRS_o_ai vec_mergeh(vector bool char __a, function
3187 static vector short __ATTRS_o_ai vec_mergeh(vector short __a, function
3196 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
3203 static vector bool short __ATTRS_o_ai vec_mergeh(vector bool short __a, function
3211 static vector pixel __ATTRS_o_ai vec_mergeh(vector pixel __a, function
3219 static vector int __ATTRS_o_ai vec_mergeh(vector int __a, vector int __b) { function
3226 static vector unsigned int __ATTRS_o_ai vec_mergeh(vector unsigned int __a, function
3234 static vector bool int __ATTRS_o_ai vec_mergeh(vector bool int __a, function
3242 static vector float __ATTRS_o_ai vec_mergeh(vector float __a, function
3252 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
3261 vec_mergeh(vector signed long long __a, vector bool long long __b) { function
3270 vec_mergeh(vector bool long long __a, vector signed long long __b) { function
3279 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
3288 vec_mergeh(vector unsigned long long __a, vector bool long long __b) { function
3297 vec_mergeh(vector bool long long __a, vector unsigned long long __b) { function
3306 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
3314 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3322 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3330 static vector double __ATTRS_o_ai vec_mergeh(vector bool long long __a, function
    [all...]
vecintrin.h 1360 vec_mergeh(vector signed char __a, vector signed char __b) { function
1367 vec_mergeh(vector bool char __a, vector bool char __b) { function
1374 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { function
1381 vec_mergeh(vector signed short __a, vector signed short __b) { function
1387 vec_mergeh(vector bool short __a, vector bool short __b) { function
1393 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
1399 vec_mergeh(vector signed int __a, vector signed int __b) { function
1404 vec_mergeh(vector bool int __a, vector bool int __b) { function
1409 vec_mergeh(vector unsigned int __a, vector unsigned int __b) { function
1414 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
1419 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
1424 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
1429 vec_mergeh(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
altivec.h 3163 static vector signed char __ATTRS_o_ai vec_mergeh(vector signed char __a, function
3171 static vector unsigned char __ATTRS_o_ai vec_mergeh(vector unsigned char __a, function
3179 static vector bool char __ATTRS_o_ai vec_mergeh(vector bool char __a, function
3187 static vector short __ATTRS_o_ai vec_mergeh(vector short __a, function
3196 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
3203 static vector bool short __ATTRS_o_ai vec_mergeh(vector bool short __a, function
3211 static vector pixel __ATTRS_o_ai vec_mergeh(vector pixel __a, function
3219 static vector int __ATTRS_o_ai vec_mergeh(vector int __a, vector int __b) { function
3226 static vector unsigned int __ATTRS_o_ai vec_mergeh(vector unsigned int __a, function
3234 static vector bool int __ATTRS_o_ai vec_mergeh(vector bool int __a, function
3242 static vector float __ATTRS_o_ai vec_mergeh(vector float __a, function
3252 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
3261 vec_mergeh(vector signed long long __a, vector bool long long __b) { function
3270 vec_mergeh(vector bool long long __a, vector signed long long __b) { function
3279 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
3288 vec_mergeh(vector unsigned long long __a, vector bool long long __b) { function
3297 vec_mergeh(vector bool long long __a, vector unsigned long long __b) { function
3306 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
3314 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3322 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3330 static vector double __ATTRS_o_ai vec_mergeh(vector bool long long __a, function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
altivec.h 3163 static vector signed char __ATTRS_o_ai vec_mergeh(vector signed char __a, function
3171 static vector unsigned char __ATTRS_o_ai vec_mergeh(vector unsigned char __a, function
3179 static vector bool char __ATTRS_o_ai vec_mergeh(vector bool char __a, function
3187 static vector short __ATTRS_o_ai vec_mergeh(vector short __a, function
3196 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
3203 static vector bool short __ATTRS_o_ai vec_mergeh(vector bool short __a, function
3211 static vector pixel __ATTRS_o_ai vec_mergeh(vector pixel __a, function
3219 static vector int __ATTRS_o_ai vec_mergeh(vector int __a, vector int __b) { function
3226 static vector unsigned int __ATTRS_o_ai vec_mergeh(vector unsigned int __a, function
3234 static vector bool int __ATTRS_o_ai vec_mergeh(vector bool int __a, function
3242 static vector float __ATTRS_o_ai vec_mergeh(vector float __a, function
3252 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
3261 vec_mergeh(vector signed long long __a, vector bool long long __b) { function
3270 vec_mergeh(vector bool long long __a, vector signed long long __b) { function
3279 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
3288 vec_mergeh(vector unsigned long long __a, vector bool long long __b) { function
3297 vec_mergeh(vector bool long long __a, vector unsigned long long __b) { function
3306 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
3314 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3322 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3330 static vector double __ATTRS_o_ai vec_mergeh(vector bool long long __a, function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
altivec.h 3163 static vector signed char __ATTRS_o_ai vec_mergeh(vector signed char __a, function
3171 static vector unsigned char __ATTRS_o_ai vec_mergeh(vector unsigned char __a, function
3179 static vector bool char __ATTRS_o_ai vec_mergeh(vector bool char __a, function
3187 static vector short __ATTRS_o_ai vec_mergeh(vector short __a, function
3196 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
3203 static vector bool short __ATTRS_o_ai vec_mergeh(vector bool short __a, function
3211 static vector pixel __ATTRS_o_ai vec_mergeh(vector pixel __a, function
3219 static vector int __ATTRS_o_ai vec_mergeh(vector int __a, vector int __b) { function
3226 static vector unsigned int __ATTRS_o_ai vec_mergeh(vector unsigned int __a, function
3234 static vector bool int __ATTRS_o_ai vec_mergeh(vector bool int __a, function
3242 static vector float __ATTRS_o_ai vec_mergeh(vector float __a, function
3252 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
3261 vec_mergeh(vector signed long long __a, vector bool long long __b) { function
3270 vec_mergeh(vector bool long long __a, vector signed long long __b) { function
3279 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
3288 vec_mergeh(vector unsigned long long __a, vector bool long long __b) { function
3297 vec_mergeh(vector bool long long __a, vector unsigned long long __b) { function
3306 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
3314 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3322 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3330 static vector double __ATTRS_o_ai vec_mergeh(vector bool long long __a, function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 3163 static vector signed char __ATTRS_o_ai vec_mergeh(vector signed char __a, function
3171 static vector unsigned char __ATTRS_o_ai vec_mergeh(vector unsigned char __a, function
3179 static vector bool char __ATTRS_o_ai vec_mergeh(vector bool char __a, function
3187 static vector short __ATTRS_o_ai vec_mergeh(vector short __a, function
3196 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
3203 static vector bool short __ATTRS_o_ai vec_mergeh(vector bool short __a, function
3211 static vector pixel __ATTRS_o_ai vec_mergeh(vector pixel __a, function
3219 static vector int __ATTRS_o_ai vec_mergeh(vector int __a, vector int __b) { function
3226 static vector unsigned int __ATTRS_o_ai vec_mergeh(vector unsigned int __a, function
3234 static vector bool int __ATTRS_o_ai vec_mergeh(vector bool int __a, function
3242 static vector float __ATTRS_o_ai vec_mergeh(vector float __a, function
3252 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
3261 vec_mergeh(vector signed long long __a, vector bool long long __b) { function
3270 vec_mergeh(vector bool long long __a, vector signed long long __b) { function
3279 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
3288 vec_mergeh(vector unsigned long long __a, vector bool long long __b) { function
3297 vec_mergeh(vector bool long long __a, vector unsigned long long __b) { function
3306 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
3314 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3322 static vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
3330 static vector double __ATTRS_o_ai vec_mergeh(vector bool long long __a, function
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
vecintrin.h 1360 vec_mergeh(vector signed char __a, vector signed char __b) { function
1367 vec_mergeh(vector bool char __a, vector bool char __b) { function
1374 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { function
1381 vec_mergeh(vector signed short __a, vector signed short __b) { function
1387 vec_mergeh(vector bool short __a, vector bool short __b) { function
1393 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
1399 vec_mergeh(vector signed int __a, vector signed int __b) { function
1404 vec_mergeh(vector bool int __a, vector bool int __b) { function
1409 vec_mergeh(vector unsigned int __a, vector unsigned int __b) { function
1414 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
1419 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
1424 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
1429 vec_mergeh(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
vecintrin.h 1360 vec_mergeh(vector signed char __a, vector signed char __b) { function
1367 vec_mergeh(vector bool char __a, vector bool char __b) { function
1374 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { function
1381 vec_mergeh(vector signed short __a, vector signed short __b) { function
1387 vec_mergeh(vector bool short __a, vector bool short __b) { function
1393 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
1399 vec_mergeh(vector signed int __a, vector signed int __b) { function
1404 vec_mergeh(vector bool int __a, vector bool int __b) { function
1409 vec_mergeh(vector unsigned int __a, vector unsigned int __b) { function
1414 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
1419 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
1424 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
1429 vec_mergeh(vector double __a, vector double __b) { function
    [all...]

Completed in 805 milliseconds

1 2