Searched refs:REG_FP (Results 1 – 5 of 5) sorted by relevance
39 #define REG_FP 11 macro
17 #define REG_FP 72 macro
757 *ptr++ = hexchars[REG_FP >> 4]; in handle_exception()758 *ptr++ = hexchars[REG_FP & 0xf]; in handle_exception()
736 *ptr++ = hexchars[REG_FP >> 4]; in handle_exception()737 *ptr++ = hexchars[REG_FP & 0xf]; in handle_exception()