Home
last modified time | relevance | path

Searched refs:c_readstr (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.h108 extern rtx c_readstr (const char *, scalar_int_mode, bool = true);
H A Dbuiltins.cc745 c_readstr (const char *str, scalar_int_mode mode, in c_readstr() function
3222 return c_readstr (rep + offset, as_a <scalar_int_mode> (mode), in builtin_memcpy_read_str()
3685 return c_readstr (str + offset, as_a <scalar_int_mode> (mode)); in builtin_strncpy_read_str()
3917 return c_readstr (p, as_a <scalar_int_mode> (mode)); in builtin_memset_read_str()
3965 coeff = c_readstr (p, as_a <scalar_int_mode> (mode)); in builtin_memset_gen_str()
6828 const_rtx = c_readstr (const_str + offset, unit_mode); in inline_string_cmp()
H A Dexpr.cc5863 return c_readstr (p, as_a <scalar_int_mode> (mode), false); in string_cst_read_str()
5868 return c_readstr (TREE_STRING_POINTER (str) + offset, in string_cst_read_str()
H A DChangeLog-201933582 * builtins.h (c_readstr): Declare.
33583 * builtins.c (c_readstr): Remove forward declaration. Add
H A DChangeLog-20002371 * builtins.c (c_readstr): New.
H A DChangeLog-201222743 * builtins.c (c_readstr, fold_builtin_bitop): Likewise.
H A DChangeLog-201816425 (inline_string_cmp): Likewise. Use c_readstr instead of
H A DChangeLog-201034849 * builtins.c (c_readstr): Fix assert.
H A DChangeLog-201138190 * builtins.c (c_readstr): Fix byte order if BYTES_BIG_ENDIAN !=
H A DChangeLog-201717999 * builtins.c (c_readstr): Likewise.
H A DChangeLog-200416176 * builtins.c (c_readstr, expand_builtin_longjmp, apply_args_size,
H A DChangeLog-201439680 (c_readstr): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.h106 extern rtx c_readstr (const char *, scalar_int_mode, bool = true);
H A Dbuiltins.c856 c_readstr (const char *str, scalar_int_mode mode, in c_readstr() function
3258 return c_readstr (rep + offset, mode, /*nul_terminated=*/false); in builtin_memcpy_read_str()
4680 return c_readstr (str + offset, mode); in builtin_strncpy_read_str()
4899 return c_readstr (p, mode); in builtin_memset_read_str()
4921 coeff = c_readstr (p, mode); in builtin_memset_gen_str()
7590 const_rtx = c_readstr (const_str + offset, unit_mode); in inline_string_cmp()
H A Dexpr.c5559 return c_readstr (p, mode, false); in string_cst_read_str()
5562 return c_readstr (TREE_STRING_POINTER (str) + offset, mode, false); in string_cst_read_str()