Lines Matching defs:vlog2
1898 int vlog2 = exact_log2 (val & GET_MODE_MASK (GET_MODE_INNER (mode)));
1900 if (vlog2 != -1)
1903 gcc_assert (vlog2 >= 0 && vlog2 <= GET_MODE_UNIT_BITSIZE (mode) - 1);
1920 int vlog2 = exact_log2 (val & GET_MODE_MASK (GET_MODE_INNER (mode)));
1922 if (vlog2 != -1)
1925 gcc_assert (vlog2 >= 0 && vlog2 <= GET_MODE_UNIT_BITSIZE (mode) - 1);
9275 int vlog2 = exact_log2 (val & GET_MODE_MASK (mode));
9276 if (vlog2 != -1)
9277 fprintf (file, "%d", vlog2);