Home
last modified time | relevance | path

Searched refs:PROFILE_MODEL_LOAD_STALL_CYCLES (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-profile.h174 #define PROFILE_MODEL_LOAD_STALL_CYCLES(p) ((p)->load_stall_cycles) macro
Dsim-profile.c970 unsigned long load_stall_cycles = PROFILE_MODEL_LOAD_STALL_CYCLES (data); in profile_print_model()
/netbsd/src/external/gpl3/gdb/dist/sim/m32r/
Dm32r.c340 PROFILE_MODEL_LOAD_STALL_CYCLES (p) += mp->load_stall; in m32rbf_model_insn_after()
/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dprofile.c980 PROFILE_MODEL_LOAD_STALL_CYCLES (p) += ps->vliw_load_stall; in frvbf_model_insn_after()
DChangeLog-20211476 (frvbf_model_insn_after): Increment PROFILE_MODEL_LOAD_STALL_CYCLES.