Searched refs:cpu_mips_get_random (Results 1 – 3 of 3) sorted by relevance
51 uint32_t cpu_mips_get_random(CPUMIPSState *env);
204 uint32_t cpu_mips_get_random(CPUMIPSState *env) in cpu_mips_get_random() function246 return (int32_t)cpu_mips_get_random(env); in helper_mfc0_random()
163 int r = cpu_mips_get_random(env); in r4k_helper_tlbwr()