Searched refs:constop (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | combine.cc | 10025 unsigned HOST_WIDE_INT constop) in simplify_and_const_int_1() argument 10033 orig_constop = constop; in simplify_and_const_int_1() 10044 varop = force_to_mode (varop, mode, constop, 0); in simplify_and_const_int_1() 10053 return gen_int_mode (INTVAL (varop) & constop, mode); in simplify_and_const_int_1() 10065 constop &= nonzero; in simplify_and_const_int_1() 10068 if (constop == 0 && !side_effects_p (varop)) in simplify_and_const_int_1() 10074 && (i = exact_log2 (constop)) >= 0) in simplify_and_const_int_1() 10093 constop), in simplify_and_const_int_1() 10096 constop)))); in simplify_and_const_int_1() 10104 && pow2p_hwi (constop + 1)) in simplify_and_const_int_1() [all …]
|
| H A D | ChangeLog-2002 | 33690 "nonzero" as that might add "1" bits. Ensure "constop" is 33692 (force_to_mode): Tweak for sign extended constop.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | combine.c | 10152 unsigned HOST_WIDE_INT constop) in simplify_and_const_int_1() argument 10160 orig_constop = constop; in simplify_and_const_int_1() 10171 varop = force_to_mode (varop, mode, constop, 0); in simplify_and_const_int_1() 10180 return gen_int_mode (INTVAL (varop) & constop, mode); in simplify_and_const_int_1() 10192 constop &= nonzero; in simplify_and_const_int_1() 10195 if (constop == 0 && !side_effects_p (varop)) in simplify_and_const_int_1() 10201 && (i = exact_log2 (constop)) >= 0) in simplify_and_const_int_1() 10220 constop), in simplify_and_const_int_1() 10223 constop)))); in simplify_and_const_int_1() 10231 && pow2p_hwi (constop + 1)) in simplify_and_const_int_1() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | semantics.c | 1696 tree constop = maybe_constant_value (operand); in finish_asm_stmt() local 1697 if (TREE_CONSTANT (constop)) in finish_asm_stmt() 1698 operand = constop; in finish_asm_stmt()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | semantics.cc | 1967 tree constop = maybe_constant_value (operand); in finish_asm_stmt() local 1968 if (TREE_CONSTANT (constop)) in finish_asm_stmt() 1969 operand = constop; in finish_asm_stmt()
|