HomeSort by relevance Sort by last modified time
    Searched refs:vsi (Results 1 - 17 of 17) sorted by null

  /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 26 vector signed int vsi = { -1, 2, -3, 4 }; variable
95 res_vsi = vec_addc(vsi, vsi);
130 res_vsi = vec_mergee(vsi, vsi);
144 res_vsi = vec_mergeo(vsi, vsi);
284 res_vsi = vec_eqv(vsi, vsi);
406 res_vsi = vec_cntlz(vsi);
    [all...]
builtins-ppc-vsx.c 18 vector signed int vsi = { -1, 2, -3, 4 }; variable
343 res_vsi = vec_vsx_ld(0, &vsi);
437 vec_vsx_st(vsi, 0, &res_vsi);
441 vec_vsx_st(vsi, 0, res_asi);
    [all...]
builtins-systemz-vector-error.c 17 volatile vec_sint vsi; variable
  /external/strace/tests/
nlattr_ifla_port.c 103 static const struct ifla_port_vsi vsi = { local
110 IFLA_PORT_VSI_TYPE, pattern, vsi,
111 PRINT_FIELD_U("{", vsi, vsi_mgr_id);
113 PRINT_FIELD_U(", ", vsi, vsi_type_version);
  /external/strace/tests-m32/
nlattr_ifla_port.c 103 static const struct ifla_port_vsi vsi = { local
110 IFLA_PORT_VSI_TYPE, pattern, vsi,
111 PRINT_FIELD_U("{", vsi, vsi_mgr_id);
113 PRINT_FIELD_U(", ", vsi, vsi_type_version);
  /external/strace/tests-mx32/
nlattr_ifla_port.c 103 static const struct ifla_port_vsi vsi = { local
110 IFLA_PORT_VSI_TYPE, pattern, vsi,
111 PRINT_FIELD_U("{", vsi, vsi_mgr_id);
113 PRINT_FIELD_U(", ", vsi, vsi_type_version);
  /external/strace/
rtnl_link.c 284 struct ifla_port_vsi vsi; local
286 if (len < sizeof(vsi))
288 else if (!umove_or_printaddr(tcp, addr, &vsi)) {
289 PRINT_FIELD_U("{", vsi, vsi_mgr_id);
290 PRINT_FIELD_STRING(", ", vsi, vsi_type_id,
291 sizeof(vsi.vsi_type_id), QUOTE_FORCE_HEX);
292 PRINT_FIELD_U(", ", vsi, vsi_type_version);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
local_single_store_elim_pass.cpp 194 const auto vsi = ssa_var2store_.find(varId); local
195 if (vsi == ssa_var2store_.end())
200 if (!Dominates(store2blk_[vsi->second], store2idx_[vsi->second], &*bi, instIdx))
203 uint32_t replId = vsi->second->GetSingleWordInOperand(kStoreValIdInIdx);
  /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...]
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_program.c 149 const struct ir3_info *vsi, *fsi; local
161 vsi = &vp->info;
266 A3XX_SP_VS_CTRL_REG0_HALFREGFOOTPRINT(vsi->max_half_reg + 1) |
267 A3XX_SP_VS_CTRL_REG0_FULLREGFOOTPRINT(vsi->max_reg + 1) |
  /art/test/710-varhandle-creation/src/
Main.java 88 static final VarHandle vsi; field in class:Main
154 vsi = MethodHandles.lookup().findStaticVarHandle(Main.class, "si", int.class);
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_program.c 271 struct ir2_shader_info *vsi = local
280 vs_gprs = (vsi->max_reg < 0) ? 0x80 : vsi->max_reg;
  /toolchain/binutils/binutils-2.27/gold/
options.cc 1552 Version_script_info* vsi = this->script_options_.version_script_info(); local
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/
sg_lib.c 748 int vsi, k, n, dlen; local
891 vsi = sg_get_unaligned_be24(ip + 5);
898 "identifier B: 0x%x\n", lip, vsi);
    [all...]

Completed in 1389 milliseconds