Searched refs:CP0_Debug (Results 1 – 3 of 3) sorted by relevance
430 target_ulong t0 = env->CP0_Debug; in helper_mfc0_debug()451 return (other->CP0_Debug & ~((1 << CP0DB_SSt) | (1 << CP0DB_Halt))) | in helper_mftc0_debug()1352 env->CP0_Debug = (env->CP0_Debug & 0x8C03FC1F) | (arg1 & 0x13300120); in helper_mtc0_debug()1372 other->CP0_Debug = (other->CP0_Debug & in helper_mttc0_debug()
316 VMSTATE_INT32(env.CP0_Debug, MIPSCPU),
1016 int32_t CP0_Debug; member