/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | real.h | 357 mode_for_size (LONG_DOUBLE_TYPE_SIZE, MODE_FLOAT, 0)) 360 real_to_target (OUT, &(IN), mode_for_size (64, MODE_FLOAT, 0)) 364 ((OUT) = real_to_target (NULL, &(IN), mode_for_size (32, MODE_FLOAT, 0))) 376 real_to_target (OUT, &(IN), mode_for_size (128, MODE_DECIMAL_FLOAT, 0)) 379 real_to_target (OUT, &(IN), mode_for_size (64, MODE_DECIMAL_FLOAT, 0)) 383 ((OUT) = real_to_target (NULL, &(IN), mode_for_size (32, MODE_DECIMAL_FLOAT, 0)))
|
H A D | stor-layout.c | 337 mode_for_size (unsigned int size, enum mode_class mclass, int limit) in mode_for_size() function 367 return mode_for_size (ui, mclass, limit); in mode_for_size_tree() 413 mode = mode_for_size (GET_MODE_BITSIZE (mode), MODE_INT, 0); in int_mode_for_mode() 463 mode = mode_for_size (nunits * GET_MODE_BITSIZE (innermode), in mode_for_vector() 2069 mode_for_size (TYPE_PRECISION (type), MODE_FLOAT, 0)); in layout_type() 2083 mode_for_size (2 * TYPE_PRECISION (TREE_TYPE (type)), in layout_type() 2137 SET_TYPE_MODE (type, mode_for_size (POINTER_SIZE, MODE_INT, 0)); in layout_type() 2146 SET_TYPE_MODE (type, mode_for_size (FUNCTION_BOUNDARY, MODE_INT, 0)); in layout_type() 2328 mode = mode_for_size (TYPE_VECTOR_SUBPARTS (t) in vector_type_mode() 2384 SET_TYPE_MODE (type, mode_for_size (precision, MODE_UFRACT, 0)); in make_fract_type() [all …]
|
H A D | machmode.h | 233 extern enum machine_mode mode_for_size (unsigned int, enum mode_class, int);
|
H A D | lower-subreg.c | 144 && (mode_for_size (GET_MODE_SIZE (mode) * BITS_PER_UNIT, MODE_INT, 0) in simple_move() 423 partmode = mode_for_size (inner_size * BITS_PER_UNIT, mclass, 0); in simplify_subreg_concatn() 779 dest_mode = mode_for_size (GET_MODE_SIZE (dest_mode) * BITS_PER_UNIT, in resolve_simple_move()
|
H A D | calls.c | 881 save_mode = mode_for_size (num_to_save * BITS_PER_UNIT, MODE_INT, 1); in save_fixed_argument_area() 1574 partial_mode = mode_for_size (units_on_stack * BITS_PER_UNIT, in compute_argument_addresses() 3982 = mode_for_size (size, MODE_INT, 1); in emit_library_call_value_1() 4394 enum machine_mode save_mode = mode_for_size (size, MODE_INT, 1); in store_one_arg()
|
H A D | dojump.c | 567 && (mode = mode_for_size (i + 1, MODE_INT, 0)) != BLKmode in do_jump()
|
H A D | tree-vect-generic.c | 295 mode = mode_for_size (tree_low_cst (TYPE_SIZE (type), 1), MODE_INT, 0); in expand_vector_parallel()
|
H A D | expmed.c | 612 op0 = gen_rtx_SUBREG (mode_for_size (BITS_PER_WORD, MODE_INT, 0), in store_bit_field_1() 1215 smode = mode_for_size (GET_MODE_BITSIZE (tmode), MODE_INT, 0); in convert_extracted_bit_field() 1398 ? mode_for_size (bitsize, GET_MODE_CLASS (tmode), 0) in extract_bit_field_1() 1537 op0 = gen_rtx_SUBREG (mode_for_size (BITS_PER_WORD, MODE_INT, 0), in extract_bit_field_1()
|
H A D | emit-rtl.c | 1185 innermode = mode_for_size (HOST_BITS_PER_WIDE_INT, MODE_INT, 0); in gen_lowpart_common() 1187 innermode = mode_for_size (HOST_BITS_PER_WIDE_INT * 2, MODE_INT, 0); in gen_lowpart_common() 5649 ptr_mode = mode_for_size (POINTER_SIZE, GET_MODE_CLASS (Pmode), 0); in init_emit_once()
|
H A D | combine.c | 1137 nonzero_bits_mode = mode_for_size (HOST_BITS_PER_WIDE_INT, MODE_INT, 0); in combine_instructions() 7076 imode = mode_for_size (GET_MODE_BITSIZE (compute_mode), MODE_INT, 0); in expand_field_assignment() 7148 enum machine_mode tmode = mode_for_size (len, MODE_INT, 1); in make_extraction() 10058 && (tmode = mode_for_size (GET_MODE_BITSIZE (mode) - count, in simplify_shift_const_1() 11738 && (tmode = mode_for_size (i, MODE_INT, 1)) != BLKmode in simplify_comparison() 11898 && (tmode = mode_for_size (mode_width - INTVAL (XEXP (op0, 1)), in simplify_comparison() 11917 && (tmode = mode_for_size (mode_width - INTVAL (XEXP (op0, 1)), in simplify_comparison()
|
H A D | builtins.c | 2955 mode2 = mode_for_size (INT_TYPE_SIZE, MODE_INT, 0); in expand_builtin_powi() 5157 return mode_for_size (BITS_PER_UNIT << fcode_diff, MODE_INT, 0); in get_builtin_sync_mode() 5590 mode = mode_for_size (BOOL_TYPE_SIZE, MODE_INT, 0); in expand_builtin_atomic_clear() 5628 mode = mode_for_size (BOOL_TYPE_SIZE, MODE_INT, 0); in expand_builtin_atomic_test_and_set() 5650 mode = mode_for_size (size, MODE_INT, 0); in fold_builtin_atomic_always_lock_free() 14296 set_optab_libfunc (ffs_optab, mode_for_size (INT_TYPE_SIZE, in set_builtin_user_assembler_name()
|
H A D | varasm.c | 2538 omode = mode_for_size (subsize * BITS_PER_UNIT, mclass, 0); in assemble_integer() 2539 imode = mode_for_size (size * BITS_PER_UNIT, mclass, 0); in assemble_integer()
|
H A D | simplify-rtx.c | 1128 = mode_for_size (GET_MODE_BITSIZE (GET_MODE (op)) in simplify_unary_operation_1() 1225 = mode_for_size (GET_MODE_BITSIZE (GET_MODE (op)) in simplify_unary_operation_1()
|
H A D | expr.c | 800 tmode = mode_for_size (max_pieces * BITS_PER_UNIT, MODE_INT, 1); in alignment_for_piecewise_move() 2147 enum machine_mode mem_mode = mode_for_size (bitsize, MODE_INT, 1); in copy_blkmode_from_reg() 9896 ext_mode = mode_for_size (bitsize, MODE_INT, 1); in expand_expr_real_1()
|
H A D | tree-vect-data-refs.c | 58 array_mode = mode_for_size (count * GET_MODE_BITSIZE (mode), in vect_lanes_optab_supported_p()
|
H A D | reload1.c | 2234 = adjust_address_nv (x, mode_for_size (total_size in alter_reg() 2285 = adjust_address_nv (x, mode_for_size (total_size in alter_reg()
|
H A D | rtlanal.c | 3415 mode_for_size (GET_MODE_BITSIZE (xmode) in subreg_get_info()
|
H A D | c-typeck.c | 839 m1 = mode_for_size (GET_MODE_PRECISION (m1), mclass, 0); in c_common_type() 850 m2 = mode_for_size (GET_MODE_PRECISION (m2), mclass, 0); in c_common_type()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | machmode.h | 804 extern opt_machine_mode mode_for_size (poly_uint64, enum mode_class, int); 813 return dyn_cast <scalar_int_mode> (mode_for_size (size, MODE_INT, limit)); 822 return dyn_cast <scalar_float_mode> (mode_for_size (size, MODE_FLOAT, 0)); 831 (mode_for_size (size, MODE_DECIMAL_FLOAT, 0));
|
H A D | stor-layout.c | 301 mode_for_size (poly_uint64 size, enum mode_class mclass, int limit) in mode_for_size() function 337 return mode_for_size (ui, mclass, limit); in mode_for_size_tree() 432 || mode_for_size (bitsize, MODE_COMPLEX_INT, false).exists (&trial)) in bitwise_mode_for_mode() 444 || mode_for_size (bitsize, MODE_VECTOR_INT, 0).exists (&trial)) in bitwise_mode_for_mode() 451 return mode_for_size (bitsize, MODE_INT, true); in bitwise_mode_for_mode() 2656 SET_TYPE_MODE (type, mode_for_size (precision, mclass, 0).require ()); in make_fract_type() 2678 SET_TYPE_MODE (type, mode_for_size (precision, mclass, 0).require ()); in make_accum_type()
|
H A D | caller-save.c | 1151 smode = mode_for_size (exact_div (GET_MODE_BITSIZE (mode), in replace_reg_with_saved_mem()
|
H A D | lower-subreg.c | 658 partmode = mode_for_size (inner_size * BITS_PER_UNIT, in simplify_subreg_concatn()
|
H A D | targhooks.c | 1186 return mode_for_size (BITS_PER_WORD, GET_MODE_CLASS (mode), 0).require (); in default_secondary_memory_needed_mode()
|
H A D | varasm.c | 2802 omode = mode_for_size (subsize * BITS_PER_UNIT, mclass, 0).require (); in assemble_integer() 2803 imode = mode_for_size (size * BITS_PER_UNIT, mclass, 0).require (); in assemble_integer()
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | i386.h | 1388 ? mode_for_size (32, GET_MODE_CLASS (MODE), 0) \
|