Lines Matching refs:unsignedp

349 convert_move (rtx to, rtx from, int unsignedp)  in convert_move()  argument
359 enum rtx_code equiv_code = (unsignedp < 0 ? UNKNOWN in convert_move()
360 : (unsignedp ? ZERO_EXTEND : SIGN_EXTEND)); in convert_move()
379 && SUBREG_PROMOTED_UNSIGNED_P (from) == unsignedp) in convert_move()
406 convert_move (XEXP (to, 0), XEXP (from, 0), unsignedp); in convert_move()
407 convert_move (XEXP (to, 1), XEXP (from, 1), unsignedp); in convert_move()
469 from = convert_to_mode (full_mode, from, unsignedp); in convert_move()
514 if ((code = can_extend_p (to_mode, from_mode, unsignedp)) in convert_move()
528 && ((code = can_extend_p (to_mode, word_mode, unsignedp)) in convert_move()
537 convert_move (gen_lowpart (word_mode, to), from, unsignedp); in convert_move()
558 lowfrom = convert_to_mode (lowpart_mode, from, unsignedp); in convert_move()
564 if (unsignedp) in convert_move()
650 if ((code = can_extend_p (to_mode, from_mode, unsignedp)) in convert_move()
665 if (((can_extend_p (to_mode, intermediate, unsignedp) in convert_move()
670 && (can_extend_p (intermediate, from_mode, unsignedp) in convert_move()
674 unsignedp), unsignedp); in convert_move()
685 to, unsignedp); in convert_move()
687 to, unsignedp); in convert_move()
728 convert_to_mode (enum machine_mode mode, rtx x, int unsignedp) in convert_to_mode() argument
730 return convert_modes (mode, VOIDmode, x, unsignedp); in convert_to_mode()
744 convert_modes (enum machine_mode mode, enum machine_mode oldmode, rtx x, int unsignedp) in convert_modes() argument
753 && SUBREG_PROMOTED_UNSIGNED_P (x) == unsignedp) in convert_modes()
768 if (unsignedp && GET_MODE_CLASS (mode) == MODE_INT in convert_modes()
817 if (! unsignedp in convert_modes()
836 convert_move (temp, x, unsignedp); in convert_modes()
4053 int unsignedp; in expand_assignment() local
4059 &unsignedp, &volatilep, true); in expand_assignment()
4436 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (exp)); in store_expr() local
4442 temp = convert_to_mode (GET_MODE (target), temp, unsignedp); in store_expr()
4451 convert_move (target, temp, unsignedp); in store_expr()
5155 int unsignedp; in store_constructor() local
5161 unsignedp = TYPE_UNSIGNED (elttype); in store_constructor()
5217 unsignedp = TYPE_UNSIGNED (domain); in store_constructor()
5223 &unsignedp, 0)); in store_constructor()
6500 int volatilep, unsignedp; in expand_expr_addr_expr_1() local
6579 &mode1, &unsignedp, &volatilep, false); in expand_expr_addr_expr_1()
6791 int unsignedp; in expand_expr_real_1() local
6806 unsignedp = TYPE_UNSIGNED (type); in expand_expr_real_1()
6980 pmode = promote_mode (type, DECL_MODE (exp), &unsignedp, in expand_expr_real_1()
6987 SUBREG_PROMOTED_UNSIGNED_SET (temp, unsignedp); in expand_expr_real_1()
7443 &mode1, &unsignedp, &volatilep, true); in expand_expr_real_1()
7633 op0 = extract_bit_field (op0, bitsize, bitpos, unsignedp, in expand_expr_real_1()
7699 convert_move (target, op0, unsignedp); in expand_expr_real_1()
7786 if (TYPE_UNSIGNED (TREE_TYPE (TREE_OPERAND (exp, 0))) != unsignedp in expand_expr_real_1()
7814 op0 = gen_rtx_fmt_e (unsignedp ? ZERO_EXTEND : SIGN_EXTEND, mode, op0); in expand_expr_real_1()
7946 || (mode == ptr_mode && (unsignedp || ! flag_trapv))) in expand_expr_real_1()
8196 unsignedp); in expand_expr_real_1()
8200 unsignedp, OPTAB_LIB_WIDEN); in expand_expr_real_1()
8213 return REDUCE_BIT_FIELD (expand_mult (mode, op0, op1, target, unsignedp)); in expand_expr_real_1()
8227 return expand_divmod (0, code, mode, op0, op1, target, unsignedp); in expand_expr_real_1()
8240 return expand_divmod (1, code, mode, op0, op1, target, unsignedp); in expand_expr_real_1()
8251 expand_fix (target, op0, unsignedp); in expand_expr_real_1()
8291 return expand_abs (mode, op0, target, unsignedp, in expand_expr_real_1()
8311 temp = expand_binop (mode, this_optab, op0, op1, target, unsignedp, in expand_expr_real_1()
8340 comparison_code = unsignedp ? GEU : GE; in expand_expr_real_1()
8342 comparison_code = unsignedp ? LEU : LE; in expand_expr_real_1()
8353 comparison_code = unsignedp ? NE : GT; in expand_expr_real_1()
8355 if (op1 == constm1_rtx && !unsignedp) in expand_expr_real_1()
8381 unsignedp); in expand_expr_real_1()
8403 unsignedp, mode, NULL_RTX, NULL_RTX, temp); in expand_expr_real_1()
8455 unsignedp); in expand_expr_real_1()
8511 GET_MODE (temp), unsignedp, op1); in expand_expr_real_1()
8763 target, unsignedp); in expand_expr_real_1()
8778 target, unsignedp); in expand_expr_real_1()
8789 target, unsignedp); in expand_expr_real_1()
8799 temp = expand_unop (mode, this_optab, op0, target, unsignedp); in expand_expr_real_1()
8826 unsignedp, OPTAB_LIB_WIDEN); in expand_expr_real_1()
9044 int unsignedp; in do_store_flag() local
9067 unsignedp = TYPE_UNSIGNED (type); in do_store_flag()
9107 arg1 = integer_zero_node, code = unsignedp ? LEU : LE; in do_store_flag()
9109 code = unsignedp ? LTU : LT; in do_store_flag()
9112 if (! unsignedp && integer_all_onesp (arg1)) in do_store_flag()
9115 code = unsignedp ? LEU : LE; in do_store_flag()
9118 if (! unsignedp && integer_all_onesp (arg1)) in do_store_flag()
9121 code = unsignedp ? GTU : GT; in do_store_flag()
9125 arg1 = integer_zero_node, code = unsignedp ? GTU : GT; in do_store_flag()
9127 code = unsignedp ? GEU : GE; in do_store_flag()
9179 tree type = lang_hooks.types.type_for_mode (mode, unsignedp); in do_store_flag()
9219 operand_mode, unsignedp, 1); in do_store_flag()
9235 result = compare_from_rtx (op0, op1, code, unsignedp, in do_store_flag()