/openbsd/gnu/gcc/gcc/ |
H A D | rtlhooks.c | 43 rtx result = gen_lowpart_common (mode, x); in gen_lowpart_general() 53 result = gen_lowpart_common (mode, copy_to_reg (x)); in gen_lowpart_general() 139 rtx result = gen_lowpart_common (mode, x); in gen_lowpart_if_possible()
|
H A D | reload1.c | 6905 && 0 != (tem = gen_lowpart_common in emit_output_reload_insns() 7146 XEXP (note, 0) = gen_lowpart_common (GET_MODE (old), in do_output_reload() 7629 && (tem = gen_lowpart_common (GET_MODE (SUBREG_REG (in)), out)) != 0) in gen_reload() 7634 && (tem = gen_lowpart_common (GET_MODE (SUBREG_REG (out)), in)) != 0) in gen_reload()
|
H A D | emit-rtl.c | 1103 gen_lowpart_common (enum machine_mode mode, rtx x) in gen_lowpart_common() function 1152 return gen_lowpart_common (mode, XEXP (x, 0)); in gen_lowpart_common()
|
H A D | rtl.h | 1477 extern rtx gen_lowpart_common (enum machine_mode, rtx);
|
H A D | expmed.c | 976 rtx word = gen_lowpart_common (word_mode, value); in store_split_bit_field() 981 value = gen_lowpart_common (word_mode, in store_split_bit_field()
|
H A D | combine.c | 4391 || gen_lowpart_common (mode, SUBREG_REG (x)))) in combine_simplify_rtx() 6891 return gen_lowpart_common (mode, x); in force_to_mode() 9452 result = gen_lowpart_common (omode, x); in gen_lowpart_for_combine() 9505 x = gen_lowpart_common (imode, x); in gen_lowpart_for_combine()
|
H A D | cse.c | 3376 rtx op0 = gen_lowpart_common (mode, XEXP (elt->exp, 0)); in fold_rtx_subreg() 3377 rtx op1 = gen_lowpart_common (mode, XEXP (elt->exp, 1)); in fold_rtx_subreg()
|
H A D | reload.c | 4616 && (tem = gen_lowpart_common (GET_MODE (x), in find_reloads_toplev()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | emit-rtl.c | 957 gen_lowpart_common (mode, x) in gen_lowpart_common() function 996 return gen_lowpart_common (mode, XEXP (x, 0)); 1212 rtx result = gen_lowpart_common (mode, x); 1219 result = gen_lowpart_common (mode, copy_to_reg (x));
|
H A D | simplify-rtx.c | 1331 rtx x = gen_lowpart_common (mode, op0); 2468 elt = gen_lowpart_common (int_mode_for_mode (GET_MODE (elt)),
|
H A D | reload1.c | 6779 && 0 != (tem = gen_lowpart_common 7021 XEXP (note, 0) = gen_lowpart_common (GET_MODE (old), 7428 && (tem = gen_lowpart_common (GET_MODE (SUBREG_REG (in)), out)) != 0) 7433 && (tem = gen_lowpart_common (GET_MODE (SUBREG_REG (out)), in)) != 0)
|
H A D | cse.c | 3530 rtx op0 = gen_lowpart_common (mode, XEXP (elt->exp, 0)); 3531 rtx op1 = gen_lowpart_common (mode, XEXP (elt->exp, 1)); 4452 rtx result = gen_lowpart_common (mode, x);
|
H A D | expmed.c | 891 rtx word = gen_lowpart_common (word_mode, value); 896 value = gen_lowpart_common (word_mode,
|
H A D | rtl.h | 1403 extern rtx gen_lowpart_common PARAMS ((enum machine_mode, rtx));
|
H A D | optabs.c | 4442 x = gen_lowpart_common (tmode, x1); 4449 y = gen_lowpart_common (tmode, y1);
|
H A D | combine.c | 3936 || gen_lowpart_common (mode, SUBREG_REG (x)))) 6931 return gen_lowpart_common (mode, x); 10158 result = gen_lowpart_common (mode, x); 10215 x = gen_lowpart_common (sub_mode, x);
|
H A D | ChangeLog.4 | 3042 * emit-rtl.c (gen_lowpart_common): Use word 0 if register mode 6904 * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETICS]: Fix conversion 7279 * emit-rtl-c (gen_lowpart_common): Accept non-paradoxical SUBREG when 7602 * emit-rtl.c (gen_lowpart_common): Use trunc_int_for_mode. 10369 by using gen_lowpart_common. 12537 * emit-rtl.c (gen_lowpart_common): Move variable 'c' into 13157 * emit-rtl.c (gen_lowpart_common): Add missing 'c' variable. 13351 * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETIC]: Handle
|
H A D | reload.c | 4530 && (tem = gen_lowpart_common (GET_MODE (x),
|
H A D | ChangeLog.0 | 5675 * emit-rtl.c (gen_lowpart_common): Skip count by HARD_REGNO_NREGS. 7249 * emit-rtl.c (gen_lowpart_common): Suppress last change if __complex__. 8446 * emit-rtl.c (gen_lowpart_common): Handle more case where converting 11938 * emit-rtl.c (gen_lowpart_common): For a SUBREG, add in word when 12377 * emit-rtl.c (gen_lowpart_common): Add code to convert CONST_INT to
|
H A D | ChangeLog.5 | 1024 * emit-rtl.c (gen_lowpart_common): Do not assume that SFmode 1572 * emit-rtl.c (gen_lowpart_common): Do not assume that SFmode and DFmode 2202 (gen_lowpart_common): Likewise. 2207 * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg 6604 (gen_lowpart_common): Use SUBREG_BYTE.
|
H A D | FSFChangeLog | 568 * emit-rtl.c (gen_lowpart_common): Disable optimization of
|
/openbsd/gnu/usr.bin/gcc/gcc/config/stormy16/ |
H A D | stormy16.c | 1657 int_index = gen_lowpart_common (HImode, index);
|
/openbsd/gnu/gcc/gcc/config/stormy16/ |
H A D | stormy16.c | 1916 int_index = gen_lowpart_common (HImode, index); in xstormy16_expand_casesi()
|
/openbsd/gnu/gcc/gcc/config/sparc/ |
H A D | sparc.c | 8906 newval = gen_lowpart_common (SImode, newval); in sparc_expand_compare_and_swap_12()
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 12180 addrSI = force_reg (SImode, gen_lowpart_common (SImode, in rs6000_emit_sync() 12489 addrSI = force_reg (SImode, gen_lowpart_common (SImode, XEXP (mem, 0))); in rs6000_expand_compare_and_swapqhi()
|