| /src/external/gpl3/gcc.old/dist/gcc/ |
| wide-int-print.h | 29 extern void print_dec (const wide_int_ref &wi, char *buf, signop sgn); 30 extern void print_dec (const wide_int_ref &wi, FILE *file, signop sgn); 31 extern void print_decs (const wide_int_ref &wi, char *buf); 32 extern void print_decs (const wide_int_ref &wi, FILE *file); 33 extern void print_decu (const wide_int_ref &wi, char *buf); 34 extern void print_decu (const wide_int_ref &wi, FILE *file); 35 extern void print_hex (const wide_int_ref &wi, char *buf); 36 extern void print_hex (const wide_int_ref &wi, FILE *file);
|
| wide-int-print.cc | 33 print_dec (const wide_int_ref &wi, char *buf, signop sgn) 42 print_dec (const wide_int_ref &wi, FILE *file, signop sgn) 55 print_decs (const wide_int_ref &wi, char *buf) 74 print_decs (const wide_int_ref &wi, FILE *file) 85 print_decu (const wide_int_ref &wi, char *buf) 98 print_decu (const wide_int_ref &wi, FILE *file) 106 print_hex (const wide_int_ref &val, char *buf) 134 print_hex (const wide_int_ref &wi, FILE *file)
|
| tree-ssanames.h | 70 extern void set_range_info (tree, enum value_range_kind, const wide_int_ref &, 71 const wide_int_ref &); 73 extern void set_nonzero_bits (tree, const wide_int_ref &);
|
| poly-int-types.h | 36 typedef poly_int<NUM_POLY_INT_COEFFS, wide_int_ref> poly_wide_int_ref;
|
| tree-ssanames.cc | 353 const wide_int_ref &min, const wide_int_ref &max) 394 const wide_int_ref &min, const wide_int_ref &max) 440 set_nonzero_bits (tree name, const wide_int_ref &mask)
|
| wide-int.cc | 207 wi::to_mpz (const wide_int_ref &x, mpz_t result, signop sgn) 1336 wide_int_ref op1 = wi::storage_ref (op1val, op1len, prec); 1337 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); 1527 wi::popcount (const wide_int_ref &x) 1778 wide_int_ref dividend = wi::storage_ref (dividend_val, dividend_len, 1780 wide_int_ref divisor = wi::storage_ref (divisor_val, divisor_len, 2058 wi::clz (const wide_int_ref &x) 2083 wi::clrsb (const wide_int_ref &x) 2111 wi::ctz (const wide_int_ref &x) 2127 wi::exact_log2 (const wide_int_ref &x [all...] |
| wide-int.h | 334 typedef generic_wide_int <wide_int_ref_storage <false> > wide_int_ref; typedef 336 /* This can be used instead of wide_int_ref if the referenced value is 621 bool only_sign_bit_p (const wide_int_ref &, unsigned int); 622 bool only_sign_bit_p (const wide_int_ref &); 623 int clz (const wide_int_ref &); 624 int clrsb (const wide_int_ref &); 625 int ctz (const wide_int_ref &); 626 int exact_log2 (const wide_int_ref &); 627 int floor_log2 (const wide_int_ref &); 628 int ffs (const wide_int_ref &) [all...] |
| real.h | 534 const wide_int_ref &, signop);
|
| fold-const-call.cc | 219 const wide_int_ref &arg0, const real_value *arg1, 578 const wide_int_ref &arg1, 985 fold_const_call_ss (wide_int *result, combined_fn fn, const wide_int_ref &arg, 1417 const real_value *arg0, const wide_int_ref &arg1, 1456 const wide_int_ref &arg0, const real_value *arg1,
|
| real.cc | 2191 const wide_int_ref &val_in, signop sgn)
|
| tree.cc | 1686 wide_int_to_tree_1 (tree type, const wide_int_ref &pcst) 2467 build_real_from_wide (tree type, const wide_int_ref &i, signop sgn)
|
| emit-rtl.cc | 652 immed_wide_int_const_1 (const wide_int_ref &v, machine_mode mode)
|
| tree.h | 4580 extern tree build_real_from_wide (tree, const wide_int_ref &, signop);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| wide-int-print.h | 29 extern void print_dec (const wide_int_ref &wi, char *buf, signop sgn); 30 extern void print_dec (const wide_int_ref &wi, FILE *file, signop sgn); 31 extern void print_decs (const wide_int_ref &wi, char *buf); 32 extern void print_decs (const wide_int_ref &wi, FILE *file); 33 extern void print_decu (const wide_int_ref &wi, char *buf); 34 extern void print_decu (const wide_int_ref &wi, FILE *file); 35 extern void print_hex (const wide_int_ref &wi, char *buf); 36 extern void print_hex (const wide_int_ref &wi, FILE *file); 37 extern void pp_wide_int_large (pretty_printer *, const wide_int_ref &, signop); 40 print_dec_buf_size (const wide_int_ref &wi, signop sgn, unsigned int *len [all...] |
| wide-int-print.cc | 34 print_dec (const wide_int_ref &wi, char *buf, signop sgn) 43 print_dec (const wide_int_ref &wi, FILE *file, signop sgn) 55 print_decs (const wide_int_ref &wi, char *buf) 78 print_decs (const wide_int_ref &wi, FILE *file) 91 print_decu (const wide_int_ref &wi, char *buf) 130 print_decu (const wide_int_ref &wi, FILE *file) 141 print_hex (const wide_int_ref &val, char *buf) 169 print_hex (const wide_int_ref &wi, FILE *file) 183 pp_wide_int_large (pretty_printer *pp, const wide_int_ref &w, signop sgn)
|
| poly-int-types.h | 28 typedef poly_int<NUM_POLY_INT_COEFFS, wide_int_ref> poly_wide_int_ref;
|
| dwarf2out.h | 333 wide_int_ref ref = wi::storage_ref (val, len, precision); 340 wide_int_ref ref1 = wi::storage_ref (val, len, precision); 341 wide_int_ref ref2 = wi::storage_ref (o.val, o.len, o.precision);
|
| wide-int.cc | 206 wi::to_mpz (const wide_int_ref &x, mpz_t result, signop sgn) 1341 wide_int_ref op1 = wi::storage_ref (op1val, op1len, prec); 1342 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); 1606 wi::popcount (const wide_int_ref &x) 1852 wide_int_ref dividend = wi::storage_ref (dividend_val, dividend_len, 1854 wide_int_ref divisor = wi::storage_ref (divisor_val, divisor_len, 2178 wi::clz (const wide_int_ref &x) 2203 wi::clrsb (const wide_int_ref &x) 2231 wi::ctz (const wide_int_ref &x) 2247 wi::exact_log2 (const wide_int_ref &x [all...] |
| wide-int.h | 353 typedef generic_wide_int <wide_int_ref_storage <false> > wide_int_ref; 355 /* This can be used instead of wide_int_ref if the referenced value is 682 bool only_sign_bit_p (const wide_int_ref &, unsigned int); 683 bool only_sign_bit_p (const wide_int_ref &); 684 int clz (const wide_int_ref &); 685 int clrsb (const wide_int_ref &); 686 int ctz (const wide_int_ref &); 687 int exact_log2 (const wide_int_ref &); 688 int floor_log2 (const wide_int_ref &); 689 int ffs (const wide_int_ref &) [all...] |
| fold-const-call.cc | 217 const wide_int_ref &arg0, const real_value *arg1, 574 const wide_int_ref &arg1, 1014 fold_const_call_ss (wide_int *result, combined_fn fn, const wide_int_ref &arg, 1483 const real_value *arg0, const wide_int_ref &arg1, 1525 const wide_int_ref &arg0, const real_value *arg1, 1551 const wide_int_ref &arg0, const wide_int_ref &arg1,
|
| real.h | 558 const wide_int_ref &, signop);
|
| real.cc | 2229 const wide_int_ref &val_in, signop sgn)
|
| emit-rtl.cc | 656 immed_wide_int_const_1 (const wide_int_ref &v, machine_mode mode)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-protos.h | 856 int aarch64_movk_shift (const wide_int_ref &, const wide_int_ref &);
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-protos.h | 860 int aarch64_movk_shift (const wide_int_ref &, const wide_int_ref &);
|