| /dflybsd-src/contrib/gcc-4.7/libcpp/ |
| H A D | expr.c | 643 result.unsignedp = !!(type & CPP_N_UNSIGNED); in cpp_interpret_integer() 709 else if (!result.unsignedp in cpp_interpret_integer() 736 result.unsignedp = true; in cpp_interpret_integer() 771 result.unsignedp = num.unsignedp; in append_digit() 887 result.unsignedp = false; in parse_defined() 903 int unsignedp = 0; in eval_token() local 905 result.unsignedp = false; in eval_token() 941 &temp, &unsignedp); in eval_token() 946 if (!unsignedp && (cppchar_signed_t) cc < 0) in eval_token() 998 result.unsignedp = !!unsignedp; in eval_token() [all …]
|
| H A D | charset.c | 1476 unsigned int *pchars_seen, int *unsignedp) in narrow_str_to_charconst() argument 1535 *unsignedp = unsigned_p; in narrow_str_to_charconst() 1545 unsigned int *pchars_seen, int *unsignedp, in wide_str_to_charconst() argument 1589 *unsignedp = 1; in wide_str_to_charconst() 1591 *unsignedp = 0; in wide_str_to_charconst() 1603 unsigned int *pchars_seen, int *unsignedp) in cpp_interpret_charconst() argument 1619 result = wide_str_to_charconst (pfile, str, pchars_seen, unsignedp, in cpp_interpret_charconst() 1622 result = narrow_str_to_charconst (pfile, str, pchars_seen, unsignedp); in cpp_interpret_charconst()
|
| /dflybsd-src/contrib/gcc-8.0/libcpp/ |
| H A D | expr.c | 849 result.unsignedp = !!(type & CPP_N_UNSIGNED); in cpp_interpret_integer() 917 else if (!result.unsignedp in cpp_interpret_integer() 944 result.unsignedp = true; in cpp_interpret_integer() 979 result.unsignedp = num.unsignedp; in append_digit() 1097 result.unsignedp = false; in parse_defined() 1114 int unsignedp = 0; in eval_token() local 1116 result.unsignedp = false; in eval_token() 1153 &temp, &unsignedp); in eval_token() 1158 if (!unsignedp && (cppchar_signed_t) cc < 0) in eval_token() 1216 result.unsignedp = !!unsignedp; in eval_token() [all …]
|
| H A D | charset.c | 1794 unsigned int *pchars_seen, int *unsignedp) in narrow_str_to_charconst() argument 1853 *unsignedp = unsigned_p; in narrow_str_to_charconst() 1863 unsigned int *pchars_seen, int *unsignedp, in wide_str_to_charconst() argument 1907 *unsignedp = 1; in wide_str_to_charconst() 1909 *unsignedp = 0; in wide_str_to_charconst() 1921 unsigned int *pchars_seen, int *unsignedp) in cpp_interpret_charconst() argument 1933 *unsignedp = 0; in cpp_interpret_charconst() 1940 *unsignedp = 0; in cpp_interpret_charconst() 1945 result = wide_str_to_charconst (pfile, str, pchars_seen, unsignedp, in cpp_interpret_charconst() 1948 result = narrow_str_to_charconst (pfile, str, pchars_seen, unsignedp); in cpp_interpret_charconst()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | optabs.c | 197 int unsignedp, int no_extend) in widen_operand() argument 212 && SUBREG_CHECK_PROMOTED_SIGN (op, unsignedp))) in widen_operand() 213 return convert_modes (mode, oldmode, op, unsignedp); in widen_operand() 251 rtx target, int unsignedp) in expand_widen_pattern_expr() argument 293 create_convert_operand_from (&eops[op++], op0, tmode0, unsignedp); in expand_widen_pattern_expr() 295 create_convert_operand_from (&eops[op++], op1, tmode1, unsignedp); in expand_widen_pattern_expr() 297 create_convert_operand_from (&eops[op++], wide_op, wmode, unsignedp); in expand_widen_pattern_expr() 315 rtx op1, rtx op2, rtx target, int unsignedp) in expand_ternary_op() argument 323 create_convert_operand_from (&ops[1], op0, mode, unsignedp); in expand_ternary_op() 324 create_convert_operand_from (&ops[2], op1, mode, unsignedp); in expand_ternary_op() [all …]
|
| H A D | expmed.c | 1469 machine_mode tmode, bool unsignedp) in convert_extracted_bit_field() argument 1480 x = convert_to_mode (int_mode, x, unsignedp); in convert_extracted_bit_field() 1485 return convert_to_mode (tmode, x, unsignedp); in convert_extracted_bit_field() 1499 int unsignedp, rtx target, in extract_bit_field_using_extv() argument 1568 return convert_extracted_bit_field (target, mode, tmode, unsignedp); in extract_bit_field_using_extv() 1597 int unsignedp, rtx target, machine_mode mode, in extract_bit_field_1() argument 1797 return convert_extracted_bit_field (sub, mode, tmode, unsignedp); in extract_bit_field_1() 1808 return convert_extracted_bit_field (op0, mode, tmode, unsignedp); in extract_bit_field_1() 1828 bitnum.to_constant (), unsignedp, in extract_bit_field_1() 1840 unsigned HOST_WIDE_INT bitnum, int unsignedp, in extract_integral_bit_field() argument [all …]
|
| H A D | langhooks.c | 490 lhd_type_for_size (unsigned precision, int unsignedp) in lhd_type_for_size() argument 495 return unsignedp ? unsigned_type_node : integer_type_node; in lhd_type_for_size() 498 return unsignedp ? unsigned_char_type_node : signed_char_type_node; in lhd_type_for_size() 501 return unsignedp ? short_unsigned_type_node : short_integer_type_node; in lhd_type_for_size() 504 return unsignedp ? long_unsigned_type_node : long_integer_type_node; in lhd_type_for_size() 507 return unsignedp in lhd_type_for_size() 514 return (unsignedp ? int_n_trees[i].unsigned_type in lhd_type_for_size() 518 return unsignedp ? unsigned_intQI_type_node : intQI_type_node; in lhd_type_for_size() 521 return unsignedp ? unsigned_intHI_type_node : intHI_type_node; in lhd_type_for_size() 524 return unsignedp ? unsigned_intSI_type_node : intSI_type_node; in lhd_type_for_size() [all …]
|
| H A D | gimple.c | 2301 gimple_signed_or_unsigned_type (bool unsignedp, tree type) in gimple_signed_or_unsigned_type() argument 2310 return unsignedp ? unsigned_char_type_node : signed_char_type_node; in gimple_signed_or_unsigned_type() 2312 return unsignedp ? unsigned_type_node : integer_type_node; in gimple_signed_or_unsigned_type() 2314 return unsignedp ? short_unsigned_type_node : short_integer_type_node; in gimple_signed_or_unsigned_type() 2316 return unsignedp ? long_unsigned_type_node : long_integer_type_node; in gimple_signed_or_unsigned_type() 2319 return unsignedp in gimple_signed_or_unsigned_type() 2327 return unsignedp in gimple_signed_or_unsigned_type() 2333 return unsignedp ? unsigned_intTI_type_node : intTI_type_node; in gimple_signed_or_unsigned_type() 2336 return unsignedp ? unsigned_intDI_type_node : intDI_type_node; in gimple_signed_or_unsigned_type() 2338 return unsignedp ? unsigned_intSI_type_node : intSI_type_node; in gimple_signed_or_unsigned_type() [all …]
|
| H A D | dojump.c | 669 do_jump_by_parts_greater_rtx (scalar_int_mode mode, int unsignedp, rtx op0, in do_jump_by_parts_greater_rtx() argument 722 do_compare_rtx_and_jump (op0_word, op1_word, code, (unsignedp || i > 0), in do_jump_by_parts_greater_rtx() 731 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, word_mode, in do_jump_by_parts_greater_rtx() 755 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (treeop0)); in do_jump_by_parts_greater() local 757 do_jump_by_parts_greater_rtx (mode, unsignedp, op0, op1, if_false_label, in do_jump_by_parts_greater() 956 do_compare_rtx_and_jump (rtx op0, rtx op1, enum rtx_code code, int unsignedp, in do_compare_rtx_and_jump() argument 1002 code = unsignedp ? unsigned_condition (code) : code; in do_compare_rtx_and_jump() 1020 unsignedp = (code == GTU || code == LTU || code == GEU || code == LEU); in do_compare_rtx_and_jump() 1151 do_compare_rtx_and_jump (op0, op1, first_code, unsignedp, mode, in do_compare_rtx_and_jump() 1157 do_compare_rtx_and_jump (op0, op1, first_code, unsignedp, mode, in do_compare_rtx_and_jump() [all …]
|
| H A D | optabs-query.c | 277 int unsignedp) in can_extend_p() argument 279 if (unsignedp < 0 && targetm.have_ptr_extend ()) in can_extend_p() 282 convert_optab tab = unsignedp ? zext_optab : sext_optab; in can_extend_p() 292 int unsignedp) in can_float_p() argument 294 convert_optab tab = unsignedp ? ufloat_optab : sfloat_optab; in can_float_p() 307 int unsignedp, bool *truncp_ptr) in can_fix_p() argument 312 tab = unsignedp ? ufixtrunc_optab : sfixtrunc_optab; in can_fix_p() 323 tab = unsignedp ? ufix_optab : sfix_optab; in can_fix_p()
|
| H A D | expr.c | 212 convert_move (rtx to, rtx from, int unsignedp) in convert_move() argument 235 && SUBREG_CHECK_PROMOTED_SIGN (from, unsignedp)) in convert_move() 263 convert_move (XEXP (to, 0), XEXP (from, 0), unsignedp); in convert_move() 264 convert_move (XEXP (to, 1), XEXP (from, 1), unsignedp); in convert_move() 268 convert_mode_scalar (to, from, unsignedp); in convert_move() 274 convert_mode_scalar (rtx to, rtx from, int unsignedp) in convert_mode_scalar() argument 287 enum rtx_code equiv_code = (unsignedp < 0 ? UNKNOWN in convert_mode_scalar() 288 : (unsignedp ? ZERO_EXTEND : SIGN_EXTEND)); in convert_mode_scalar() 344 else if (unsignedp) in convert_mode_scalar() 369 from = convert_to_mode (full_mode, from, unsignedp); in convert_mode_scalar() [all …]
|
| H A D | gimple-laddress.c | 106 int volatilep = 0, reversep, unsignedp = 0; in execute() local 108 &bitpos, &offset, &mode, &unsignedp, in execute()
|
| H A D | explow.c | 803 int unsignedp; in promote_mode() local 818 unsignedp = *punsignedp; in promote_mode() 826 PROMOTE_MODE (smode, unsignedp, type); in promote_mode() 827 *punsignedp = unsignedp; in promote_mode() 855 int unsignedp = TYPE_UNSIGNED (type); in promote_decl_mode() local 860 pmode = promote_function_mode (type, mode, &unsignedp, in promote_decl_mode() 863 pmode = promote_function_mode (type, mode, &unsignedp, in promote_decl_mode() 866 pmode = promote_mode (type, mode, &unsignedp); in promote_decl_mode() 869 *punsignedp = unsignedp; in promote_decl_mode() 895 int unsignedp = TYPE_UNSIGNED (type); in promote_ssa_mode() local [all …]
|
| H A D | optabs.h | 172 int unsignedp); 174 rtx op0, rtx op1, rtx target, int unsignedp, 354 extern enum rtx_code get_rtx_code (enum tree_code tcode, bool unsignedp);
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | optabs.c | 316 int unsignedp, int no_extend) in widen_operand() argument 329 && SUBREG_PROMOTED_UNSIGNED_P (op) == unsignedp)) in widen_operand() 330 return convert_modes (mode, oldmode, op, unsignedp); in widen_operand() 578 rtx target, int unsignedp) in expand_widen_pattern_expr() argument 620 create_convert_operand_from (&eops[op++], op0, tmode0, unsignedp); in expand_widen_pattern_expr() 622 create_convert_operand_from (&eops[op++], op1, tmode1, unsignedp); in expand_widen_pattern_expr() 624 create_convert_operand_from (&eops[op++], wide_op, wmode, unsignedp); in expand_widen_pattern_expr() 642 rtx op1, rtx op2, rtx target, int unsignedp) in expand_ternary_op() argument 650 create_convert_operand_from (&ops[1], op0, mode, unsignedp); in expand_ternary_op() 651 create_convert_operand_from (&ops[2], op1, mode, unsignedp); in expand_ternary_op() [all …]
|
| H A D | expmed.c | 1203 enum machine_mode tmode, bool unsignedp) in convert_extracted_bit_field() argument 1216 x = convert_to_mode (smode, x, unsignedp); in convert_extracted_bit_field() 1221 return convert_to_mode (tmode, x, unsignedp); in convert_extracted_bit_field() 1232 int unsignedp, bool packedp, rtx target, in extract_bit_field_1() argument 1439 return convert_to_mode (tmode, op0, unsignedp); in extract_bit_field_1() 1489 if (unsignedp) in extract_bit_field_1() 1544 ext_mode = mode_for_extraction (unsignedp ? EP_extzv : EP_extv, 0); in extract_bit_field_1() 1612 if (maybe_expand_insn (unsignedp ? CODE_FOR_extzv : CODE_FOR_extv, in extract_bit_field_1() 1620 return convert_extracted_bit_field (xtarget, mode, tmode, unsignedp); in extract_bit_field_1() 1670 unsignedp, packedp, target, in extract_bit_field_1() [all …]
|
| H A D | stmt.c | 1617 int unsignedp = TYPE_UNSIGNED (type); in expand_value_return() local 1621 mode = promote_function_mode (type, old_mode, &unsignedp, funtype, 2); in expand_value_return() 1623 mode = promote_function_mode (type, old_mode, &unsignedp, funtype, 1); in expand_value_return() 1626 val = convert_modes (mode, old_mode, val, unsignedp); in expand_value_return() 2214 int unsignedp = TYPE_UNSIGNED (index_type); in expand_case() local 2376 index = convert_to_mode (wider_mode, index, unsignedp); in expand_case() 2492 int unsignedp) in do_jump_if_equal() argument 2494 do_compare_rtx_and_jump (op0, op1, EQ, unsignedp, mode, in do_jump_if_equal() 2834 int unsignedp = TYPE_UNSIGNED (index_type); in emit_case_nodes() local 2855 unsignedp), in emit_case_nodes() [all …]
|
| H A D | dojump.c | 453 int unsignedp; in do_jump() local 462 &unsignedp, &volatilep, false); in do_jump() 464 type = lang_hooks.types.type_for_size (bitsize, unsignedp); in do_jump() 638 do_jump_by_parts_greater_rtx (enum machine_mode mode, int unsignedp, rtx op0, in do_jump_by_parts_greater_rtx() argument 689 do_compare_rtx_and_jump (op0_word, op1_word, code, (unsignedp || i > 0), in do_jump_by_parts_greater_rtx() 698 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, word_mode, in do_jump_by_parts_greater_rtx() 720 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (treeop0)); in do_jump_by_parts_greater() local 722 do_jump_by_parts_greater_rtx (mode, unsignedp, op0, op1, if_false_label, in do_jump_by_parts_greater() 915 do_compare_rtx_and_jump (rtx op0, rtx op1, enum rtx_code code, int unsignedp, in do_compare_rtx_and_jump() argument 964 code = unsignedp ? unsigned_condition (code) : code; in do_compare_rtx_and_jump() [all …]
|
| H A D | expr.c | 311 convert_move (rtx to, rtx from, int unsignedp) in convert_move() argument 321 enum rtx_code equiv_code = (unsignedp < 0 ? UNKNOWN in convert_move() 322 : (unsignedp ? ZERO_EXTEND : SIGN_EXTEND)); in convert_move() 341 && SUBREG_PROMOTED_UNSIGNED_P (from) == unsignedp) in convert_move() 368 convert_move (XEXP (to, 0), XEXP (from, 0), unsignedp); in convert_move() 369 convert_move (XEXP (to, 1), XEXP (from, 1), unsignedp); in convert_move() 431 from = convert_to_mode (full_mode, from, unsignedp); in convert_move() 493 if ((code = can_extend_p (to_mode, from_mode, unsignedp)) in convert_move() 507 && ((code = can_extend_p (to_mode, word_mode, unsignedp)) in convert_move() 517 convert_move (word_to, from, unsignedp); in convert_move() [all …]
|
| H A D | gimple.c | 4849 gimple_signed_or_unsigned_type (bool unsignedp, tree type) in gimple_signed_or_unsigned_type() argument 4857 return unsignedp ? unsigned_char_type_node : signed_char_type_node; in gimple_signed_or_unsigned_type() 4859 return unsignedp ? unsigned_type_node : integer_type_node; in gimple_signed_or_unsigned_type() 4861 return unsignedp ? short_unsigned_type_node : short_integer_type_node; in gimple_signed_or_unsigned_type() 4863 return unsignedp ? long_unsigned_type_node : long_integer_type_node; in gimple_signed_or_unsigned_type() 4866 return unsignedp in gimple_signed_or_unsigned_type() 4870 return unsignedp in gimple_signed_or_unsigned_type() 4875 return unsignedp ? unsigned_intTI_type_node : intTI_type_node; in gimple_signed_or_unsigned_type() 4878 return unsignedp ? unsigned_intDI_type_node : intDI_type_node; in gimple_signed_or_unsigned_type() 4880 return unsignedp ? unsigned_intSI_type_node : intSI_type_node; in gimple_signed_or_unsigned_type() [all …]
|
| H A D | cfgexpand.c | 2216 int unsignedp = SUBREG_PROMOTED_UNSIGNED_P (target); in expand_gimple_stmt_1() local 2223 temp, unsignedp); in expand_gimple_stmt_1() 2225 GET_MODE (target), temp, unsignedp); in expand_gimple_stmt_1() 2228 convert_move (SUBREG_REG (target), temp, unsignedp); in expand_gimple_stmt_1() 2621 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (exp)); in expand_debug_expr() local 2806 if (unsignedp) in expand_debug_expr() 2818 : unsignedp) in expand_debug_expr() 2917 &mode1, &unsignedp, &volatilep, false); in expand_debug_expr() 3045 return simplify_gen_unary (unsignedp ? UNSIGNED_FIX : FIX, mode, op0, in expand_debug_expr() 3079 if (unsignedp) in expand_debug_expr() [all …]
|
| H A D | explow.c | 813 int unsignedp; in promote_mode() local 827 unsignedp = *punsignedp; in promote_mode() 833 PROMOTE_MODE (mode, unsignedp, type); in promote_mode() 834 *punsignedp = unsignedp; in promote_mode() 864 int unsignedp = TYPE_UNSIGNED (type); in promote_decl_mode() local 870 pmode = promote_function_mode (type, mode, &unsignedp, in promote_decl_mode() 873 pmode = promote_mode (type, mode, &unsignedp); in promote_decl_mode() 876 *punsignedp = unsignedp; in promote_decl_mode()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
| H A D | c-common.c | 2085 c_common_type_for_size (unsigned int bits, int unsignedp) in c_common_type_for_size() argument 2090 return unsignedp ? unsigned_type_node : integer_type_node; in c_common_type_for_size() 2093 return unsignedp ? unsigned_char_type_node : signed_char_type_node; in c_common_type_for_size() 2096 return unsignedp ? short_unsigned_type_node : short_integer_type_node; in c_common_type_for_size() 2099 return unsignedp ? long_unsigned_type_node : long_integer_type_node; in c_common_type_for_size() 2102 return (unsignedp ? long_long_unsigned_type_node in c_common_type_for_size() 2108 return (unsignedp ? int_n_trees[i].unsigned_type in c_common_type_for_size() 2112 return (unsignedp ? widest_unsigned_literal_type_node in c_common_type_for_size() 2116 return unsignedp ? unsigned_intQI_type_node : intQI_type_node; in c_common_type_for_size() 2119 return unsignedp ? unsigned_intHI_type_node : intHI_type_node; in c_common_type_for_size() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
| H A D | c-common.c | 2819 c_common_type_for_size (unsigned int bits, int unsignedp) in c_common_type_for_size() argument 2822 return unsignedp ? unsigned_type_node : integer_type_node; in c_common_type_for_size() 2825 return unsignedp ? unsigned_char_type_node : signed_char_type_node; in c_common_type_for_size() 2828 return unsignedp ? short_unsigned_type_node : short_integer_type_node; in c_common_type_for_size() 2831 return unsignedp ? long_unsigned_type_node : long_integer_type_node; in c_common_type_for_size() 2834 return (unsignedp ? long_long_unsigned_type_node in c_common_type_for_size() 2839 return (unsignedp ? int128_unsigned_type_node in c_common_type_for_size() 2843 return (unsignedp ? widest_unsigned_literal_type_node in c_common_type_for_size() 2847 return unsignedp ? unsigned_intQI_type_node : intQI_type_node; in c_common_type_for_size() 2850 return unsignedp ? unsigned_intHI_type_node : intHI_type_node; in c_common_type_for_size() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/lto/ |
| H A D | lto-lang.c | 524 builtin_type_for_size (int size, bool unsignedp) in builtin_type_for_size() argument 526 tree type = lang_hooks.types.type_for_size (size, unsignedp); in builtin_type_for_size() 756 lto_type_for_size (unsigned precision, int unsignedp) in lto_type_for_size() argument 759 return unsignedp ? unsigned_type_node : integer_type_node; in lto_type_for_size() 762 return unsignedp ? unsigned_char_type_node : signed_char_type_node; in lto_type_for_size() 765 return unsignedp ? short_unsigned_type_node : short_integer_type_node; in lto_type_for_size() 768 return unsignedp ? long_unsigned_type_node : long_integer_type_node; in lto_type_for_size() 771 return unsignedp in lto_type_for_size() 776 return unsignedp ? unsigned_intQI_type_node : intQI_type_node; in lto_type_for_size() 779 return unsignedp ? unsigned_intHI_type_node : intHI_type_node; in lto_type_for_size() [all …]
|