Searched defs:CANNOT_STORE_REGISTER (Results 1 – 4 of 4) sorted by relevance
31 #define CANNOT_STORE_REGISTER(regno) ((regno) == 14 || (regno) == 15) macro
29 #define CANNOT_STORE_REGISTER(regno) (regno == PS_REGNUM) macro
61 #define CANNOT_STORE_REGISTER(regno) cannot_fetch_register (regno) macro
1055 #define CANNOT_STORE_REGISTER(regnum) (gdbarch_cannot_store_register (current_gdbarch, regnum)) macro