HomeSort by: relevance | last modified time | path
    Searched defs:scalar_ops (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/powerpc/
bus_space.c 77 static const struct powerpc_bus_space_scalar scalar_ops = { variable in typeref:struct:powerpc_bus_space_scalar
434 t->pbs_scalar_stream = scalar_ops;
449 t->pbs_scalar = scalar_ops;
475 t->pbs_scalar = scalar_ops;
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 5401 auto scalar_ops = SLP_TREE_SCALAR_OPS (node).copy (); local
5402 result = vect_create_new_slp_node (scalar_ops);
5403 vect_slp_permute (m_perms[to_layout_i], scalar_ops, true);

Completed in 19 milliseconds