Home
last modified time | relevance | path

Searched refs:break_out_memory_refs (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dexplow.c44 static rtx break_out_memory_refs (rtx);
289 break_out_memory_refs (rtx x) in break_out_memory_refs() function
298 rtx op0 = break_out_memory_refs (XEXP (x, 0)); in break_out_memory_refs()
299 rtx op1 = break_out_memory_refs (XEXP (x, 1)); in break_out_memory_refs()
421 x = break_out_memory_refs (x); in memory_address()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexplow.c39 static rtx break_out_memory_refs PARAMS ((rtx));
341 break_out_memory_refs (x) in break_out_memory_refs() function
351 rtx op0 = break_out_memory_refs (XEXP (x, 0));
352 rtx op1 = break_out_memory_refs (XEXP (x, 1));
529 x = break_out_memory_refs (x);
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dtm.texi4937 @findex break_out_memory_refs
4938 @var{x} will always be the result of a call to @code{break_out_memory_refs},
/openbsd/gnu/gcc/gcc/doc/
H A Dtm.texi5169 @findex break_out_memory_refs
5170 @var{x} will always be the result of a call to @code{break_out_memory_refs},
H A Dgccint.info23627 X will always be the result of a call to `break_out_memory_refs',
31803 * break_out_memory_refs: Addressing Modes. (line 118)