Searched refs:simple_operand_p (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pdp11/ |
H A D | pdp11.c | 2077 pdp11_shift_length (rtx *operands, machine_mode m, int code, bool simple_operand_p) in pdp11_shift_length() argument 2082 shift_size = simple_operand_p ? 2 : 4; in pdp11_shift_length()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pdp11/ |
H A D | pdp11.cc | 2075 pdp11_shift_length (rtx *operands, machine_mode m, int code, bool simple_operand_p) in pdp11_shift_length() argument 2080 shift_size = simple_operand_p ? 2 : 4; in pdp11_shift_length()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.c | 121 static bool simple_operand_p (const_tree); 4782 simple_operand_p (const_tree exp) in simple_operand_p() function 4826 return (simple_operand_p (TREE_OPERAND (exp, 0)) in simple_operand_p_2() 4827 && simple_operand_p (TREE_OPERAND (exp, 1))); in simple_operand_p_2() 4832 return simple_operand_p (exp); in simple_operand_p_2() 6018 if (simple_operand_p (lhs)) in fold_range_test() 6250 if (simple_operand_p (ll_arg) in fold_truth_andor_1() 6251 && simple_operand_p (lr_arg)) in fold_truth_andor_1() 6283 && simple_operand_p (rl_arg) in fold_truth_andor_1() 6284 && simple_operand_p (rr_arg)) in fold_truth_andor_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.cc | 132 static bool simple_operand_p (const_tree); 4865 simple_operand_p (const_tree exp) in simple_operand_p() function 4909 return (simple_operand_p (TREE_OPERAND (exp, 0)) in simple_operand_p_2() 4910 && simple_operand_p (TREE_OPERAND (exp, 1))); in simple_operand_p_2() 4915 return simple_operand_p (exp); in simple_operand_p_2() 6100 if (simple_operand_p (lhs)) in fold_range_test() 6333 if (simple_operand_p (ll_arg) in fold_truth_andor_1() 6334 && simple_operand_p (lr_arg)) in fold_truth_andor_1() 6366 && simple_operand_p (rl_arg) in fold_truth_andor_1() 6367 && simple_operand_p (rr_arg)) in fold_truth_andor_1()
|
H A D | ChangeLog-2000 | 24674 * fold-const.c (simple_operand_p,fold): Likewise.
|
H A D | ChangeLog-2007 | 8520 * fold-const.c (all_ones_mask_p, sign_bit_p, simple_operand_p,
|
H A D | ChangeLog-2019 | 19036 (simple_operand_p): Likewise.
|
H A D | ChangeLog-2013 | 27952 * fold-const.c (simple_operand_p): Handle WEAK.
|
H A D | ChangeLog-2004 | 4058 (simple_operand_p): Use STRIP_NOPS. Consider SSA names simple.
|