Searched refs:CP0DB_Halt (Results 1 – 2 of 2) sorted by relevance
389 #define CP0DB_Halt 26 macro
767 return (env->CP0_Debug & ~((1 << CP0DB_SSt) | (1 << CP0DB_Halt))) | in helper_mftc0_debug()768 (tcstatus & ((1 << CP0DB_SSt) | (1 << CP0DB_Halt))); in helper_mftc0_debug()1290 uint32_t val = arg1 & ((1 << CP0DB_SSt) | (1 << CP0DB_Halt)); in helper_mttc0_debug()1297 env->CP0_Debug = (env->CP0_Debug & ((1 << CP0DB_SSt) | (1 << CP0DB_Halt))) | in helper_mttc0_debug()1298 (arg1 & ~((1 << CP0DB_SSt) | (1 << CP0DB_Halt))); in helper_mttc0_debug()