Home
last modified time | relevance | path

Searched refs:smallest_mode_for_size (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmachmode.h144 extern enum machine_mode smallest_mode_for_size
H A Dstor-layout.c251 smallest_mode_for_size (size, class) in smallest_mode_for_size() function
1584 TYPE_MODE (type) = smallest_mode_for_size (TYPE_PRECISION (type),
H A Dexpmed.c475 fieldmode = smallest_mode_for_size (nwords * BITS_PER_WORD, MODE_INT);
H A Dreload1.c5523 = smallest_mode_for_size (GET_MODE_SIZE (mode) + byte,
H A DChangeLog.39085 (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
9169 (smallest_mode_for_size): Likewise.
11932 * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
11933 * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
H A DChangeLog.13432 * machmode.h (smallest_mode_for_size): Prototype.
3433 * stor-layout.c (smallest_mode_for_size): Remove static.
11710 (smallest_mode_for_size): Likewise.
H A DChangeLog.58936 * dwarf2asm.c (dw2_asm_output_delta): Fix smallest_mode_for_size call.
/openbsd/gnu/gcc/gcc/
H A Dmachmode.h142 extern enum machine_mode smallest_mode_for_size (unsigned int,
H A Dstor-layout.c209 smallest_mode_for_size (unsigned int size, enum mode_class class) in smallest_mode_for_size() function
1586 TYPE_MODE (type) = smallest_mode_for_size (TYPE_PRECISION (type), in layout_type()
H A Dexpmed.c569 fieldmode = smallest_mode_for_size (nwords * BITS_PER_WORD, MODE_INT); in store_bit_field()
1908 mode = smallest_mode_for_size (bitsize, MODE_INT); in extract_force_align_mem_bit_field()
H A Dexpr.c461 = smallest_mode_for_size (GET_MODE_BITSIZE (to_mode), MODE_INT); in convert_move()
476 = smallest_mode_for_size (GET_MODE_BITSIZE (from_mode), MODE_INT); in convert_move()
H A Doptabs.c2281 libval_mode = smallest_mode_for_size (2 * GET_MODE_BITSIZE (mode), in expand_twoval_binop_libfunc()
H A Dreload1.c5608 = smallest_mode_for_size (GET_MODE_BITSIZE (mode) in choose_reload_regs()
H A Dcombine.c6200 wanted_inner_mode = smallest_mode_for_size (len, MODE_INT); in make_extraction()
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.c4769 mode = smallest_mode_for_size (BITS_PER_WORD - intoffset % BITS_PER_WORD, in function_arg_record_value_3()
/openbsd/gnu/gcc/gcc/config/s390/
H A Ds390.c4005 enum machine_mode mode = smallest_mode_for_size (bitsize, MODE_INT); in s390_expand_insv()