Home
last modified time | relevance | path

Searched refs:read_rtx (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dread-rtl.c523 read_rtx (infile) in read_rtx() function
621 XEXP (return_rtx, i) = read_rtx (infile);
653 obstack_ptr_grow (&vector_stack, (PTR) read_rtx (infile));
Dgensupport.c253 desc = read_rtx (input_file);
973 desc = read_rtx (input_file);
Drtl.h2243 extern rtx read_rtx PARAMS ((FILE *));
Drtl.def38 read_rtx(), and printed by print_rtx().
DChangeLog.06096 prototypes. Remove redundant prototype of read_rtx().
6299 * rtl.c (read_rtx): Fall back on homebrew atoll if HOST_WIDE_INT
8142 * rtl.c (read_rtx): Use HAVE_ATOLL and HAVE_ATOQ to select the
8176 * rtl.c (read_rtx): Use atol/atoq based upon disposition of
8777 * rtl.c (read_rtx): Initialize list_rtx to NULL, not NULL_RTX.
9323 (read_rtx): Initialize list_rtx.
DChangeLog.23146 * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.
3829 * rtl.c (read_rtx): Call fatal if bad RTL code; check for bad mode.
5078 * rtl.c (read_rtx): Track line number across \\\n.
5363 (read_rtx): Use fatal_expected_char. Track line number.
10461 (copy_rtx, copy_most_rtx, read_rtx): Likewise.
DChangeLog.58 (read_rtx): Set star_if_braced from the format string.
152 * rtl.c: Split RTL reader (read_rtx, read_skip_spaces,
163 * doc/rtl.texi (Reading RTL): read_rtx is not available in the
2964 (read_rtx): ... here.
DChangeLog.43180 (read_rtx): Recognize define_constants.
3632 * rtl.c (read_rtx): Provide suitable names for unnamed
6334 (read_rtx): Use a local rtl_obstack.
DChangeLog.64539 (read_rtx): Validate constant integers.
/openbsd/src/gnu/gcc/gcc/
Dgensupport.c257 while (read_rtx (input_file, &desc, &lineno)) in process_include()
1007 while (read_rtx (input_file, &desc, &lineno)) in init_md_reader_args_cb()
1041 while (read_rtx (input_file, &desc, &lineno)) in init_md_reader_args_cb()
1055 while (read_rtx (input_file, &desc, &lineno)) in init_md_reader_args_cb()
Dread-rtl.c1389 read_rtx (FILE *infile, rtx *x, int *lineno) in read_rtx() function
Drtl.h2217 extern bool read_rtx (FILE *, rtx *, int *);
Drtl.def39 read_rtx(), and printed by print_rtx().
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Drtl.texi3473 To read an RTL object from a file, call @code{read_rtx}. It takes one
/openbsd/src/gnu/gcc/gcc/doc/
Drtl.texi3705 To read an RTL object from a file, call @code{read_rtx}. It takes one
Dgccint.info11566 To read an RTL object from a file, call `read_rtx'. It takes one