Searched refs:unsignedp (Results 1 - 25 of 171) sorted by relevance

1234567

/netbsd-current/external/gpl3/gcc.old/dist/gcc/brig/
H A Dbrig-c.h46 extern tree brig_type_for_size (unsigned int bits, int unsignedp);
47 extern tree brig_type_for_mode (machine_mode, int unsignedp);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Ddummy-frontend.c167 jit_langhook_type_for_mode (machine_mode mode, int unsignedp) argument
174 inner = jit_langhook_type_for_mode (GET_MODE_INNER (mode), unsignedp);
187 return unsignedp ? unsigned_intQI_type_node : intQI_type_node;
189 return unsignedp ? unsigned_intHI_type_node : intHI_type_node;
191 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
193 return unsignedp ? unsigned_intDI_type_node : intDI_type_node;
195 return unsignedp ? unsigned_intTI_type_node : intTI_type_node;
198 return unsignedp ? unsigned_type_node : integer_type_node;
201 return unsignedp ? long_unsigned_type_node : long_integer_type_node;
204 return unsignedp
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dexpr.c854 result.unsignedp = !!(type & CPP_N_UNSIGNED);
922 else if (!result.unsignedp
949 result.unsignedp = true;
984 result.unsignedp = num.unsignedp;
1086 result.unsignedp = false;
1102 int unsignedp = 0; local
1104 result.unsignedp = false;
1141 &temp, &unsignedp);
1146 if (!unsignedp
1724 bool unsignedp; local
2043 bool unsignedp = lhs.unsignedp || rhs.unsignedp; local
2097 bool unsignedp = lhs.unsignedp || rhs.unsignedp; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dexpr.cc877 result.unsignedp = !!(type & CPP_N_UNSIGNED);
945 else if (!result.unsignedp
972 result.unsignedp = true;
1007 result.unsignedp = num.unsignedp;
1112 result.unsignedp = false;
1128 int unsignedp = 0; local
1130 result.unsignedp = false;
1167 &temp, &unsignedp);
1172 if (!unsignedp
1750 bool unsignedp; local
2069 bool unsignedp = lhs.unsignedp || rhs.unsignedp; local
2123 bool unsignedp = lhs.unsignedp || rhs.unsignedp; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doptabs.cc204 int unsignedp, int no_extend)
219 && SUBREG_CHECK_PROMOTED_SIGN (op, unsignedp)))
220 return convert_modes (mode, oldmode, op, unsignedp);
259 rtx target, int unsignedp)
353 create_convert_operand_from (&eops[op++], op0, tmode0, unsignedp);
355 create_convert_operand_from (&eops[op++], op1, tmode1, unsignedp);
357 create_convert_operand_from (&eops[op++], wide_op, wmode, unsignedp);
375 rtx op1, rtx op2, rtx target, int unsignedp)
383 create_convert_operand_from (&ops[1], op0, mode, unsignedp);
384 create_convert_operand_from (&ops[2], op1, mode, unsignedp);
200 widen_operand(rtx op, machine_mode mode, machine_mode oldmode, int unsignedp, int no_extend) argument
254 expand_widen_pattern_expr(sepops ops, rtx op0, rtx op1, rtx wide_op, rtx target, int unsignedp) argument
370 expand_ternary_op(machine_mode mode, optab ternary_optab, rtx op0, rtx op1, rtx op2, rtx target, int unsignedp) argument
392 simplify_expand_binop(machine_mode mode, optab binoptab, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods) argument
411 force_expand_binop(machine_mode mode, optab binoptab, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods) argument
476 expand_superword_shift(optab binoptab, rtx outof_input, rtx superword_op1, rtx outof_target, rtx into_target, int unsignedp, enum optab_methods methods) argument
506 expand_subword_shift(scalar_int_mode op1_mode, optab binoptab, rtx outof_input, rtx into_input, rtx op1, rtx outof_target, rtx into_target, int unsignedp, enum optab_methods methods, unsigned HOST_WIDE_INT shift_mask) argument
589 expand_doubleword_shift_condmove(scalar_int_mode op1_mode, optab binoptab, enum rtx_code cmp_code, rtx cmp1, rtx cmp2, rtx outof_input, rtx into_input, rtx subword_op1, rtx superword_op1, rtx outof_target, rtx into_target, int unsignedp, enum optab_methods methods, unsigned HOST_WIDE_INT shift_mask) argument
673 expand_doubleword_shift(scalar_int_mode op1_mode, optab binoptab, rtx outof_input, rtx into_input, rtx op1, rtx outof_target, rtx into_target, int unsignedp, enum optab_methods methods, unsigned HOST_WIDE_INT shift_mask) argument
975 expand_doubleword_mod(machine_mode mode, rtx op0, rtx op1, bool unsignedp) argument
1170 expand_doubleword_divmod(machine_mode mode, rtx op0, rtx op1, rtx *rem, bool unsignedp) argument
1254 expand_simple_binop(machine_mode mode, enum rtx_code code, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods) argument
1326 avoid_expensive_constant(machine_mode mode, optab binoptab, int opn, rtx x, bool unsignedp) argument
1354 expand_binop_directly(enum insn_code icode, machine_mode mode, optab binoptab, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods, rtx_insn *last) argument
1477 expand_binop(machine_mode mode, optab binoptab, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods) argument
2308 sign_expand_binop(machine_mode mode, optab uoptab, optab soptab, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods) argument
2368 expand_twoval_unop(optab unoptab, rtx op0, rtx targ0, rtx targ1, int unsignedp) argument
2440 expand_twoval_binop(optab binoptab, rtx op0, rtx op1, rtx targ0, rtx targ1, int unsignedp) argument
2562 expand_simple_unop(machine_mode mode, enum rtx_code code, rtx op0, rtx target, int unsignedp) argument
3173 expand_unop_direct(machine_mode mode, optab unoptab, rtx op0, rtx target, int unsignedp) argument
3217 expand_unop(machine_mode mode, optab unoptab, rtx op0, rtx target, int unsignedp) argument
4382 prepare_cmp_insn(rtx x, rtx y, enum rtx_code comparison, rtx size, int unsignedp, enum optab_methods methods, rtx *ptest, machine_mode *pmode) argument
4600 prepare_operand(enum insn_code icode, rtx x, int opnum, machine_mode mode, machine_mode wider_mode, int unsignedp) argument
4668 emit_cmp_and_jump_insns(rtx x, rtx y, enum rtx_code comparison, rtx size, machine_mode mode, int unsignedp, rtx label, profile_probability prob) argument
4861 emit_conditional_move(rtx target, struct rtx_comparison comp, rtx op2, rtx op3, machine_mode mode, int unsignedp) argument
4943 GET_CODE (comparison), NULL_RTX, unsignedp, local
5109 emit_conditional_add(rtx target, enum rtx_code code, rtx op0, rtx op1, machine_mode cmode, rtx op2, rtx op3, machine_mode mode, int unsignedp) argument
5160 GET_CODE (comparison), NULL_RTX, unsignedp, OPTAB_WIDEN, local
5328 gen_extend_insn(rtx x, rtx y, machine_mode mto, machine_mode mfrom, int unsignedp) argument
5342 expand_float(rtx to, rtx from, int unsignedp) argument
5548 expand_fix(rtx to, rtx from, int unsignedp) argument
5958 get_rtx_code_1(enum tree_code tcode, bool unsignedp) argument
6026 get_rtx_code(enum tree_code tcode, bool unsignedp) argument
6039 vector_compare_rtx(machine_mode cmp_mode, enum tree_code tcode, tree t_op0, tree t_op1, bool unsignedp, enum insn_code icode, unsigned int opno) argument
6438 bool unsignedp; local
[all...]
H A Dgimple-laddress.cc106 int volatilep = 0, reversep, unsignedp = 0; local
108 &bitpos, &offset, &mode, &unsignedp,
H A Dgimple-isel.cc125 bool unsignedp; local
247 unsignedp = TYPE_UNSIGNED (TREE_TYPE (op0a));
252 icode = get_vcond_icode (mode, cmp_op_mode, unsignedp);
258 && ((icode = get_vcond_icode (mode, cmp_op_mode, !unsignedp))
260 unsignedp = !unsignedp;
289 return gimple_build_call_internal (unsignedp ? IFN_VCONDU : IFN_VCOND,
H A Dlanghooks.cc543 lhd_type_for_size (unsigned precision, int unsignedp) argument
548 return unsignedp ? unsigned_type_node : integer_type_node;
551 return unsignedp ? unsigned_char_type_node : signed_char_type_node;
554 return unsignedp ? short_unsigned_type_node : short_integer_type_node;
557 return unsignedp ? long_unsigned_type_node : long_integer_type_node;
560 return unsignedp
567 return (unsignedp ? int_n_trees[i].unsigned_type
571 return unsignedp ? unsigned_intQI_type_node : intQI_type_node;
574 return unsignedp ? unsigned_intHI_type_node : intHI_type_node;
577 return unsignedp
[all...]
H A Dexpmed.cc1506 machine_mode tmode, bool unsignedp)
1517 x = convert_to_mode (int_mode, x, unsignedp);
1522 return convert_to_mode (tmode, x, unsignedp);
1536 int unsignedp, rtx target,
1607 return convert_extracted_bit_field (target, mode, tmode, unsignedp);
1638 int unsignedp, rtx target, machine_mode mode,
1839 return convert_extracted_bit_field (sub, mode, tmode, unsignedp);
1850 return convert_extracted_bit_field (op0, mode, tmode, unsignedp);
1870 bitnum.to_constant (), unsignedp,
1882 unsigned HOST_WIDE_INT bitnum, int unsignedp,
1501 convert_extracted_bit_field(rtx x, machine_mode mode, machine_mode tmode, bool unsignedp) argument
1528 extract_bit_field_using_extv(const extraction_insn *extv, rtx op0, opt_scalar_int_mode op0_mode, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, int unsignedp, rtx target, machine_mode mode, machine_mode tmode) argument
1633 extract_bit_field_1(rtx str_rtx, poly_uint64 bitsize, poly_uint64 bitnum, int unsignedp, rtx target, machine_mode mode, machine_mode tmode, bool reverse, bool fallback_p, rtx *alt_rtl) argument
1876 extract_integral_bit_field(rtx op0, opt_scalar_int_mode op0_mode, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, int unsignedp, rtx target, machine_mode mode, machine_mode tmode, bool reverse, bool fallback_p) argument
2097 extract_bit_field(rtx str_rtx, poly_uint64 bitsize, poly_uint64 bitnum, int unsignedp, rtx target, machine_mode mode, machine_mode tmode, bool reverse, rtx *alt_rtl) argument
2157 extract_fixed_bit_field(machine_mode tmode, rtx op0, opt_scalar_int_mode op0_mode, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, rtx target, int unsignedp, bool reverse) argument
2187 extract_fixed_bit_field_1(machine_mode tmode, rtx op0, scalar_int_mode mode, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, rtx target, int unsignedp, bool reverse) argument
2286 extract_split_bit_field(rtx op0, opt_scalar_int_mode op0_mode, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitpos, int unsignedp, bool reverse) argument
2483 expand_shift_1(enum tree_code code, machine_mode mode, rtx shifted, rtx amount, rtx target, int unsignedp, bool may_fail = false) argument
2692 expand_shift(enum tree_code code, machine_mode mode, rtx shifted, poly_int64 amount, rtx target, int unsignedp) argument
2703 maybe_expand_shift(enum tree_code code, machine_mode mode, rtx shifted, int amount, rtx target, int unsignedp) argument
2718 expand_variable_shift(enum tree_code code, machine_mode mode, rtx shifted, tree amount, rtx target, int unsignedp) argument
3451 expand_mult(machine_mode mode, rtx op0, rtx op1, rtx target, int unsignedp, bool no_libcall) argument
3631 expand_widening_mult(machine_mode mode, rtx op0, rtx op1, rtx target, int unsignedp, optab this_optab) argument
3787 expand_mult_highpart_adjust(scalar_int_mode mode, rtx adj_operand, rtx op0, rtx op1, rtx target, int unsignedp) argument
3828 expmed_mult_highpart_optab(scalar_int_mode mode, rtx op0, rtx op1, rtx target, int unsignedp, int max_cost) argument
3941 expmed_mult_highpart(scalar_int_mode mode, rtx op0, rtx op1, rtx target, int unsignedp, int max_cost) argument
4218 expand_divmod(int rem_flag, enum tree_code code, machine_mode mode, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods) argument
5488 emit_cstore(rtx target, enum insn_code icode, enum rtx_code code, machine_mode mode, machine_mode compare_mode, int unsignedp, rtx x, rtx y, int normalizep, machine_mode target_mode) argument
5541 bool unsignedp = (STORE_FLAG_VALUE >= 0); local
5596 emit_store_flag_1(rtx target, enum rtx_code code, rtx op0, rtx op1, machine_mode mode, int unsignedp, int normalizep, machine_mode target_mode) argument
5794 emit_store_flag_int(rtx target, rtx subtarget, enum rtx_code code, rtx op0, rtx op1, scalar_int_mode mode, int unsignedp, int normalizep, rtx trueval) argument
6014 emit_store_flag(rtx target, enum rtx_code code, rtx op0, rtx op1, machine_mode mode, int unsignedp, int normalizep) argument
6162 emit_store_flag_force(rtx target, enum rtx_code code, rtx op0, rtx op1, machine_mode mode, int unsignedp, int normalizep) argument
6354 int unsignedp = (op == LTU || op == LEU || op == GTU || op == GEU); local
[all...]
H A Doptabs.h178 int unsignedp);
180 rtx op0, rtx op1, rtx target, int unsignedp,
376 extern enum rtx_code get_rtx_code_1 (enum tree_code tcode, bool unsignedp);
377 extern enum rtx_code get_rtx_code (enum tree_code tcode, bool unsignedp);
379 tree t_op0, tree t_op1, bool unsignedp,
H A Ddojump.cc642 do_jump_by_parts_greater_rtx (scalar_int_mode mode, int unsignedp, rtx op0,
693 do_compare_rtx_and_jump (op0_word, op1_word, code, (unsignedp || i > 0),
702 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, word_mode,
726 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (treeop0));
728 do_jump_by_parts_greater_rtx (mode, unsignedp, op0, op1, if_false_label,
966 do_compare_rtx_and_jump (rtx op0, rtx op1, enum rtx_code code, int unsignedp,
1012 code = unsignedp ? unsigned_condition (code) : code;
1030 unsignedp = (code == GTU || code == LTU || code == GEU || code == LEU);
1186 do_compare_rtx_and_jump (op0, op1, first_code, unsignedp, mode,
1201 do_compare_rtx_and_jump (op0, op1, first_code, unsignedp, mod
640 do_jump_by_parts_greater_rtx(scalar_int_mode mode, int unsignedp, rtx op0, rtx op1, rtx_code_label *if_false_label, rtx_code_label *if_true_label, profile_probability prob) argument
724 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (treeop0)); local
962 do_compare_rtx_and_jump(rtx op0, rtx op1, enum rtx_code code, int unsignedp, machine_mode mode, rtx size, rtx_code_label *if_false_label, rtx_code_label *if_true_label, profile_probability prob) argument
1249 int unsignedp; local
[all...]
H A Dgimple.cc2520 gimple_signed_or_unsigned_type (bool unsignedp, tree type)
2529 return unsignedp ? unsigned_char_type_node : signed_char_type_node;
2531 return unsignedp ? unsigned_type_node : integer_type_node;
2533 return unsignedp ? short_unsigned_type_node : short_integer_type_node;
2535 return unsignedp ? long_unsigned_type_node : long_integer_type_node;
2538 return unsignedp
2546 return unsignedp
2552 return unsignedp ? unsigned_intTI_type_node : intTI_type_node;
2555 return unsignedp ? unsigned_intDI_type_node : intDI_type_node;
2557 return unsignedp
[all...]
H A Doptabs-query.cc277 int unsignedp)
279 if (unsignedp < 0 && targetm.have_ptr_extend ())
282 convert_optab tab = unsignedp ? zext_optab : sext_optab;
292 int unsignedp)
294 convert_optab tab = unsignedp ? ufloat_optab : sfloat_optab;
307 int unsignedp, bool *truncp_ptr)
312 tab = unsignedp ? ufixtrunc_optab : sfixtrunc_optab;
323 tab = unsignedp ? ufix_optab : sfix_optab;
276 can_extend_p(machine_mode to_mode, machine_mode from_mode, int unsignedp) argument
291 can_float_p(machine_mode fltmode, machine_mode fixmode, int unsignedp) argument
306 can_fix_p(machine_mode fixmode, machine_mode fltmode, int unsignedp, bool *truncp_ptr) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.c200 int unsignedp, int no_extend)
215 && SUBREG_CHECK_PROMOTED_SIGN (op, unsignedp)))
216 return convert_modes (mode, oldmode, op, unsignedp);
255 rtx target, int unsignedp)
327 create_convert_operand_from (&eops[op++], op0, tmode0, unsignedp);
329 create_convert_operand_from (&eops[op++], op1, tmode1, unsignedp);
331 create_convert_operand_from (&eops[op++], wide_op, wmode, unsignedp);
349 rtx op1, rtx op2, rtx target, int unsignedp)
357 create_convert_operand_from (&ops[1], op0, mode, unsignedp);
358 create_convert_operand_from (&ops[2], op1, mode, unsignedp);
196 widen_operand(rtx op, machine_mode mode, machine_mode oldmode, int unsignedp, int no_extend) argument
250 expand_widen_pattern_expr(sepops ops, rtx op0, rtx op1, rtx wide_op, rtx target, int unsignedp) argument
344 expand_ternary_op(machine_mode mode, optab ternary_optab, rtx op0, rtx op1, rtx op2, rtx target, int unsignedp) argument
366 simplify_expand_binop(machine_mode mode, optab binoptab, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods) argument
385 force_expand_binop(machine_mode mode, optab binoptab, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods) argument
450 expand_superword_shift(optab binoptab, rtx outof_input, rtx superword_op1, rtx outof_target, rtx into_target, int unsignedp, enum optab_methods methods) argument
480 expand_subword_shift(scalar_int_mode op1_mode, optab binoptab, rtx outof_input, rtx into_input, rtx op1, rtx outof_target, rtx into_target, int unsignedp, enum optab_methods methods, unsigned HOST_WIDE_INT shift_mask) argument
563 expand_doubleword_shift_condmove(scalar_int_mode op1_mode, optab binoptab, enum rtx_code cmp_code, rtx cmp1, rtx cmp2, rtx outof_input, rtx into_input, rtx subword_op1, rtx superword_op1, rtx outof_target, rtx into_target, int unsignedp, enum optab_methods methods, unsigned HOST_WIDE_INT shift_mask) argument
646 expand_doubleword_shift(scalar_int_mode op1_mode, optab binoptab, rtx outof_input, rtx into_input, rtx op1, rtx outof_target, rtx into_target, int unsignedp, enum optab_methods methods, unsigned HOST_WIDE_INT shift_mask) argument
934 expand_simple_binop(machine_mode mode, enum rtx_code code, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods) argument
1006 avoid_expensive_constant(machine_mode mode, optab binoptab, int opn, rtx x, bool unsignedp) argument
1034 expand_binop_directly(enum insn_code icode, machine_mode mode, optab binoptab, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods, rtx_insn *last) argument
1157 expand_binop(machine_mode mode, optab binoptab, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods) argument
1940 sign_expand_binop(machine_mode mode, optab uoptab, optab soptab, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods) argument
2000 expand_twoval_unop(optab unoptab, rtx op0, rtx targ0, rtx targ1, int unsignedp) argument
2072 expand_twoval_binop(optab binoptab, rtx op0, rtx op1, rtx targ0, rtx targ1, int unsignedp) argument
2194 expand_simple_unop(machine_mode mode, enum rtx_code code, rtx op0, rtx target, int unsignedp) argument
2729 expand_unop_direct(machine_mode mode, optab unoptab, rtx op0, rtx target, int unsignedp) argument
2773 expand_unop(machine_mode mode, optab unoptab, rtx op0, rtx target, int unsignedp) argument
3875 prepare_cmp_insn(rtx x, rtx y, enum rtx_code comparison, rtx size, int unsignedp, enum optab_methods methods, rtx *ptest, machine_mode *pmode) argument
4100 prepare_operand(enum insn_code icode, rtx x, int opnum, machine_mode mode, machine_mode wider_mode, int unsignedp) argument
4168 emit_cmp_and_jump_insns(rtx x, rtx y, enum rtx_code comparison, rtx size, machine_mode mode, int unsignedp, rtx label, profile_probability prob) argument
4361 emit_conditional_move(rtx target, enum rtx_code code, rtx op0, rtx op1, machine_mode cmode, rtx op2, rtx op3, machine_mode mode, int unsignedp) argument
4439 GET_CODE (comparison), NULL_RTX, unsignedp, local
4542 emit_conditional_add(rtx target, enum rtx_code code, rtx op0, rtx op1, machine_mode cmode, rtx op2, rtx op3, machine_mode mode, int unsignedp) argument
4593 GET_CODE (comparison), NULL_RTX, unsignedp, OPTAB_WIDEN, local
4761 gen_extend_insn(rtx x, rtx y, machine_mode mto, machine_mode mfrom, int unsignedp) argument
4775 expand_float(rtx to, rtx from, int unsignedp) argument
4981 expand_fix(rtx to, rtx from, int unsignedp) argument
5390 get_rtx_code(enum tree_code tcode, bool unsignedp) argument
5459 vector_compare_rtx(machine_mode cmp_mode, enum tree_code tcode, tree t_op0, tree t_op1, bool unsignedp, enum insn_code icode, unsigned int opno) argument
5869 bool unsignedp; local
5986 bool unsignedp; local
[all...]
H A Dgimple-laddress.c106 int volatilep = 0, reversep, unsignedp = 0; local
108 &bitpos, &offset, &mode, &unsignedp,
H A Dlanghooks.c521 lhd_type_for_size (unsigned precision, int unsignedp) argument
526 return unsignedp ? unsigned_type_node : integer_type_node;
529 return unsignedp ? unsigned_char_type_node : signed_char_type_node;
532 return unsignedp ? short_unsigned_type_node : short_integer_type_node;
535 return unsignedp ? long_unsigned_type_node : long_integer_type_node;
538 return unsignedp
545 return (unsignedp ? int_n_trees[i].unsigned_type
549 return unsignedp ? unsigned_intQI_type_node : intQI_type_node;
552 return unsignedp ? unsigned_intHI_type_node : intHI_type_node;
555 return unsignedp
[all...]
H A Dexpmed.c1501 machine_mode tmode, bool unsignedp)
1512 x = convert_to_mode (int_mode, x, unsignedp);
1517 return convert_to_mode (tmode, x, unsignedp);
1531 int unsignedp, rtx target,
1600 return convert_extracted_bit_field (target, mode, tmode, unsignedp);
1629 int unsignedp, rtx target, machine_mode mode,
1827 return convert_extracted_bit_field (sub, mode, tmode, unsignedp);
1838 return convert_extracted_bit_field (op0, mode, tmode, unsignedp);
1858 bitnum.to_constant (), unsignedp,
1870 unsigned HOST_WIDE_INT bitnum, int unsignedp,
1496 convert_extracted_bit_field(rtx x, machine_mode mode, machine_mode tmode, bool unsignedp) argument
1523 extract_bit_field_using_extv(const extraction_insn *extv, rtx op0, opt_scalar_int_mode op0_mode, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, int unsignedp, rtx target, machine_mode mode, machine_mode tmode) argument
1624 extract_bit_field_1(rtx str_rtx, poly_uint64 bitsize, poly_uint64 bitnum, int unsignedp, rtx target, machine_mode mode, machine_mode tmode, bool reverse, bool fallback_p, rtx *alt_rtl) argument
1864 extract_integral_bit_field(rtx op0, opt_scalar_int_mode op0_mode, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, int unsignedp, rtx target, machine_mode mode, machine_mode tmode, bool reverse, bool fallback_p) argument
2081 extract_bit_field(rtx str_rtx, poly_uint64 bitsize, poly_uint64 bitnum, int unsignedp, rtx target, machine_mode mode, machine_mode tmode, bool reverse, rtx *alt_rtl) argument
2141 extract_fixed_bit_field(machine_mode tmode, rtx op0, opt_scalar_int_mode op0_mode, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, rtx target, int unsignedp, bool reverse) argument
2171 extract_fixed_bit_field_1(machine_mode tmode, rtx op0, scalar_int_mode mode, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, rtx target, int unsignedp, bool reverse) argument
2270 extract_split_bit_field(rtx op0, opt_scalar_int_mode op0_mode, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitpos, int unsignedp, bool reverse) argument
2467 expand_shift_1(enum tree_code code, machine_mode mode, rtx shifted, rtx amount, rtx target, int unsignedp, bool may_fail = false) argument
2676 expand_shift(enum tree_code code, machine_mode mode, rtx shifted, poly_int64 amount, rtx target, int unsignedp) argument
2687 maybe_expand_shift(enum tree_code code, machine_mode mode, rtx shifted, int amount, rtx target, int unsignedp) argument
2702 expand_variable_shift(enum tree_code code, machine_mode mode, rtx shifted, tree amount, rtx target, int unsignedp) argument
3435 expand_mult(machine_mode mode, rtx op0, rtx op1, rtx target, int unsignedp, bool no_libcall) argument
3615 expand_widening_mult(machine_mode mode, rtx op0, rtx op1, rtx target, int unsignedp, optab this_optab) argument
3771 expand_mult_highpart_adjust(scalar_int_mode mode, rtx adj_operand, rtx op0, rtx op1, rtx target, int unsignedp) argument
3812 expmed_mult_highpart_optab(scalar_int_mode mode, rtx op0, rtx op1, rtx target, int unsignedp, int max_cost) argument
3925 expmed_mult_highpart(scalar_int_mode mode, rtx op0, rtx op1, rtx target, int unsignedp, int max_cost) argument
4195 expand_divmod(int rem_flag, enum tree_code code, machine_mode mode, rtx op0, rtx op1, rtx target, int unsignedp) argument
5455 emit_cstore(rtx target, enum insn_code icode, enum rtx_code code, machine_mode mode, machine_mode compare_mode, int unsignedp, rtx x, rtx y, int normalizep, machine_mode target_mode) argument
5508 bool unsignedp = (STORE_FLAG_VALUE >= 0); local
5563 emit_store_flag_1(rtx target, enum rtx_code code, rtx op0, rtx op1, machine_mode mode, int unsignedp, int normalizep, machine_mode target_mode) argument
5761 emit_store_flag_int(rtx target, rtx subtarget, enum rtx_code code, rtx op0, rtx op1, scalar_int_mode mode, int unsignedp, int normalizep, rtx trueval) argument
5981 emit_store_flag(rtx target, enum rtx_code code, rtx op0, rtx op1, machine_mode mode, int unsignedp, int normalizep) argument
6129 emit_store_flag_force(rtx target, enum rtx_code code, rtx op0, rtx op1, machine_mode mode, int unsignedp, int normalizep) argument
6321 int unsignedp = (op == LTU || op == LEU || op == GTU || op == GEU); local
[all...]
H A Doptabs-query.c277 int unsignedp)
279 if (unsignedp < 0 && targetm.have_ptr_extend ())
282 convert_optab tab = unsignedp ? zext_optab : sext_optab;
292 int unsignedp)
294 convert_optab tab = unsignedp ? ufloat_optab : sfloat_optab;
307 int unsignedp, bool *truncp_ptr)
312 tab = unsignedp ? ufixtrunc_optab : sfixtrunc_optab;
323 tab = unsignedp ? ufix_optab : sfix_optab;
276 can_extend_p(machine_mode to_mode, machine_mode from_mode, int unsignedp) argument
291 can_float_p(machine_mode fltmode, machine_mode fixmode, int unsignedp) argument
306 can_fix_p(machine_mode fixmode, machine_mode fltmode, int unsignedp, bool *truncp_ptr) argument
H A Ddojump.c642 do_jump_by_parts_greater_rtx (scalar_int_mode mode, int unsignedp, rtx op0,
693 do_compare_rtx_and_jump (op0_word, op1_word, code, (unsignedp || i > 0),
702 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, word_mode,
726 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (treeop0));
728 do_jump_by_parts_greater_rtx (mode, unsignedp, op0, op1, if_false_label,
966 do_compare_rtx_and_jump (rtx op0, rtx op1, enum rtx_code code, int unsignedp,
1012 code = unsignedp ? unsigned_condition (code) : code;
1030 unsignedp = (code == GTU || code == LTU || code == GEU || code == LEU);
1161 do_compare_rtx_and_jump (op0, op1, first_code, unsignedp, mode,
1167 do_compare_rtx_and_jump (op0, op1, first_code, unsignedp, mod
640 do_jump_by_parts_greater_rtx(scalar_int_mode mode, int unsignedp, rtx op0, rtx op1, rtx_code_label *if_false_label, rtx_code_label *if_true_label, profile_probability prob) argument
724 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (treeop0)); local
962 do_compare_rtx_and_jump(rtx op0, rtx op1, enum rtx_code code, int unsignedp, machine_mode mode, rtx size, rtx_code_label *if_false_label, rtx_code_label *if_true_label, profile_probability prob) argument
1198 int unsignedp; local
[all...]
H A Dgimple.c2430 gimple_signed_or_unsigned_type (bool unsignedp, tree type) argument
2439 return unsignedp ? unsigned_char_type_node : signed_char_type_node;
2441 return unsignedp ? unsigned_type_node : integer_type_node;
2443 return unsignedp ? short_unsigned_type_node : short_integer_type_node;
2445 return unsignedp ? long_unsigned_type_node : long_integer_type_node;
2448 return unsignedp
2456 return unsignedp
2462 return unsignedp ? unsigned_intTI_type_node : intTI_type_node;
2465 return unsignedp ? unsigned_intDI_type_node : intDI_type_node;
2467 return unsignedp
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Ddummy-frontend.cc619 jit_langhook_type_for_mode (machine_mode mode, int unsignedp) argument
626 inner = jit_langhook_type_for_mode (GET_MODE_INNER (mode), unsignedp);
639 return unsignedp ? unsigned_intQI_type_node : intQI_type_node;
641 return unsignedp ? unsigned_intHI_type_node : intHI_type_node;
643 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
645 return unsignedp ? unsigned_intDI_type_node : intDI_type_node;
647 return unsignedp ? unsigned_intTI_type_node : intTI_type_node;
650 return unsignedp ? unsigned_type_node : integer_type_node;
653 return unsignedp ? long_unsigned_type_node : long_integer_type_node;
656 return unsignedp
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc1351 d_type_for_mode (machine_mode mode, int unsignedp) argument
1354 return unsignedp ? d_ubyte_type : d_byte_type;
1357 return unsignedp ? d_ushort_type : d_short_type;
1360 return unsignedp ? d_uint_type : d_int_type;
1363 return unsignedp ? d_ulong_type : d_long_type;
1366 return unsignedp ? d_ucent_type : d_cent_type;
1387 if (unsignedp)
1407 inner_type = d_type_for_mode (inner_mode, unsignedp);
1414 tree inner_type = d_type_for_mode (inner_mode, unsignedp);
1425 d_type_for_size (unsigned bits, int unsignedp) argument
1460 d_signed_or_unsigned_type(int unsignedp, tree type) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c2099 c_common_type_for_size (unsigned int bits, int unsignedp)
2104 return unsignedp ? unsigned_type_node : integer_type_node;
2107 return unsignedp ? unsigned_char_type_node : signed_char_type_node;
2110 return unsignedp ? short_unsigned_type_node : short_integer_type_node;
2113 return unsignedp ? long_unsigned_type_node : long_integer_type_node;
2116 return (unsignedp ? long_long_unsigned_type_node
2122 return (unsignedp ? int_n_trees[i].unsigned_type
2126 return (unsignedp ? widest_unsigned_literal_type_node
2130 return unsignedp ? unsigned_intQI_type_node : intQI_type_node;
2133 return unsignedp
2094 c_common_type_for_size(unsigned int bits, int unsignedp) argument
2144 c_common_fixed_point_type_for_size(unsigned int ibit, unsigned int fbit, int unsignedp, int satp) argument
2184 c_common_type_for_mode(machine_mode mode, int unsignedp) argument
2424 c_common_signed_or_unsigned_type(int unsignedp, tree type) argument
2594 c_build_bitfield_integer_type(unsigned HOST_WIDE_INT width, int unsignedp) argument
2842 int unsignedp = TYPE_UNSIGNED (*restype_ptr); local
6636 builtin_type_for_size(int size, bool unsignedp) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc2293 c_common_type_for_size (unsigned int bits, int unsignedp)
2298 return unsignedp ? unsigned_type_node : integer_type_node;
2301 return unsignedp ? unsigned_char_type_node : signed_char_type_node;
2304 return unsignedp ? short_unsigned_type_node : short_integer_type_node;
2307 return unsignedp ? long_unsigned_type_node : long_integer_type_node;
2310 return (unsignedp ? long_long_unsigned_type_node
2316 return (unsignedp ? int_n_trees[i].unsigned_type
2320 return (unsignedp ? widest_unsigned_literal_type_node
2324 return unsignedp ? unsigned_intQI_type_node : intQI_type_node;
2327 return unsignedp
2288 c_common_type_for_size(unsigned int bits, int unsignedp) argument
2338 c_common_fixed_point_type_for_size(unsigned int ibit, unsigned int fbit, int unsignedp, int satp) argument
2378 c_common_type_for_mode(machine_mode mode, int unsignedp) argument
2618 c_common_signed_or_unsigned_type(int unsignedp, tree type) argument
2788 c_build_bitfield_integer_type(unsigned HOST_WIDE_INT width, int unsignedp) argument
3036 int unsignedp = TYPE_UNSIGNED (*restype_ptr); local
7027 builtin_type_for_size(int size, bool unsignedp) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc50 d_signed_or_unsigned_type (int unsignedp, tree type) argument
52 if (TYPE_UNSIGNED (type) == (unsigned) unsignedp)
56 return unsignedp ? d_ucent_type : d_cent_type;
59 return unsignedp ? d_ulong_type : d_long_type;
62 return unsignedp ? d_uint_type : d_int_type;
65 return unsignedp ? d_ushort_type : d_short_type;
68 return unsignedp ? d_ubyte_type : d_byte_type;
70 return signed_or_unsigned_type_for (unsignedp, type);
280 d_build_bitfield_integer_type (unsigned HOST_WIDE_INT width, int unsignedp) argument
284 return unsignedp
[all...]

Completed in 292 milliseconds

1234567