Searched refs:smallest_mode_for_size (Results 1 – 16 of 16) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | machmode.h | 144 extern enum machine_mode smallest_mode_for_size
|
H A D | stor-layout.c | 251 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 D | expmed.c | 475 fieldmode = smallest_mode_for_size (nwords * BITS_PER_WORD, MODE_INT);
|
H A D | reload1.c | 5523 = smallest_mode_for_size (GET_MODE_SIZE (mode) + byte,
|
H A D | ChangeLog.3 | 9085 (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 D | ChangeLog.1 | 3432 * 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 D | ChangeLog.5 | 8936 * dwarf2asm.c (dw2_asm_output_delta): Fix smallest_mode_for_size call.
|
/openbsd/gnu/gcc/gcc/ |
H A D | machmode.h | 142 extern enum machine_mode smallest_mode_for_size (unsigned int,
|
H A D | stor-layout.c | 209 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 D | expmed.c | 569 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 D | expr.c | 461 = 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 D | optabs.c | 2281 libval_mode = smallest_mode_for_size (2 * GET_MODE_BITSIZE (mode), in expand_twoval_binop_libfunc()
|
H A D | reload1.c | 5608 = smallest_mode_for_size (GET_MODE_BITSIZE (mode) in choose_reload_regs()
|
H A D | combine.c | 6200 wanted_inner_mode = smallest_mode_for_size (len, MODE_INT); in make_extraction()
|
/openbsd/gnu/gcc/gcc/config/sparc/ |
H A D | sparc.c | 4769 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 D | s390.c | 4005 enum machine_mode mode = smallest_mode_for_size (bitsize, MODE_INT); in s390_expand_insv()
|