Searched refs:CANNOT_STORE_REGISTER (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/config/i386/
H A Dnm-i386sco.h31 #define CANNOT_STORE_REGISTER(regno) ((regno) == 14 || (regno) == 15) macro
H A Dnm-linux.h77 #define CANNOT_STORE_REGISTER(regno) cannot_store_register (regno)
75 #define CANNOT_STORE_REGISTER macro
/openbsd-current/gnu/usr.bin/binutils/gdb/config/rs6000/
H A Dtm-rs6000ly.h29 #define CANNOT_STORE_REGISTER(regno) (regno == PS_REGNUM) macro
/openbsd-current/gnu/usr.bin/binutils/gdb/config/mips/
H A Dnm-linux.h47 #define CANNOT_STORE_REGISTER(regno) mips_linux_cannot_store_register (regno) macro
/openbsd-current/gnu/usr.bin/binutils/gdb/config/powerpc/
H A Dtm-linux.h43 #define CANNOT_STORE_REGISTER(regno) ((regno) >= MQ_REGNUM)
/openbsd-current/gnu/usr.bin/binutils/gdb/config/ia64/
H A Dnm-linux.h41 #define CANNOT_STORE_REGISTER(regno) ia64_cannot_store_register(regno) macro
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmipsnbsd-tdep.c62 if ((regno == i || regno == -1) && ! CANNOT_STORE_REGISTER (i))
94 if ((regno == i || regno == -1) && ! CANNOT_STORE_REGISTER (i))
H A Dhppa-linux-nat.c250 if (CANNOT_STORE_REGISTER (regno))
H A Dinfptrace.c347 if (CANNOT_STORE_REGISTER (regnum))
H A Dm68klinux-nat.c205 if (CANNOT_STORE_REGISTER (regno))
H A Dgdbarch.h657 #if !defined (GDB_TM_FILE) && defined (CANNOT_STORE_REGISTER)
658 #error "Non multi-arch definition of CANNOT_STORE_REGISTER"
660 #if !defined (CANNOT_STORE_REGISTER)
661 #define CANNOT_STORE_REGISTER(regnum) (gdbarch_cannot_store_register (current_gdbarch, regnum)) macro
H A Dlynx-nat.c358 if (CANNOT_STORE_REGISTER (regno))
H A Dhppah-nat.c94 if (CANNOT_STORE_REGISTER (regno))
H A Dregcache.c765 if (CANNOT_STORE_REGISTER (regnum))
H A Dgdbarch.c783 #ifdef CANNOT_STORE_REGISTER
786 "CANNOT_STORE_REGISTER(regnum)",
787 XSTRING (CANNOT_STORE_REGISTER (regnum)));

Completed in 303 milliseconds