HomeSort by: relevance | last modified time | path
    Searched refs:best_mode (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
expmed.cc 486 scalar_int_mode best_mode; local
487 if (iter.next_mode (&best_mode))
489 /* We can use a memory in BEST_MODE. See whether this is true for
500 GET_MODE_BITSIZE (best_mode),
507 best_mode = wider_mode;
509 return narrow_bit_field_mem (op0, best_mode, bitsize, bitnum,
1169 scalar_int_mode best_mode;
1182 MEM_VOLATILE_P (str_rtx), &best_mode))
1183 addr_mode = best_mode;
1216 scalar_int_mode best_mode;
1168 scalar_int_mode best_mode; local
1214 scalar_int_mode best_mode; local
    [all...]
tree-vect-generic.cc 1399 machine_mode best_mode = VOIDmode, mode;
1423 best_mode = mode, best_nunits = GET_MODE_NUNITS (mode);
1425 if (best_mode == VOIDmode)
1428 return build_vector_type_for_mode (type, best_mode);
1398 machine_mode best_mode = VOIDmode, mode; local
stor-layout.cc 3033 scalar_int_mode *best_mode)
3099 *best_mode = mode;
expr.cc 5105 scalar_int_mode best_mode;
5107 MEM_ALIGN (str_rtx), str_bitsize, false, &best_mode))
5109 str_mode = best_mode;
5110 str_bitsize = GET_MODE_BITSIZE (best_mode);
5093 scalar_int_mode best_mode; local
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c 74 const struct drm_display_mode *scan, *best_mode = NULL; local
93 best_mode = scan;
97 if (!best_mode)
100 downclock_mode = drm_mode_duplicate(&dev_priv->drm, best_mode);

Completed in 40 milliseconds