Home
last modified time | relevance | path

Searched refs:FIRST_STAGE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dcache.h103 FIRST_STAGE, enumerator
104 A_STAGE = FIRST_STAGE, /* Addressing stage */
Dcache.c92 for (j = FIRST_STAGE; j < FRV_CACHE_STAGES; ++j) in frv_cache_init()
864 for (i = FIRST_STAGE; i < FRV_CACHE_STAGES; ++i) in next_priority()
943 for (stage = LAST_STAGE; stage > FIRST_STAGE; --stage) in advance_pipelines()
951 pipelines[pipe].stages[FIRST_STAGE].request in advance_pipelines()
1121 for (j = FIRST_STAGE; j < FRV_CACHE_STAGES; ++j) in address_interference()