/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | convert.cc | 422 > outprec) in do_narrow() 424 > outprec)) in do_narrow() 464 unsigned int outprec = element_precision (type); in convert_to_integer_1() local 506 if (outprec < TYPE_PRECISION (integer_type_node) in convert_to_integer_1() 523 if (outprec < TYPE_PRECISION (integer_type_node) in convert_to_integer_1() 541 if (outprec < TYPE_PRECISION (integer_type_node) in convert_to_integer_1() 565 if (outprec < TYPE_PRECISION (integer_type_node) in convert_to_integer_1() 669 else if (outprec >= inprec) in convert_to_integer_1() 778 && outprec >= TYPE_PRECISION (TREE_TYPE (arg1)) in convert_to_integer_1() 793 expr, inprec, outprec, dofold); in convert_to_integer_1() [all …]
|
H A D | convert.c | 422 > outprec) in do_narrow() 424 > outprec)) in do_narrow() 464 unsigned int outprec = element_precision (type); in convert_to_integer_1() local 506 if (outprec < TYPE_PRECISION (integer_type_node) in convert_to_integer_1() 523 if (outprec < TYPE_PRECISION (integer_type_node) in convert_to_integer_1() 541 if (outprec < TYPE_PRECISION (integer_type_node) in convert_to_integer_1() 565 if (outprec < TYPE_PRECISION (integer_type_node) in convert_to_integer_1() 669 else if (outprec >= inprec) in convert_to_integer_1() 793 expr, inprec, outprec, dofold); in convert_to_integer_1() 839 if (outprec >= BITS_PER_WORD in convert_to_integer_1() [all …]
|
H A D | target.def | 3186 @var{inprec} bits to one of @var{outprec} bits (where @var{outprec} is\n\ 3188 @var{outprec} bits. The default returns true unconditionally, which\n\ 3196 bool, (poly_uint64 outprec, poly_uint64 inprec),
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | convert.c | 422 > outprec) in do_narrow() 424 > outprec)) in do_narrow() 464 unsigned int outprec = element_precision (type); in convert_to_integer_1() local 506 if (outprec < TYPE_PRECISION (integer_type_node) in convert_to_integer_1() 523 if (outprec < TYPE_PRECISION (integer_type_node) in convert_to_integer_1() 541 if (outprec < TYPE_PRECISION (integer_type_node) in convert_to_integer_1() 565 if (outprec < TYPE_PRECISION (integer_type_node) in convert_to_integer_1() 669 else if (outprec >= inprec) in convert_to_integer_1() 793 expr, inprec, outprec, dofold); in convert_to_integer_1() 839 if (outprec >= BITS_PER_WORD in convert_to_integer_1() [all …]
|
H A D | target.def | 3162 @var{inprec} bits to one of @var{outprec} bits (where @var{outprec} is\n\ 3164 @var{outprec} bits. The default returns true unconditionally, which\n\ 3170 bool, (poly_uint64 outprec, poly_uint64 inprec),
|
/netbsd/external/gpl3/gcc/dist/gcc/config/tilegx/ |
H A D | tilegx.c | 5554 tilegx_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec) in tilegx_truly_noop_truncation() argument 5556 return inprec <= 32 || outprec > 32; in tilegx_truly_noop_truncation()
|
H A D | tilegx.cc | 5553 tilegx_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec) in tilegx_truly_noop_truncation() argument 5555 return inprec <= 32 || outprec > 32; in tilegx_truly_noop_truncation()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
H A D | tilegx.c | 5554 tilegx_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec) in tilegx_truly_noop_truncation() argument 5556 return inprec <= 32 || outprec > 32; in tilegx_truly_noop_truncation()
|
/netbsd/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | gcn.c | 570 gcn_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec) in gcn_truly_noop_truncation() argument 572 return ((inprec <= 32) && (outprec <= inprec)); in gcn_truly_noop_truncation()
|
H A D | gcn.cc | 602 gcn_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec) in gcn_truly_noop_truncation() argument 604 return ((inprec <= 32) && (outprec <= inprec)); in gcn_truly_noop_truncation()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | gcn.c | 570 gcn_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec) in gcn_truly_noop_truncation() argument 572 return ((inprec <= 32) && (outprec <= inprec)); in gcn_truly_noop_truncation()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu.c | 7193 spu_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec) in spu_truly_noop_truncation() argument 7195 return inprec <= 32 && outprec <= inprec; in spu_truly_noop_truncation()
|
/netbsd/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips.c | 22527 mips_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec) in mips_truly_noop_truncation() argument 22529 return !TARGET_64BIT || inprec <= 32 || outprec > 32; in mips_truly_noop_truncation()
|
H A D | mips.cc | 22722 mips_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec) in mips_truly_noop_truncation() argument 22724 return !TARGET_64BIT || inprec <= 32 || outprec > 32; in mips_truly_noop_truncation()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips.c | 22527 mips_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec) in mips_truly_noop_truncation() argument 22529 return !TARGET_64BIT || inprec <= 32 || outprec > 32; in mips_truly_noop_truncation()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi | 11125 @deftypefn {Target Hook} bool TARGET_TRULY_NOOP_TRUNCATION (poly_uint64 @var{outprec}, poly_uint64 … 11127 @var{inprec} bits to one of @var{outprec} bits (where @var{outprec} is 11129 @var{outprec} bits. The default returns true unconditionally, which
|
/netbsd/external/gpl3/gcc/dist/gcc/doc/ |
H A D | tm.texi | 11365 @deftypefn {Target Hook} bool TARGET_TRULY_NOOP_TRUNCATION (poly_uint64 @var{outprec}, poly_uint64 … 11367 @var{inprec} bits to one of @var{outprec} bits (where @var{outprec} is 11369 @var{outprec} bits. The default returns true unconditionally, which
|