Searched refs:vec_packs_cc (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 630 vsc = vec_packs_cc(vss, vss, &cc); in test_core() 632 vuc = vec_packs_cc(vus, vus, &cc); in test_core() 634 vss = vec_packs_cc(vsi, vsi, &cc); in test_core() 636 vus = vec_packs_cc(vui, vui, &cc); in test_core() 638 vsi = vec_packs_cc(vsl, vsl, &cc); in test_core() 640 vui = vec_packs_cc(vul, vul, &cc); in test_core()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 1621 vec_packs_cc(vector signed short __a, vector signed short __b, int *__cc) { in vec_packs_cc() function 1626 vec_packs_cc(vector unsigned short __a, vector unsigned short __b, int *__cc) { in vec_packs_cc() function 1631 vec_packs_cc(vector signed int __a, vector signed int __b, int *__cc) { in vec_packs_cc() function 1636 vec_packs_cc(vector unsigned int __a, vector unsigned int __b, int *__cc) { in vec_packs_cc() function 1641 vec_packs_cc(vector signed long long __a, vector signed long long __b, in vec_packs_cc() function 1647 vec_packs_cc(vector unsigned long long __a, vector unsigned long long __b, in vec_packs_cc() function
|