Home
last modified time | relevance | path

Searched refs:outprec (Results 1 – 17 of 17) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dconvert.cc422 > 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 Dconvert.c422 > 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 Dtarget.def3186 @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 Dconvert.c422 > 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 Dtarget.def3162 @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 Dtilegx.c5554 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 Dtilegx.cc5553 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 Dtilegx.c5554 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 Dgcn.c570 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 Dgcn.cc602 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 Dgcn.c570 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 Dspu.c7193 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 Dmips.c22527 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 Dmips.cc22722 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 Dmips.c22527 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 Dtm.texi11125 @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 Dtm.texi11365 @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