Home
last modified time | relevance | path

Searched refs:trunc_int_for_mode (Results 1 – 25 of 33) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dpredicates.md140 HOST_WIDE_INT val = trunc_int_for_mode (INTVAL (op), DImode);
141 return trunc_int_for_mode (val, SImode) == val;
186 offset = trunc_int_for_mode (INTVAL (op2), DImode);
201 && trunc_int_for_mode (offset, SImode) == offset)
209 && trunc_int_for_mode (offset, SImode) == offset)
218 && trunc_int_for_mode (offset, SImode) == offset)
222 && trunc_int_for_mode (offset, SImode) == offset)
232 && trunc_int_for_mode (offset, SImode) == offset)
305 && trunc_int_for_mode (INTVAL (op2), DImode) > -0x10000
319 && trunc_int_for_mode (INTVAL (op2), DImode) > -0x10000
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dexplow.c52 trunc_int_for_mode (HOST_WIDE_INT c, machine_mode mode) in trunc_int_for_mode() function
84 trunc_int_for_mode (poly_int64 x, machine_mode mode) in trunc_int_for_mode() function
87 x.coeffs[i] = trunc_int_for_mode (x.coeffs[i], mode); in trunc_int_for_mode()
H A Dpostreload.c1162 = trunc_int_for_mode (UINTVAL (SET_SRC (prev_set)) in reload_combine_recognize_pattern()
2028 = trunc_int_for_mode (added_offset + base_offset, in reload_cse_move2add()
2296 = trunc_int_for_mode (offset + reg_offset[base_regno], mode); in move2add_note_store()
H A Drecog.c973 && trunc_int_for_mode (INTVAL (op), mode) != INTVAL (op)) in general_operand()
1144 && trunc_int_for_mode (INTVAL (op), mode) != INTVAL (op)) in immediate_operand()
1165 && trunc_int_for_mode (INTVAL (op), mode) != INTVAL (op)) in const_int_operand()
H A Dcombine.c731 == trunc_int_for_mode (INTVAL (newval), GET_MODE (oldval))); in do_SUBST()
5268 HOST_WIDE_INT other_int = trunc_int_for_mode (-this_int, mode); in find_split_point()
8020 multval = trunc_int_for_mode (multval, mode); in make_compound_operation_int()
10428 *pconst0 = trunc_int_for_mode (const0, mode); in merge_outer_ops()
10976 && trunc_int_for_mode (INTVAL (XEXP (varop, 1)), in simplify_shift_const_1()
10999 && trunc_int_for_mode (INTVAL (XEXP (varop, 1)), in simplify_shift_const_1()
11281 outer_const = trunc_int_for_mode (outer_const, int_result_mode); in simplify_shift_const_1()
11768 const_op = trunc_int_for_mode (const_op, mode); in simplify_compare_const()
12354 && trunc_int_for_mode (const_op, mode) == const_op in simplify_comparison()
12657 && trunc_int_for_mode (c1, tmode) == (HOST_WIDE_INT) c1) in simplify_comparison()
H A Dlra-eliminations.c1044 offset = trunc_int_for_mode (offset, GET_MODE (plus_cst_src)); in eliminate_regs_in_insn()
H A Difcvt.c1329 diff = trunc_int_for_mode (diff, mode); in noce_try_store_flag_constants()
1405 diff = trunc_int_for_mode (-(unsigned HOST_WIDE_INT) diff, mode); in noce_try_store_flag_constants()
1828 diff = trunc_int_for_mode (diff, mode); in noce_try_cmove()
H A Demit-rtl.c532 c = trunc_int_for_mode (c, mode); in gen_int_mode()
2390 offset = trunc_int_for_mode (offset, address_mode); in adjust_address_1()
2411 && known_eq (trunc_int_for_mode (offset, pointer_mode), offset)) in adjust_address_1()
H A Dsimplify-rtx.c741 mask_op = GEN_INT (trunc_int_for_mode (mask, mode)); in simplify_truncation()
862 && trunc_int_for_mode (INTVAL (XEXP (op, 1)), mode) == -1) in simplify_truncation()
2555 return plus_constant (mode, op0, trunc_int_for_mode (-offset, mode)); in simplify_binary_operation_1()
2858 && trunc_int_for_mode (mask, mode) == mask in simplify_binary_operation_1()
H A Drtl.h2913 extern HOST_WIDE_INT trunc_int_for_mode (HOST_WIDE_INT, machine_mode);
2914 extern poly_int64 trunc_int_for_mode (poly_int64, machine_mode);
H A Dfunction.c511 trunc_int_for_mode in assign_stack_local_1()
516 trunc_int_for_mode in assign_stack_local_1()
H A Doptabs.c989 HOST_WIDE_INT intval = trunc_int_for_mode (INTVAL (x), mode); in avoid_expensive_constant()
7189 && known_eq (trunc_int_for_mode (op->int_value, mode), in maybe_legitimize_operand()
H A Dcfgexpand.c989 gcc_assert (known_eq (offset, trunc_int_for_mode (offset, Pmode))); in expand_one_stack_var_at()
H A Dcse.c5284 val = trunc_int_for_mode (val, dest_mode); in cse_insn()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dpredicates.md142 return trunc_int_for_mode (val, SImode) == val;
191 if (trunc_int_for_mode (offset, SImode) != offset)
297 if (trunc_int_for_mode (offset, SImode) != offset)
386 && (trunc_int_for_mode (CONST_WIDE_INT_ELT (op, 0), SImode)
771 (match_test "trunc_int_for_mode (INTVAL (op), DImode)
/dragonfly/contrib/gcc-4.7/gcc/
H A Dpostreload.c305 if (this_val == trunc_int_for_mode (this_val, GET_MODE (src))) in reload_cse_simplify_set()
1971 trunc_int_for_mode (added_offset + base_offset, in reload_cse_move2add()
2249 reg_offset[regno] = trunc_int_for_mode (offset in move2add_note_store()
H A Dexplow.c52 trunc_int_for_mode (HOST_WIDE_INT c, enum machine_mode mode) in trunc_int_for_mode() function
162 c = trunc_int_for_mode (c, GET_MODE (x)); in plus_constant()
H A Drecog.c947 && trunc_int_for_mode (INTVAL (op), mode) != INTVAL (op)) in general_operand()
1116 && trunc_int_for_mode (INTVAL (op), mode) != INTVAL (op)) in immediate_operand()
1137 && trunc_int_for_mode (INTVAL (op), mode) != INTVAL (op)) in const_int_operand()
H A Dcombine.c707 == trunc_int_for_mode (INTVAL (newval), GET_MODE (oldval))); in do_SUBST()
4970 HOST_WIDE_INT other_int = trunc_int_for_mode (-this_int, mode); in find_split_point()
7649 multval = trunc_int_for_mode (multval, mode); in make_compound_operation()
9843 *pconst0 = trunc_int_for_mode (const0, mode); in merge_outer_ops()
10343 && 0 > trunc_int_for_mode (INTVAL (XEXP (varop, 1)), in simplify_shift_const_1()
10362 && 0 > trunc_int_for_mode (INTVAL (XEXP (varop, 1)), in simplify_shift_const_1()
10610 outer_const = trunc_int_for_mode (outer_const, result_mode); in simplify_shift_const_1()
10910 const_op = trunc_int_for_mode (const_op, mode); in simplify_compare_const()
11448 && trunc_int_for_mode (const_op, mode) == const_op in simplify_comparison()
H A Difcvt.c1102 diff = trunc_int_for_mode (itrue - ifalse, mode); in noce_try_store_flag_constants()
1133 diff = trunc_int_for_mode (-diff, mode); in noce_try_store_flag_constants()
H A Dfunction.c500 trunc_int_for_mode in assign_stack_local_1()
505 trunc_int_for_mode in assign_stack_local_1()
H A Drtl.h1645 extern HOST_WIDE_INT trunc_int_for_mode (HOST_WIDE_INT, enum machine_mode);
H A Dcfgexpand.c873 gcc_assert (offset == trunc_int_for_mode (offset, Pmode)); in expand_one_stack_var_at()
H A Demit-rtl.c421 return GEN_INT (trunc_int_for_mode (c, mode)); in gen_int_mode()
H A Dcse.c5016 val = trunc_int_for_mode (val, GET_MODE (dest_reg)); in cse_insn()

12