/external/clang/test/CodeGen/ |
builtins-systemz-zvector.c | 10 volatile vector signed int vsi; variable 88 si = vec_extract(vsi, idx); 115 vsi = vec_insert(si, vsi, idx); 138 vsi = vec_promote(si, idx); 157 vsi = vec_insert_and_zero(cptrsi); 180 vsi = vec_perm(vsi, vsi, vuc); 240 vsi = vec_sel(vsi, vsi, vui) [all...] |
builtins-systemz-vector.c | 17 volatile vec_sint vsi; variable 68 vss = __builtin_s390_vpksf(vsi, vsi); 70 vsi = __builtin_s390_vpksg(vsl, vsl); 75 vss = __builtin_s390_vpksfs(vsi, vsi, &cc); 77 vsi = __builtin_s390_vpksgs(vsl, vsl, &cc); 85 vsi = __builtin_s390_vuphh(vss); 87 vsl = __builtin_s390_vuphf(vsi); 92 vsi = __builtin_s390_vuplhw(vss) [all...] |
builtins-systemz-zvector-error.c | 10 volatile vector signed int vsi; variable 107 vsi = vec_gather_element(vsi, vui, cptrsi, idx); // expected-error {{no matching function}} 110 vsi = vec_gather_element(vsi, vui, cptrsi, -1); // expected-error {{no matching function}} 113 vsi = vec_gather_element(vsi, vui, cptrsi, 4); // expected-error {{no matching function}} 171 vec_scatter_element(vsi, vui, ptrsi, idx); // expected-error {{no matching function}} 174 vec_scatter_element(vsi, vui, ptrsi, -1); // expected-error {{no matching function}} 177 vec_scatter_element(vsi, vui, ptrsi, 4); // expected-error {{no matching function} [all...] |
builtins-ppc-p8vector.c | 25 vector signed int vsi = { -1, 2, -3, 4 }; variable 94 res_vsi = vec_addc(vsi, vsi); 129 res_vsi = vec_mergee(vsi, vsi); 143 res_vsi = vec_mergeo(vsi, vsi); 283 res_vsi = vec_eqv(vsi, vsi); 405 res_vsi = vec_cntlz(vsi); [all...] |
builtins-ppc-vsx.c | 9 vector signed int vsi = { -1, 2, -3, 4 }; variable 295 res_vsi = vec_vsx_ld(0, &vsi); 321 vec_vsx_st(vsi, 0, &res_vsi);
|
builtins-systemz-vector-error.c | 17 volatile vec_sint vsi; variable
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
cgraph.h | 1104 varpool_node_set_iterator vsi; local 1115 varpool_node_set_iterator vsi; local [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
options.cc | 1530 Version_script_info* vsi = this->script_options_.version_script_info(); local [all...] |