Home
last modified time | relevance | path

Searched refs:vsi (Results 1 – 18 of 18) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector.c10 volatile vector signed int vsi; variable
88 si = vec_extract(vsi, idx); in test_core()
115 vsi = vec_insert(si, vsi, idx); in test_core()
138 vsi = vec_promote(si, idx); in test_core()
157 vsi = vec_insert_and_zero(cptrsi); in test_core()
180 vsi = vec_perm(vsi, vsi, vuc); in test_core()
240 vsi = vec_sel(vsi, vsi, vui); in test_core()
241 vsi = vec_sel(vsi, vsi, vbi); in test_core()
255 vsi = vec_gather_element(vsi, vui, cptrsi, 0); in test_core()
256 vsi = vec_gather_element(vsi, vui, cptrsi, 1); in test_core()
[all …]
Dbuiltins-systemz-vector.c17 volatile vec_sint vsi; variable
68 vss = __builtin_s390_vpksf(vsi, vsi); in test_core()
70 vsi = __builtin_s390_vpksg(vsl, vsl); in test_core()
75 vss = __builtin_s390_vpksfs(vsi, vsi, &cc); in test_core()
77 vsi = __builtin_s390_vpksgs(vsl, vsl, &cc); in test_core()
85 vsi = __builtin_s390_vuphh(vss); in test_core()
87 vsl = __builtin_s390_vuphf(vsi); in test_core()
92 vsi = __builtin_s390_vuplhw(vss); in test_core()
94 vsl = __builtin_s390_vuplf(vsi); in test_core()
135 vsi = __builtin_s390_vavgf(vsi, vsi); in test_integer()
[all …]
Dbuiltins-systemz-zvector-error.c10 volatile vector signed int vsi; variable
107 vsi = vec_gather_element(vsi, vui, cptrsi, idx); // expected-error {{no matching function}} in test_core()
110 vsi = vec_gather_element(vsi, vui, cptrsi, -1); // expected-error {{no matching function}} in test_core()
113 vsi = vec_gather_element(vsi, vui, cptrsi, 4); // expected-error {{no matching function}} in test_core()
171 vec_scatter_element(vsi, vui, ptrsi, idx); // expected-error {{no matching function}} in test_core()
174 vec_scatter_element(vsi, vui, ptrsi, -1); // expected-error {{no matching function}} in test_core()
177 vec_scatter_element(vsi, vui, ptrsi, 4); // expected-error {{no matching function}} in test_core()
256 vsi = vec_load_bndry(cptrsi, idx); // expected-error {{no matching function}} in test_core()
351 vsi = vec_splat(vsi, idx); // expected-error {{no matching function}} in test_core()
354 vsi = vec_splat(vsi, -1); // expected-error {{no matching function}} in test_core()
[all …]
Dbuiltins-ppc-p8vector.c26 vector signed int vsi = { -1, 2, -3, 4 }; variable
95 res_vsi = vec_addc(vsi, vsi); in test1()
130 res_vsi = vec_mergee(vsi, vsi); in test1()
144 res_vsi = vec_mergeo(vsi, vsi); in test1()
284 res_vsi = vec_eqv(vsi, vsi); in test1()
406 res_vsi = vec_cntlz(vsi); in test1()
993 res_vsll = vec_mule(vsi, vsi); in test1()
1004 res_vsll = vec_mulo(vsi, vsi); in test1()
1103 res_vsll = vec_unpackh(vsi); in test1()
1114 res_vsll = vec_unpackl(vsi); in test1()
[all …]
Dbuiltins-ppc-vsx.c18 vector signed int vsi = { -1, 2, -3, 4 }; variable
343 res_vsi = vec_vsx_ld(0, &vsi); in test1()
437 vec_vsx_st(vsi, 0, &res_vsi); in test1()
441 vec_vsx_st(vsi, 0, res_asi); in test1()
Dbuiltins-systemz-vector-error.c17 volatile vec_sint vsi; variable
/external/strace/tests-mx32/
Dnlattr_ifla_port.c103 static const struct ifla_port_vsi vsi = { in main() local
110 IFLA_PORT_VSI_TYPE, pattern, vsi, in main()
111 PRINT_FIELD_U("{", vsi, vsi_mgr_id); in main()
113 PRINT_FIELD_U(", ", vsi, vsi_type_version); in main()
/external/strace/tests/
Dnlattr_ifla_port.c103 static const struct ifla_port_vsi vsi = { in main() local
110 IFLA_PORT_VSI_TYPE, pattern, vsi, in main()
111 PRINT_FIELD_U("{", vsi, vsi_mgr_id); in main()
113 PRINT_FIELD_U(", ", vsi, vsi_type_version); in main()
/external/strace/tests-m32/
Dnlattr_ifla_port.c103 static const struct ifla_port_vsi vsi = { in main() local
110 IFLA_PORT_VSI_TYPE, pattern, vsi, in main()
111 PRINT_FIELD_U("{", vsi, vsi_mgr_id); in main()
113 PRINT_FIELD_U(", ", vsi, vsi_type_version); in main()
/external/strace/
Drtnl_link.c284 struct ifla_port_vsi vsi; in decode_ifla_port_vsi() local
286 if (len < sizeof(vsi)) in decode_ifla_port_vsi()
288 else if (!umove_or_printaddr(tcp, addr, &vsi)) { in decode_ifla_port_vsi()
289 PRINT_FIELD_U("{", vsi, vsi_mgr_id); in decode_ifla_port_vsi()
290 PRINT_FIELD_STRING(", ", vsi, vsi_type_id, in decode_ifla_port_vsi()
291 sizeof(vsi.vsi_type_id), QUOTE_FORCE_HEX); in decode_ifla_port_vsi()
292 PRINT_FIELD_U(", ", vsi, vsi_type_version); in decode_ifla_port_vsi()
/external/llvm/test/CodeGen/PowerPC/
Dp8-scalar_vector_conversions.ll1093 define signext i32 @getsi0(<4 x i32> %vsi) {
1095 %vsi.addr = alloca <4 x i32>, align 16
1096 store <4 x i32> %vsi, <4 x i32>* %vsi.addr, align 16
1097 %0 = load <4 x i32>, <4 x i32>* %vsi.addr, align 16
1111 define signext i32 @getsi1(<4 x i32> %vsi) {
1113 %vsi.addr = alloca <4 x i32>, align 16
1114 store <4 x i32> %vsi, <4 x i32>* %vsi.addr, align 16
1115 %0 = load <4 x i32>, <4 x i32>* %vsi.addr, align 16
1128 define signext i32 @getsi2(<4 x i32> %vsi) {
1130 %vsi.addr = alloca <4 x i32>, align 16
[all …]
Dvsx-ldst-builtin-le.ll5 @vsi = global <4 x i32> <i32 -1, i32 2, i32 -3, i32 4>, align 16
20 %0 = call <4 x i32> @llvm.ppc.vsx.lxvw4x(i8* bitcast (<4 x i32>* @vsi to i8*))
47 %9 = load <4 x i32>, <4 x i32>* @vsi, align 16
Dvsx-ldst.ll16 @vsi = global <4 x i32> <i32 -1, i32 2, i32 -3, i32 4>, align 16
32 %0 = load <4 x i32>, <4 x i32>* @vsi, align 16
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_program.c149 const struct ir3_info *vsi, *fsi; in fd3_program_emit() local
161 vsi = &vp->info; in fd3_program_emit()
266 A3XX_SP_VS_CTRL_REG0_HALFREGFOOTPRINT(vsi->max_half_reg + 1) | in fd3_program_emit()
267 A3XX_SP_VS_CTRL_REG0_FULLREGFOOTPRINT(vsi->max_reg + 1) | in fd3_program_emit()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c271 struct ir2_shader_info *vsi = in fd2_program_emit() local
280 vs_gprs = (vsi->max_reg < 0) ? 0x80 : vsi->max_reg; in fd2_program_emit()
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c748 int vsi, k, n, dlen; in sg_get_designation_descriptor_str() local
891 vsi = sg_get_unaligned_be24(ip + 5); in sg_get_designation_descriptor_str()
898 "identifier B: 0x%x\n", lip, vsi); in sg_get_designation_descriptor_str()
/external/clang/docs/
DLanguageExtensions.rst401 v4si vsi = (v4si){1, 2, 3, 4};
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt6536 "vsi",