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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc 2094 int splat_elem_size = TREE_INT_CST_LOW (size_in_bytes (arg0_type)) local
2096 int splat_start_bit = TREE_INT_CST_LOW (arg1) * splat_elem_size;
2097 tree len = build_int_cst (bitsizetype, splat_elem_size);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc 2119 int splat_elem_size = TREE_INT_CST_LOW (size_in_bytes (arg0_type)) local
2121 int splat_start_bit = TREE_INT_CST_LOW (arg1) * splat_elem_size;
2122 tree len = build_int_cst (bitsizetype, splat_elem_size);

Completed in 26 milliseconds