Home
last modified time | relevance | path

Searched refs:int_mode_for_mode (Results 1 – 19 of 19) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmachmode.h151 extern enum machine_mode int_mode_for_mode PARAMS ((enum machine_mode));
H A Dsimplify-rtx.c2468 elt = gen_lowpart_common (int_mode_for_mode (GET_MODE (elt)),
2492 = int_mode_for_mode (GET_MODE_INNER (innermode));
2565 enum machine_mode new_mode = int_mode_for_mode (outermode);
H A Dexpmed.c383 enum machine_mode imode = int_mode_for_mode (GET_MODE (op0));
540 ? word_mode : int_mode_for_mode (GET_MODE (value))),
1062 enum machine_mode imode = int_mode_for_mode (GET_MODE (op0));
1233 int_mode = int_mode_for_mode (tmode);
1235 int_mode = int_mode_for_mode (mode);
H A Dstor-layout.c270 int_mode_for_mode (mode) in int_mode_for_mode() function
H A Doptabs.c1950 tmode = int_mode_for_mode (mode);
2082 tmode = int_mode_for_mode (mode);
H A Demit-rtl.c1006 return simplify_gen_subreg (mode, x, int_mode_for_mode (mode), offset);
H A Dfunction.c3222 && int_mode_for_mode (GET_MODE (sub)) != BLKmode)
H A Dcombine.c10214 sub_mode = int_mode_for_mode (mode);
H A DChangeLog8568 * expmed.c (store_bit_field): Use int_mode_for_mode to find
17928 int_mode_for_mode.
H A DChangeLog.41613 * stor-layout.c (int_mode_for_mode): Handle MODE_VECTOR_INT,
H A DChangeLog.111960 * stor-layout.c (int_mode_for_mode): New function.
/openbsd/gnu/gcc/gcc/
H A Dmachmode.h149 extern enum machine_mode int_mode_for_mode (enum machine_mode);
H A Dexpmed.c476 enum machine_mode imode = int_mode_for_mode (GET_MODE (op0)); in store_bit_field()
627 value = gen_reg_rtx (int_mode_for_mode (GET_MODE (value))); in store_bit_field()
1186 enum machine_mode imode = int_mode_for_mode (GET_MODE (op0)); in extract_bit_field()
1365 int_mode = int_mode_for_mode (tmode); in extract_bit_field()
1367 int_mode = int_mode_for_mode (mode); in extract_bit_field()
H A Dstor-layout.c226 int_mode_for_mode (enum machine_mode mode) in int_mode_for_mode() function
H A Doptabs.c2441 imode = int_mode_for_mode (mode); in expand_absneg_bit()
2950 imode = int_mode_for_mode (mode); in expand_copysign_absneg()
3012 imode = int_mode_for_mode (mode); in expand_copysign_bit()
H A Dexpr.c1620 enum machine_mode imode = int_mode_for_mode (GET_MODE (orig_src)); in emit_group_load_1()
1871 enum machine_mode imode = int_mode_for_mode (GET_MODE (orig_dst)); in emit_group_store()
2894 imode = int_mode_for_mode (mode); in emit_move_via_integer()
H A Dbuiltins.c5332 imode = int_mode_for_mode (fmode); in expand_builtin_signbit()
H A Dcombine.c9504 imode = int_mode_for_mode (omode); in gen_lowpart_for_combine()
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.c11997 enum machine_mode imode = int_mode_for_mode (mode); in ix86_split_to_parts()