OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drap_rtx
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-features.cc
1812
rtx
drap_rtx
= targetm.calls.get_drap_rtx ();
1814
/* stack_realign_drap and
drap_rtx
must match. */
1815
gcc_assert ((stack_realign_drap != 0) == (
drap_rtx
!= NULL));
1819
if (
drap_rtx
!= NULL)
1821
crtl->args.internal_arg_pointer =
drap_rtx
;
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386-features.cc
2576
rtx
drap_rtx
= targetm.calls.get_drap_rtx ();
2578
/* stack_realign_drap and
drap_rtx
must match. */
2579
gcc_assert ((stack_realign_drap != 0) == (
drap_rtx
!= NULL));
2583
if (
drap_rtx
!= NULL)
2585
crtl->args.internal_arg_pointer =
drap_rtx
;
/src/external/gpl3/gcc.old/dist/gcc/
cfgexpand.cc
6458
rtx
drap_rtx
;
local
6508
drap_rtx
= targetm.calls.get_drap_rtx ();
6510
/* stack_realign_drap and
drap_rtx
must match. */
6511
gcc_assert ((stack_realign_drap != 0) == (
drap_rtx
!= NULL));
6514
if (
drap_rtx
!= NULL)
6516
crtl->args.internal_arg_pointer =
drap_rtx
;
/src/external/gpl3/gcc/dist/gcc/
cfgexpand.cc
6484
rtx
drap_rtx
;
local
6534
drap_rtx
= targetm.calls.get_drap_rtx ();
6536
/* stack_realign_drap and
drap_rtx
must match. */
6537
gcc_assert ((stack_realign_drap != 0) == (
drap_rtx
!= NULL));
6540
if (
drap_rtx
!= NULL)
6542
crtl->args.internal_arg_pointer =
drap_rtx
;
Completed in 35 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026