Lines Matching refs:simplify_gen_unary

4386 	      op0 = simplify_gen_unary (FLOAT_TRUNCATE, mode, op0, inner_mode);  in expand_debug_expr()
4388 op0 = simplify_gen_unary (FLOAT_EXTEND, mode, op0, inner_mode); in expand_debug_expr()
4394 op0 = simplify_gen_unary (UNSIGNED_FLOAT, mode, op0, inner_mode); in expand_debug_expr()
4396 op0 = simplify_gen_unary (FLOAT, mode, op0, inner_mode); in expand_debug_expr()
4401 op0 = simplify_gen_unary (UNSIGNED_FIX, mode, op0, inner_mode); in expand_debug_expr()
4403 op0 = simplify_gen_unary (FIX, mode, op0, inner_mode); in expand_debug_expr()
4410 op0 = simplify_gen_unary (TRUNCATE, mode, op0, inner_mode); in expand_debug_expr()
4414 op0 = simplify_gen_unary (ZERO_EXTEND, mode, op0, inner_mode); in expand_debug_expr()
4416 op0 = simplify_gen_unary (SIGN_EXTEND, mode, op0, inner_mode); in expand_debug_expr()
4618 return simplify_gen_unary (ABS, mode, op0, mode); in expand_debug_expr()
4621 return simplify_gen_unary (NEG, mode, op0, mode); in expand_debug_expr()
4624 return simplify_gen_unary (NOT, mode, op0, mode); in expand_debug_expr()
4627 return simplify_gen_unary (TYPE_UNSIGNED (TREE_TYPE (TREE_OPERAND (exp, in expand_debug_expr()
4633 return simplify_gen_unary (unsignedp ? UNSIGNED_FIX : FIX, mode, op0, in expand_debug_expr()
4652 op1 = simplify_gen_unary (TRUNCATE, op0_mode, op1, op1_mode); in expand_debug_expr()
4657 op1 = simplify_gen_unary (SIGN_EXTEND, op0_mode, op1, op1_mode); in expand_debug_expr()
4699 adj = simplify_gen_unary (NEG, mode, in expand_debug_expr()
4726 adj = simplify_gen_unary (NEG, mode, in expand_debug_expr()
4735 adj = simplify_gen_unary (NEG, mode, in expand_debug_expr()
4762 adj = simplify_gen_unary (NEG, mode, in expand_debug_expr()
4771 adj = simplify_gen_unary (NEG, mode, in expand_debug_expr()
4879 simplify_gen_unary (NEG, GET_MODE_INNER (mode), in expand_debug_expr()
5129 = simplify_gen_unary (TYPE_UNSIGNED (TREE_TYPE (TREE_OPERAND (exp, in expand_debug_expr()
5134 = simplify_gen_unary (TYPE_UNSIGNED (TREE_TYPE (TREE_OPERAND (exp, in expand_debug_expr()
5151 op0 = simplify_gen_unary (ZERO_EXTEND, mode, op0, inner_mode); in expand_debug_expr()
5153 op0 = simplify_gen_unary (SIGN_EXTEND, mode, op0, inner_mode); in expand_debug_expr()
5155 op1 = simplify_gen_unary (ZERO_EXTEND, mode, op1, inner_mode); in expand_debug_expr()
5157 op1 = simplify_gen_unary (SIGN_EXTEND, mode, op1, inner_mode); in expand_debug_expr()
5178 = simplify_gen_unary (TYPE_UNSIGNED (TREE_TYPE (TREE_OPERAND (exp, in expand_debug_expr()
5261 op0 = simplify_gen_unary (FLOAT_TRUNCATE, mode, op0, inner_mode); in expand_debug_source_expr()
5263 op0 = simplify_gen_unary (FLOAT_EXTEND, mode, op0, inner_mode); in expand_debug_source_expr()
5270 op0 = simplify_gen_unary (UNSIGNED_FIX, mode, op0, inner_mode); in expand_debug_source_expr()
5272 op0 = simplify_gen_unary (FIX, mode, op0, inner_mode); in expand_debug_source_expr()
5279 op0 = simplify_gen_unary (TRUNCATE, mode, op0, inner_mode); in expand_debug_source_expr()
5281 op0 = simplify_gen_unary (ZERO_EXTEND, mode, op0, inner_mode); in expand_debug_source_expr()
5283 op0 = simplify_gen_unary (SIGN_EXTEND, mode, op0, inner_mode); in expand_debug_source_expr()