Searched refs:cpu_sh4_is_cached (Results 1 – 3 of 3) sorted by relevance
50 int cpu_sh4_is_cached(CPUSH4State *env, target_ulong addr) in cpu_sh4_is_cached() function738 int cpu_sh4_is_cached(CPUSH4State * env, target_ulong addr) in cpu_sh4_is_cached() function
280 int cpu_sh4_is_cached(CPUSH4State * env, target_ulong addr);
110 if (cpu_sh4_is_cached (env, address)) in helper_movcal()