Home
last modified time | relevance | path

Searched refs:signed_p (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dcgen.c347 volatile int signed_p = 0; in gas_cgen_parse_operand() local
460 signed_p = 1; in gas_cgen_parse_operand()
467 if (signed_p) in gas_cgen_parse_operand()
484 signed_p, -1); in gas_cgen_parse_operand()
682 const int signed_p, in queue_fixup_recursively() argument
691 & (field->val.multi[i]), signed_p, i); in queue_fixup_recursively()
709 new_exp = make_right_shifted_expr (expP, rightshift, signed_p); in queue_fixup_recursively()
728 const unsigned long signed_p, in gas_cgen_encode_addend() argument
739 res |= signed_p << 28; in gas_cgen_encode_addend()
806 const int signed_p) in make_right_shifted_expr() argument
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dcgen.c347 volatile int signed_p = 0; in gas_cgen_parse_operand() local
458 signed_p = 1; in gas_cgen_parse_operand()
465 if (signed_p) in gas_cgen_parse_operand()
482 signed_p, -1); in gas_cgen_parse_operand()
680 const int signed_p, in queue_fixup_recursively() argument
689 & (field->val.multi[i]), signed_p, i); in queue_fixup_recursively()
707 new_exp = make_right_shifted_expr (expP, rightshift, signed_p); in queue_fixup_recursively()
726 const unsigned long signed_p, in gas_cgen_encode_addend() argument
737 res |= signed_p << 28; in gas_cgen_encode_addend()
804 const int signed_p) in make_right_shifted_expr() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dloop-iv.cc2077 enum rtx_code cond, bool signed_p, class niter_desc *desc) in shorten_into_mode() argument
2081 get_mode_bounds (mode, signed_p, iv->extend_mode, &mmin, &mmax); in shorten_into_mode()
2127 iv->extend = signed_p ? IV_SIGN_EXTEND : IV_ZERO_EXTEND; in shorten_into_mode()
2139 bool signed_p; in canonicalize_iv_subregs() local
2156 signed_p = true; in canonicalize_iv_subregs()
2164 signed_p = false; in canonicalize_iv_subregs()
2173 signed_p = false; in canonicalize_iv_subregs()
2175 signed_p = iv0->extend == IV_SIGN_EXTEND; in canonicalize_iv_subregs()
2177 signed_p = iv1->extend == IV_SIGN_EXTEND; in canonicalize_iv_subregs()
2207 iv0->base = simplify_gen_unary (signed_p ? SIGN_EXTEND : ZERO_EXTEND, in canonicalize_iv_subregs()
[all …]
H A Dwide-int.h1508 template <typename T, bool signed_p>
1519 template <typename T, bool signed_p>
1521 wi::primitive_int_traits <T, signed_p>::get_precision (T)
1526 template <typename T, bool signed_p>
1528 wi::primitive_int_traits <T, signed_p>::decompose (HOST_WIDE_INT *scratch,
1532 if (signed_p || scratch[0] >= 0 || precision <= HOST_BITS_PER_WIDE_INT)
H A Dcfgloop.h490 bool signed_p; in class() local
H A Dpointer-query.cc349 bool signed_p = !TYPE_UNSIGNED (exptype); in get_size_range() local
353 if (signed_p) in get_size_range()
H A Dreal.cc5428 bool signed_p = TYPE_SIGN (type) == SIGNED; in can_represent_integral_type_p() local
5429 return TYPE_PRECISION (type) - signed_p <= significand_size (*this); in can_represent_integral_type_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dloop-iv.c2077 enum rtx_code cond, bool signed_p, class niter_desc *desc) in shorten_into_mode() argument
2081 get_mode_bounds (mode, signed_p, iv->extend_mode, &mmin, &mmax); in shorten_into_mode()
2127 iv->extend = signed_p ? IV_SIGN_EXTEND : IV_ZERO_EXTEND; in shorten_into_mode()
2139 bool signed_p; in canonicalize_iv_subregs() local
2156 signed_p = true; in canonicalize_iv_subregs()
2164 signed_p = false; in canonicalize_iv_subregs()
2173 signed_p = false; in canonicalize_iv_subregs()
2175 signed_p = iv0->extend == IV_SIGN_EXTEND; in canonicalize_iv_subregs()
2177 signed_p = iv1->extend == IV_SIGN_EXTEND; in canonicalize_iv_subregs()
2207 iv0->base = simplify_gen_unary (signed_p ? SIGN_EXTEND : ZERO_EXTEND, in canonicalize_iv_subregs()
[all …]
H A Dwide-int.h1506 template <typename T, bool signed_p>
1517 template <typename T, bool signed_p>
1519 wi::primitive_int_traits <T, signed_p>::get_precision (T)
1524 template <typename T, bool signed_p>
1526 wi::primitive_int_traits <T, signed_p>::decompose (HOST_WIDE_INT *scratch,
1530 if (signed_p || scratch[0] >= 0 || precision <= HOST_BITS_PER_WIDE_INT)
H A Dcfgloop.h490 bool signed_p; in class() local
H A Dreal.c5426 bool signed_p = TYPE_SIGN (type) == SIGNED; in can_represent_integral_type_p() local
5427 return TYPE_PRECISION (type) - signed_p <= significand_size (*this); in can_represent_integral_type_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c4817 && !specs->signed_p in quals_from_declspecs()
10646 dupe = specs->signed_p; in declspecs_add_type()
10693 specs->signed_p = true; in declspecs_add_type()
10699 if (specs->signed_p) in declspecs_add_type()
10897 else if (specs->signed_p) in declspecs_add_type()
10970 else if (specs->signed_p) in declspecs_add_type()
11004 else if (specs->signed_p) in declspecs_add_type()
11065 else if (specs->signed_p) in declspecs_add_type()
11092 else if (specs->signed_p) in declspecs_add_type()
11136 else if (specs->signed_p) in declspecs_add_type()
[all …]
H A Dc-tree.h383 BOOL_BITFIELD signed_p : 1; member
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc4909 && !specs->signed_p in quals_from_declspecs()
11045 dupe = specs->signed_p; in declspecs_add_type()
11092 specs->signed_p = true; in declspecs_add_type()
11098 if (specs->signed_p) in declspecs_add_type()
11296 else if (specs->signed_p) in declspecs_add_type()
11369 else if (specs->signed_p) in declspecs_add_type()
11403 else if (specs->signed_p) in declspecs_add_type()
11464 else if (specs->signed_p) in declspecs_add_type()
11491 else if (specs->signed_p) in declspecs_add_type()
11535 else if (specs->signed_p) in declspecs_add_type()
[all …]
H A Dc-tree.h385 BOOL_BITFIELD signed_p : 1; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.c5599 bool signed_p = code == 'i'; in print_operand() local
5609 s = signed_p ? "_i32" : "_u32"; in print_operand()
5640 s = signed_p ? "_i32" : "_u32"; in print_operand()
5643 s = signed_p ? "_i64" : "_u64"; in print_operand()
5653 s = signed_p ? "_i8" : "_u8"; in print_operand()
5656 s = signed_p ? "_i16" : "_u16"; in print_operand()
5659 s = signed_p ? "_i32" : "_u32"; in print_operand()
5662 s = signed_p ? "_i64" : "_u64"; in print_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.cc5903 bool signed_p = code == 'i'; in print_operand() local
5913 s = signed_p ? "_i32" : "_u32"; in print_operand()
5944 s = signed_p ? "_i32" : "_u32"; in print_operand()
5947 s = signed_p ? "_i64" : "_u64"; in print_operand()
5957 s = signed_p ? "_i8" : "_u8"; in print_operand()
5960 s = signed_p ? "_i16" : "_u16"; in print_operand()
5963 s = signed_p ? "_i32" : "_u32"; in print_operand()
5966 s = signed_p ? "_i64" : "_u64"; in print_operand()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delflink.c9032 int signed_p) in eval_symbol() argument
9121 isymbuf, locsymcount, signed_p)) \ in eval_symbol()
9123 if (signed_p) \ in eval_symbol()
9138 isymbuf, locsymcount, signed_p)) \ in eval_symbol()
9142 isymbuf, locsymcount, signed_p)) \ in eval_symbol()
9145 if (signed_p) \ in eval_symbol()
9161 signed_p = 0; in eval_symbol()
9166 *result = signed_p && (bfd_signed_vma) a < 0 ? -1 : 0; in eval_symbol()
9313 unsigned long *signed_p, in decode_complex_addend() argument
9323 * signed_p = (encoded >> 28) & 1; in decode_complex_addend()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c8949 int signed_p) in eval_symbol() argument
9038 isymbuf, locsymcount, signed_p)) \ in eval_symbol()
9040 if (signed_p) \ in eval_symbol()
9055 isymbuf, locsymcount, signed_p)) \ in eval_symbol()
9059 isymbuf, locsymcount, signed_p)) \ in eval_symbol()
9062 if (signed_p) \ in eval_symbol()
9078 signed_p = 0; in eval_symbol()
9083 *result = signed_p && (bfd_signed_vma) a < 0 ? -1 : 0; in eval_symbol()
9230 unsigned long *signed_p, in decode_complex_addend() argument
9240 * signed_p = (encoded >> 28) & 1; in decode_complex_addend()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc11755 bool unsigned_p, signed_p, short_p, long_p, thread_p; in grokdeclarator() local
11768 signed_p = decl_spec_seq_has_spec_p (declspecs, ds_signed); in grokdeclarator()
12139 if (signed_p || unsigned_p || long_p || short_p) in grokdeclarator()
12249 if (unsigned_p || signed_p || long_p || short_p) in grokdeclarator()
12258 else if (signed_p) in grokdeclarator()
12281 if (signed_p && unsigned_p) in grokdeclarator()
12327 signed_p = false; in grokdeclarator()
12346 && !signed_p in grokdeclarator()
12370 else if (signed_p && type == char_type_node) in grokdeclarator()
12380 else if (signed_p && typedef_decl) in grokdeclarator()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c11085 bool unsigned_p, signed_p, short_p, long_p, thread_p; in grokdeclarator() local
11098 signed_p = decl_spec_seq_has_spec_p (declspecs, ds_signed); in grokdeclarator()
11450 if (signed_p || unsigned_p || long_p || short_p) in grokdeclarator()
11560 if (unsigned_p || signed_p || long_p || short_p) in grokdeclarator()
11569 else if (signed_p) in grokdeclarator()
11592 if (signed_p && unsigned_p) in grokdeclarator()
11633 signed_p = false; in grokdeclarator()
11652 && !signed_p in grokdeclarator()
11676 else if (signed_p && type == char_type_node) in grokdeclarator()
12966 if (signed_p in grokdeclarator()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-md-auxiliary.cc2980 bool signed_p) in nds32_output_unpkd8() argument
2996 char sign_char = signed_p ? 's' : 'z'; in nds32_output_unpkd8()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-md-auxiliary.c2980 bool signed_p) in nds32_output_unpkd8() argument
2996 char sign_char = signed_p ? 's' : 'z'; in nds32_output_unpkd8()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc20880 bool signed_p; in mips_mulsidi3_gen_fn() local
20882 signed_p = ext_code == SIGN_EXTEND; in mips_mulsidi3_gen_fn()
20891 return signed_p ? gen_mulsidi3_64bit_r6dmul : NULL; in mips_mulsidi3_gen_fn()
20893 return signed_p ? gen_mulsidi3_64bit_dmul : NULL; in mips_mulsidi3_gen_fn()
20895 return (signed_p in mips_mulsidi3_gen_fn()
20900 return signed_p ? gen_mulsidi3_64bit : gen_umulsidi3_64bit; in mips_mulsidi3_gen_fn()
20905 return (signed_p ? gen_mulsidi3_32bit_r6 : gen_umulsidi3_32bit_r6); in mips_mulsidi3_gen_fn()
20907 return (signed_p in mips_mulsidi3_gen_fn()
20911 return signed_p ? gen_mulsidi3_32bit_r4000 : gen_umulsidi3_32bit_r4000; in mips_mulsidi3_gen_fn()
20912 return signed_p ? gen_mulsidi3_32bit : gen_umulsidi3_32bit; in mips_mulsidi3_gen_fn()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c20696 bool signed_p; in mips_mulsidi3_gen_fn() local
20698 signed_p = ext_code == SIGN_EXTEND; in mips_mulsidi3_gen_fn()
20707 return signed_p ? gen_mulsidi3_64bit_r6dmul : NULL; in mips_mulsidi3_gen_fn()
20709 return signed_p ? gen_mulsidi3_64bit_dmul : NULL; in mips_mulsidi3_gen_fn()
20711 return (signed_p in mips_mulsidi3_gen_fn()
20716 return signed_p ? gen_mulsidi3_64bit : gen_umulsidi3_64bit; in mips_mulsidi3_gen_fn()
20721 return (signed_p ? gen_mulsidi3_32bit_r6 : gen_umulsidi3_32bit_r6); in mips_mulsidi3_gen_fn()
20723 return (signed_p in mips_mulsidi3_gen_fn()
20727 return signed_p ? gen_mulsidi3_32bit_r4000 : gen_umulsidi3_32bit_r4000; in mips_mulsidi3_gen_fn()
20728 return signed_p ? gen_mulsidi3_32bit : gen_umulsidi3_32bit; in mips_mulsidi3_gen_fn()

12