OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:load_store_pendulum
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
18171
static int
load_store_pendulum
;
18787
&& ((
load_store_pendulum
== -2 && is_load_insn (insn, &load_mem))
18788
|| (
load_store_pendulum
== 2 && is_store_insn (insn, &str_mem))))
19164
A couple of things are done. First, we maintain a "
load_store_pendulum
"
19201
/* Issuing a store, swing the
load_store_pendulum
to the left */
19202
load_store_pendulum
--;
19204
/* Issuing a load, swing the
load_store_pendulum
to the right */
19205
load_store_pendulum
++;
19211
if ((
load_store_pendulum
== 0) || (lastpos <= 0))
19214
if (
load_store_pendulum
== 1
18134
static int
load_store_pendulum
;
variable
20300
int
load_store_pendulum
;
member in struct:rs6000_sched_context
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
17713
static int
load_store_pendulum
;
18327
&& ((
load_store_pendulum
== -2 && is_load_insn (insn, &load_mem))
18328
|| (
load_store_pendulum
== 2 && is_store_insn (insn, &str_mem))))
18703
A couple of things are done. First, we maintain a "
load_store_pendulum
"
18740
/* Issuing a store, swing the
load_store_pendulum
to the left */
18741
load_store_pendulum
--;
18743
/* Issuing a load, swing the
load_store_pendulum
to the right */
18744
load_store_pendulum
++;
18750
if ((
load_store_pendulum
== 0) || (lastpos <= 0))
18753
if (
load_store_pendulum
== 1
17676
static int
load_store_pendulum
;
variable
19835
int
load_store_pendulum
;
member in struct:rs6000_sched_context
[
all
...]
Completed in 60 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026