/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | double-int.c | 346 div_and_round_double (unsigned code, int uns, in div_and_round_double() 691 double_int::max_value (unsigned int prec, bool uns) in max_value() 700 double_int::min_value (unsigned int prec, bool uns) in min_value() 715 double_int::ext (unsigned prec, bool uns) const in ext() 787 double_int::fits_hwi (bool uns) const in fits_hwi() 937 double_int::divmod_with_overflow (double_int b, bool uns, unsigned code, in divmod_with_overflow() 950 double_int::divmod (double_int b, bool uns, unsigned code, in divmod() 983 double_int::div (double_int b, bool uns, unsigned code) const in div() 1011 double_int::mod (double_int b, bool uns, unsigned code) const in mod() 1271 double_int::cmp (double_int b, bool uns) const in cmp() [all …]
|
H A D | optabs-query.h | 96 get_vec_cmp_icode (machine_mode vmode, machine_mode mask_mode, bool uns) in get_vec_cmp_icode() 115 get_vcond_icode (machine_mode vmode, machine_mode cmode, bool uns) in get_vcond_icode()
|
H A D | tree-affine.c | 1003 int uns, rev, vol; in get_inner_reference_aff() local
|
H A D | internal-fn.c | 619 int uns = TYPE_UNSIGNED (TREE_TYPE (TREE_TYPE (lhs))); in expand_arith_overflow_result_store() local 633 int uns = TYPE_UNSIGNED (TREE_TYPE (TREE_TYPE (lhs))); in expand_arith_overflow_result_store() local 1220 rtx op0, rtx op1, bool uns) in can_widen_mult_without_libcall() 1266 bool uns = unsr_p; in expand_mul_overflow() local
|
H A D | tree-pretty-print.c | 4384 pp_double_int (pretty_printer *pp, double_int d, bool uns) in pp_double_int()
|
H A D | tree-ssa-loop-manip.c | 1543 bool uns; in canonicalize_loop_ivs() local
|
H A D | tree-scalar-evolution.c | 1809 tree uns = unsigned_type_for (type); in interpret_rhs_expr() local
|
H A D | tree.c | 8825 int uns in get_unwidened() local 8905 int uns = 0; in get_narrower() local
|
H A D | tree-vect-stmts.c | 11936 bool uns; in supportable_narrowing_operation() local
|
H A D | fold-const.c | 8868 tree uns = unsigned_type_for (TREE_TYPE (and0)); in fold_unary_loc() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | double-int.cc | 346 div_and_round_double (unsigned code, int uns, in div_and_round_double() 691 double_int::max_value (unsigned int prec, bool uns) in max_value() 700 double_int::min_value (unsigned int prec, bool uns) in min_value() 937 double_int::divmod_with_overflow (double_int b, bool uns, unsigned code, in divmod_with_overflow() 950 double_int::divmod (double_int b, bool uns, unsigned code, in divmod() 983 double_int::div (double_int b, bool uns, unsigned code) const in div() 1011 double_int::mod (double_int b, bool uns, unsigned code) const in mod() 1406 double_int::max (double_int b, bool uns) in max() 1431 double_int::min (double_int b, bool uns) in min() 1472 dump_double_int (FILE *file, double_int cst, bool uns) in dump_double_int() [all …]
|
H A D | optabs-query.h | 96 get_vec_cmp_icode (machine_mode vmode, machine_mode mask_mode, bool uns) in get_vec_cmp_icode() 115 get_vcond_icode (machine_mode vmode, machine_mode cmode, bool uns) in get_vcond_icode()
|
H A D | tree-affine.cc | 1012 int uns, rev, vol; in get_inner_reference_aff() local
|
H A D | tree-pretty-print.cc | 4603 pp_double_int (pretty_printer *pp, double_int d, bool uns) in pp_double_int()
|
H A D | internal-fn.cc | 760 int uns = TYPE_UNSIGNED (TREE_TYPE (TREE_TYPE (lhs))); in expand_arith_overflow_result_store() local 774 int uns = TYPE_UNSIGNED (TREE_TYPE (TREE_TYPE (lhs))); in expand_arith_overflow_result_store() local 1361 rtx op0, rtx op1, bool uns) in can_widen_mult_without_libcall() 1411 bool uns = unsr_p; in expand_mul_overflow() local
|
H A D | tree-ssa-loop-manip.cc | 1620 bool uns; in canonicalize_loop_ivs() local
|
H A D | tree-scalar-evolution.cc | 1809 tree uns = unsigned_type_for (type); in interpret_rhs_expr() local
|
H A D | tree.cc | 7850 int uns in get_unwidened() local 7930 int uns = 0; in get_narrower() local
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | pftn.c | 1731 int class, qual, sig, uns, cmplx, imag, err; member
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | pftn.c | 1715 int class, qual, sig, uns, cmplx, imag, err, align; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.c | 1199 int uns; in shorten_binary_op() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.cc | 1365 int uns; in shorten_binary_op() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.c | 8883 rtx uns = gen_rtx_UNSPEC (Pmode, vec, UNSPEC_TLS_GET_ADDR); in rs6000_legitimize_tls_address() local 8899 rtx uns = gen_rtx_UNSPEC (Pmode, vec, UNSPEC_TLS_GET_ADDR); in rs6000_legitimize_tls_address() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.cc | 9617 rtx uns = gen_rtx_UNSPEC (Pmode, vec, UNSPEC_TLS_GET_ADDR); in rs6000_legitimize_tls_address() local 9633 rtx uns = gen_rtx_UNSPEC (Pmode, vec, UNSPEC_TLS_GET_ADDR); in rs6000_legitimize_tls_address() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | call.cc | 9066 int uns = unsafe_return_slot_p (target); in make_safe_copy_elision() local
|