Searched refs:DBREAKC (Results 1 – 5 of 5) sorted by relevance
118 uint32_t dbreakc = env->sregs[DBREAKC + i]; in HELPER()129 if ((env->sregs[DBREAKC + i] ^ v) & (DBREAKC_SB_LB | DBREAKC_MASK)) { in HELPER()141 env->sregs[DBREAKC + i] = v; in HELPER()
145 DBREAKC = 160, enumerator
473 if (par[0] >= DBREAKC && par[0] < DBREAKC + MAX_NDBREAK) { in test_exceptions_dbreak()474 n = par[0] - DBREAKC; in test_exceptions_dbreak()2500 unsigned id = par[0] - DBREAKC; in translate_wsr_dbreakc()3871 DBREAKC,3880 DBREAKC + 1,4779 DBREAKC,4788 DBREAKC + 1,5544 DBREAKC,5553 DBREAKC + 1,
13 #define DBREAKC 160 macro
99 wsr a0, DBREAKC + _index