Home
last modified time | relevance | path

Searched refs:request_cache_load (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dprofile.h166 void request_cache_load (SIM_CPU *, INT, int, int);
Dprofile.c163 request_cache_load (SIM_CPU *cpu, INT regnum, int regtype, int cycles) in request_cache_load() function
1079 request_cache_load (cpu, out_GR, REGTYPE_NONE, cycles); in update_GR_latency_for_load()
1101 request_cache_load (cpu, out_GR, REGTYPE_NONE, cycles); in update_GRdouble_latency_for_load()
1155 request_cache_load (cpu, out_FR, REGTYPE_FR, cycles); in update_FR_latency_for_load()
1177 request_cache_load (cpu, out_FR, REGTYPE_FR, cycles); in update_FRdouble_latency_for_load()
DChangeLog-20211578 (request_cache_load): New function.