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

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-builtins.cc 841 machine_mode type_mode = TYPE_MODE (size_type_node); local
842 size_type_node = lang_hooks.types.type_for_mode (type_mode, 1);
  /src/external/gpl3/gcc.old/dist/gcc/
dbxout.cc 3471 fixed_size_mode rtl_mode, type_mode;
3479 && is_a <fixed_size_mode> (TYPE_MODE (TREE_TYPE (parms)), &type_mode)
3637 && type_mode != rtl_mode
3638 && GET_MODE_SIZE (type_mode) < UNITS_PER_WORD)
3639 number += GET_MODE_SIZE (rtl_mode) - GET_MODE_SIZE (type_mode);
3459 fixed_size_mode rtl_mode, type_mode; local
tree-vect-patterns.cc 227 insn_code icode = optab_handler (optab, TYPE_MODE (vecitype));
229 || insn_data[icode].operand[0].mode != TYPE_MODE (vecotype))
2512 || !is_a <scalar_mode> (TYPE_MODE (lhs_type), &lhs_mode))
2666 if (can_vec_perm_const_p (TYPE_MODE (char_vectype), indices))
2725 && optab_handler (optab1, TYPE_MODE (vectype)) != CODE_FOR_nothing)
2757 && optab_handler (optab2, TYPE_MODE (vectype)) != CODE_FOR_nothing)
2766 || optab_handler (optab1, TYPE_MODE (vectype)) == CODE_FOR_nothing
2768 || optab_handler (optab2, TYPE_MODE (vectype)) == CODE_FOR_nothing)
2775 || optab_handler (optab1, TYPE_MODE (vectype)) == CODE_FOR_nothing
2777 || optab_handler (optab2, TYPE_MODE (vectype)) == CODE_FOR_nothing
3928 scalar_int_mode type_mode = SCALAR_INT_TYPE_MODE (type); local
    [all...]
tree.cc 2394 if (DECIMAL_FLOAT_MODE_P (TYPE_MODE (type))
2428 return build_real (type, real_value_truncate (TYPE_MODE (type), d));
2443 real_from_integer (&d, type ? TYPE_MODE (type) : VOIDmode, wi::to_wide (i),
2475 real_from_integer (&d, TYPE_MODE (type), i, sgn);
2575 gcc_assert (ALL_SCALAR_ACCUM_MODE_P (TYPE_MODE (type)));
2576 return build_fixed (type, FCONST1 (TYPE_MODE (type)));
2628 gcc_assert (ALL_SCALAR_ACCUM_MODE_P (TYPE_MODE (type)));
2668 return build_fixed (type, FCONST0 (TYPE_MODE (type)));
3131 && !(DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (expr))));
3164 && !(DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (expr))))
7780 machine_mode type_mode = TYPE_MODE (type); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 240 insn_code icode = optab_handler (optab, TYPE_MODE (vecitype));
242 || insn_data[icode].operand[0].mode != TYPE_MODE (vecotype))
2654 || TYPE_MODE (TREE_TYPE (container)) == E_BLKmode)
3621 || !is_a <scalar_mode> (TYPE_MODE (lhs_type), &lhs_mode))
3774 machine_mode vmode = TYPE_MODE (char_vectype);
3833 && optab_handler (optab1, TYPE_MODE (vectype)) != CODE_FOR_nothing)
3865 && optab_handler (optab2, TYPE_MODE (vectype)) != CODE_FOR_nothing)
3879 || optab_handler (optab1, TYPE_MODE (uvectype)) == CODE_FOR_nothing
3881 || optab_handler (optab2, TYPE_MODE (uvectype)) == CODE_FOR_nothing)
3888 || optab_handler (optab1, TYPE_MODE (uvectype)) == CODE_FOR_nothin
5125 scalar_int_mode type_mode = SCALAR_INT_TYPE_MODE (type); local
    [all...]
tree.cc 2377 if (DECIMAL_FLOAT_MODE_P (TYPE_MODE (type))
2393 const struct real_format *fmt = REAL_MODE_FORMAT (TYPE_MODE (type));
2417 return build_real (type, real_value_truncate (TYPE_MODE (type), d));
2432 real_from_integer (&d, type ? TYPE_MODE (type) : VOIDmode, wi::to_wide (i),
2464 real_from_integer (&d, TYPE_MODE (type), i, sgn);
2563 gcc_assert (ALL_SCALAR_ACCUM_MODE_P (TYPE_MODE (type)));
2564 return build_fixed (type, FCONST1 (TYPE_MODE (type)));
2616 gcc_assert (ALL_SCALAR_ACCUM_MODE_P (TYPE_MODE (type)));
2656 return build_fixed (type, FCONST0 (TYPE_MODE (type)));
3170 && !(DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (expr))))
7920 machine_mode type_mode = TYPE_MODE (type); local
    [all...]

Completed in 45 milliseconds