Searched refs:signed_p (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dcgen.c376 volatile int signed_p = 0; local
483 signed_p = 1;
487 if (signed_p)
504 signed_p, -1);
706 const int signed_p,
715 & (field->val.multi[i]), signed_p, i);
733 new_exp = make_right_shifted_expr (expP, rightshift, signed_p);
752 const unsigned long signed_p,
763 res |= signed_p << 28;
831 const int signed_p)
702 queue_fixup_recursively(const int opindex, const int opinfo, expressionS * expP, const CGEN_MAYBE_MULTI_IFLD * field, const int signed_p, const int part_of_multi) argument
747 gas_cgen_encode_addend(const unsigned long start, const unsigned long len, const unsigned long oplen, const unsigned long wordsz, const unsigned long chunksz, const unsigned long signed_p, const unsigned long trunc_p) argument
829 make_right_shifted_expr(expressionS * exp, const int amount, const int signed_p) argument
896 int signed_p = 0; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dloop-iv.c1284 get_mode_bounds (desc->mode, desc->signed_p, desc->mode, &mmin, &mmax);
1816 enum rtx_code cond, bool signed_p, struct niter_desc *desc)
1820 get_mode_bounds (mode, signed_p, iv->extend_mode, &mmin, &mmax);
1866 iv->extend = signed_p ? SIGN_EXTEND : ZERO_EXTEND;
1878 bool signed_p; local
1895 signed_p = true;
1903 signed_p = false;
1912 signed_p = false;
1914 signed_p = iv0->extend == SIGN_EXTEND;
1916 signed_p
1815 shorten_into_mode(struct rtx_iv *iv, enum machine_mode mode, enum rtx_code cond, bool signed_p, struct niter_desc *desc) argument
[all...]
H A Dcfgloop.h340 bool signed_p; member in struct:niter_desc
H A Dc-decl.c3107 && !specs->signed_p
8325 ret->signed_p = false;
8484 dupe = specs->signed_p;
8510 specs->signed_p = true;
8514 if (specs->signed_p)
8589 else if (specs->signed_p)
8608 else if (specs->signed_p)
8640 else if (specs->signed_p)
8656 else if (specs->signed_p)
8685 else if (specs->signed_p)
[all...]
H A Dc-tree.h274 BOOL_BITFIELD signed_p : 1; member in struct:c_declspecs
H A Dstor-layout.c1911 initialize_sizetypes (bool signed_p)
1920 TYPE_UNSIGNED (t) = !signed_p;
1926 set_min_and_max_values_for_integral_type (t, precision, !signed_p);
1904 initialize_sizetypes(bool signed_p) argument
H A Dtree.c732 bool signed_p;
739 signed_p = !TYPE_UNSIGNED (type);
752 if (signed_p && negative)
763 if (!signed_p)
728 bool signed_p; local
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c6723 int signed_p)
6808 section_offset, locsymcount, signed_p) \
6811 if (signed_p) \
6826 section_offset, locsymcount, signed_p) \
6831 section_offset, locsymcount, signed_p) \
6834 if (signed_p) \
6929 int signed_p = 0;
6956 signed_p = (ELF_ST_TYPE (sym->st_info) == STT_SRELC);
6974 signed_p = (h->type == STT_SRELC);
6989 signed_p))
6705 eval_symbol(bfd_vma * result, char * sym, char ** advanced, bfd * input_bfd, struct elf_final_link_info * finfo, bfd_vma addr, bfd_vma section_offset, size_t locsymcount, int signed_p) argument
6919 int signed_p = 0; local
7069 decode_complex_addend(unsigned long * start, unsigned long * oplen, unsigned long * len, unsigned long * wordsz, unsigned long * chunksz, unsigned long * lsb0_p, unsigned long * signed_p, unsigned long * trunc_p, unsigned long encoded) argument
7108 chunksz, lsb0_p, signed_p, trunc_p; local
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c7506 bool unsigned_p, signed_p, short_p, long_p, thread_p;
7509 signed_p = declspecs->specs[(int)ds_signed];
7758 if (type == NULL_TREE && (signed_p || unsigned_p || long_p || short_p))
7824 if (unsigned_p || signed_p || long_p || short_p)
7828 if ((signed_p || unsigned_p) && TREE_CODE (type) != INTEGER_TYPE)
7830 else if (signed_p && unsigned_p)
7860 signed_p = false;
7879 && !signed_p
7901 else if (signed_p && type == char_type_node)
7920 && ! (long_p || short_p || signed_p || unsigned_
7492 bool unsigned_p, signed_p, short_p, long_p, thread_p; local
[all...]

Completed in 323 milliseconds