OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vliw_wait
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/frv/
profile.c
799
frv_model_trace_wait_cycles (cpu, ps->
vliw_wait
, hazard_name);
817
if (ps->
vliw_wait
!= 0)
818
frv_model_advance_cycles (cpu, ps->
vliw_wait
);
819
if (ps->vliw_load_stall > ps->
vliw_wait
)
820
ps->vliw_load_stall -= ps->
vliw_wait
;
918
ps->
vliw_wait
= 0;
1427
if (in_GR >= 0 && gr[in_GR] > ps->
vliw_wait
)
1431
ps->
vliw_wait
= gr[in_GR];
1446
if (gr[in_GR] > ps->
vliw_wait
)
1450
ps->
vliw_wait
= gr[in_GR]
[
all
...]
profile.h
30
long
vliw_wait
; /* number of cycles that the current VLIW insn must wait. */
member in struct:__anon19477
/src/external/gpl3/gdb.old/dist/sim/frv/
profile.c
799
frv_model_trace_wait_cycles (cpu, ps->
vliw_wait
, hazard_name);
817
if (ps->
vliw_wait
!= 0)
818
frv_model_advance_cycles (cpu, ps->
vliw_wait
);
819
if (ps->vliw_load_stall > ps->
vliw_wait
)
820
ps->vliw_load_stall -= ps->
vliw_wait
;
918
ps->
vliw_wait
= 0;
1427
if (in_GR >= 0 && gr[in_GR] > ps->
vliw_wait
)
1431
ps->
vliw_wait
= gr[in_GR];
1446
if (gr[in_GR] > ps->
vliw_wait
)
1450
ps->
vliw_wait
= gr[in_GR]
[
all
...]
profile.h
30
long
vliw_wait
; /* number of cycles that the current VLIW insn must wait. */
member in struct:__anon22216
Completed in 46 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026