Home
last modified time | relevance | path

Searched defs:word_type (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vect-generic.c173 do_plus_minus (gimple_stmt_iterator *gsi, tree word_type, tree a, tree b, in do_plus_minus()
204 do_negate (gimple_stmt_iterator *gsi, tree word_type, tree b, in do_negate()
285 tree word_type = build_word_mode_vector_type (n_words); in expand_vector_parallel() local
/dragonfly/contrib/gcc-4.7/libgcc/config/
H A Ddarwin-64.c36 typedef int word_type __attribute__ ((mode (__word__))); typedef
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vect-generic.c211 do_plus_minus (gimple_stmt_iterator *gsi, tree word_type, tree a, tree b, in do_plus_minus()
242 do_negate (gimple_stmt_iterator *gsi, tree word_type, tree b, in do_negate()
322 tree word_type = build_word_mode_vector_type (n_words); in expand_vector_parallel() local
H A Dtree-ssa-reassoc.c2864 tree word_type = lang_hooks.types.type_for_mode (word_mode, 1); in optimize_range_tests_to_bit_test() local
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dlex.c126 typedef unsigned int word_type __attribute__((__mode__(__word__))); typedef
128 typedef unsigned long word_type; typedef
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dlex.c125 typedef unsigned int word_type __attribute__((__mode__(__word__))); typedef
127 typedef unsigned long word_type; typedef
/dragonfly/contrib/gdb-7/gdb/mi/
H A Dmi-main.c1304 struct type *word_type; in mi_cmd_data_read_memory() local
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dfixed-bit.h138 typedef int word_type __attribute__ ((mode (__word__))); typedef