Searched refs:read_rtx (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | read-rtl.c | 523 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));
|
| D | gensupport.c | 253 desc = read_rtx (input_file); 973 desc = read_rtx (input_file);
|
| D | rtl.h | 2243 extern rtx read_rtx PARAMS ((FILE *));
|
| D | rtl.def | 38 read_rtx(), and printed by print_rtx().
|
| D | ChangeLog.0 | 6096 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.
|
| D | ChangeLog.2 | 3146 * 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.
|
| D | ChangeLog.5 | 8 (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.
|
| D | ChangeLog.4 | 3180 (read_rtx): Recognize define_constants. 3632 * rtl.c (read_rtx): Provide suitable names for unnamed 6334 (read_rtx): Use a local rtl_obstack.
|
| D | ChangeLog.6 | 4539 (read_rtx): Validate constant integers.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | gensupport.c | 257 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()
|
| D | read-rtl.c | 1389 read_rtx (FILE *infile, rtx *x, int *lineno) in read_rtx() function
|
| D | rtl.h | 2217 extern bool read_rtx (FILE *, rtx *, int *);
|
| D | rtl.def | 39 read_rtx(), and printed by print_rtx().
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | rtl.texi | 3473 To read an RTL object from a file, call @code{read_rtx}. It takes one
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | rtl.texi | 3705 To read an RTL object from a file, call @code{read_rtx}. It takes one
|
| D | gccint.info | 11566 To read an RTL object from a file, call `read_rtx'. It takes one
|