Searched refs:REG_EPC (Results 1 – 4 of 4) sorted by relevance
16 #define REG_EPC 37 macro
748 *ptr++ = hexchars[REG_EPC >> 4]; in handle_exception()749 *ptr++ = hexchars[REG_EPC & 0xf]; in handle_exception()
727 *ptr++ = hexchars[REG_EPC >> 4]; in handle_exception()728 *ptr++ = hexchars[REG_EPC & 0xf]; in handle_exception()