Searched refs:signed_p (Results 1 – 11 of 11) sorted by relevance
| /trueos/contrib/binutils/gas/ |
| HD | cgen.c | 376 volatile int signed_p = 0; local 483 signed_p = 1; 487 if (signed_p) 504 signed_p, -1); 706 const int signed_p, in queue_fixup_recursively() argument 715 & (field->val.multi[i]), signed_p, i); in queue_fixup_recursively() 733 new_exp = make_right_shifted_expr (expP, rightshift, signed_p); in queue_fixup_recursively() 752 const unsigned long signed_p, in gas_cgen_encode_addend() argument 763 res |= signed_p << 28; in gas_cgen_encode_addend() 831 const int signed_p) in make_right_shifted_expr() argument [all …]
|
| HD | ChangeLog | 1051 * cgen.c (gas_cgen_md_apply_fix3): Only set signed_p if RELC. Call
|
| /trueos/contrib/gcc/ |
| HD | loop-iv.c | 1284 get_mode_bounds (desc->mode, desc->signed_p, desc->mode, &mmin, &mmax); in determine_max_iter() 1816 enum rtx_code cond, bool signed_p, struct niter_desc *desc) in shorten_into_mode() argument 1820 get_mode_bounds (mode, signed_p, iv->extend_mode, &mmin, &mmax); in shorten_into_mode() 1866 iv->extend = signed_p ? SIGN_EXTEND : ZERO_EXTEND; in shorten_into_mode() 1878 bool signed_p; in canonicalize_iv_subregs() local 1895 signed_p = true; in canonicalize_iv_subregs() 1903 signed_p = false; in canonicalize_iv_subregs() 1912 signed_p = false; in canonicalize_iv_subregs() 1914 signed_p = iv0->extend == SIGN_EXTEND; in canonicalize_iv_subregs() 1916 signed_p = iv1->extend == SIGN_EXTEND; in canonicalize_iv_subregs() [all …]
|
| HD | c-decl.c | 3091 && !specs->signed_p in quals_from_declspecs() 8301 ret->signed_p = false; in build_null_declspecs() 8460 dupe = specs->signed_p; in declspecs_add_type() 8486 specs->signed_p = true; in declspecs_add_type() 8490 if (specs->signed_p) in declspecs_add_type() 8565 else if (specs->signed_p) in declspecs_add_type() 8584 else if (specs->signed_p) in declspecs_add_type() 8616 else if (specs->signed_p) in declspecs_add_type() 8632 else if (specs->signed_p) in declspecs_add_type() 8661 else if (specs->signed_p) in declspecs_add_type() [all …]
|
| HD | cfgloop.h | 340 bool signed_p; member
|
| HD | c-tree.h | 274 BOOL_BITFIELD signed_p : 1; member
|
| HD | stor-layout.c | 1904 initialize_sizetypes (bool signed_p) in initialize_sizetypes() argument 1913 TYPE_UNSIGNED (t) = !signed_p; in initialize_sizetypes() 1919 set_min_and_max_values_for_integral_type (t, precision, !signed_p); in initialize_sizetypes()
|
| HD | tree.c | 728 bool signed_p; in build_int_cst_type() local 735 signed_p = !TYPE_UNSIGNED (type); in build_int_cst_type() 748 if (signed_p && negative) in build_int_cst_type() 759 if (!signed_p) in build_int_cst_type()
|
| HD | ChangeLog-2004 | 12337 short_p, signed_p, unsigned_p and complex_p. 17287 (initialize_sizetypes): Add signed_p argument. 17292 * tree.h (initialize_sizetypes): Add signed_p argument.
|
| /trueos/contrib/binutils/bfd/ |
| HD | elflink.c | 6713 int signed_p) in eval_symbol() argument 6798 section_offset, locsymcount, signed_p) \ in eval_symbol() 6801 if (signed_p) \ in eval_symbol() 6816 section_offset, locsymcount, signed_p) \ in eval_symbol() 6821 section_offset, locsymcount, signed_p) \ in eval_symbol() 6824 if (signed_p) \ in eval_symbol() 6919 int signed_p = 0; in evaluate_complex_relocation_symbols() local 6946 signed_p = (ELF_ST_TYPE (sym->st_info) == STT_SRELC); in evaluate_complex_relocation_symbols() 6964 signed_p = (h->type == STT_SRELC); in evaluate_complex_relocation_symbols() 6979 signed_p)) in evaluate_complex_relocation_symbols() [all …]
|
| /trueos/contrib/gcc/cp/ |
| HD | decl.c | 7492 bool unsigned_p, signed_p, short_p, long_p, thread_p; in grokdeclarator() local 7495 signed_p = declspecs->specs[(int)ds_signed]; in grokdeclarator() 7744 if (type == NULL_TREE && (signed_p || unsigned_p || long_p || short_p)) in grokdeclarator() 7810 if (unsigned_p || signed_p || long_p || short_p) in grokdeclarator() 7814 if ((signed_p || unsigned_p) && TREE_CODE (type) != INTEGER_TYPE) in grokdeclarator() 7816 else if (signed_p && unsigned_p) in grokdeclarator() 7846 signed_p = false; in grokdeclarator() 7865 && !signed_p in grokdeclarator() 7887 else if (signed_p && type == char_type_node) in grokdeclarator() 7906 && ! (long_p || short_p || signed_p || unsigned_p)) in grokdeclarator() [all …]
|