Searched defs:SP_REG (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stoptheworld_mac.cpp | 91 #define SP_REG __rsp macro 97 # define SP_REG __sp macro 99 # define SP_REG sp macro 105 #define SP_REG __esp macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stoptheworld_mac.cc | 89 #define SP_REG __rsp macro 95 # define SP_REG __sp macro 97 # define SP_REG sp macro 103 #define SP_REG __esp macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_mac.cc | 91 #define SP_REG __rsp macro 97 # define SP_REG __sp macro 99 # define SP_REG sp macro 105 #define SP_REG __esp macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
H A D | xtensa.h | 375 SP_REG, /* sp register (aka a1) */ enumerator
|
H A D | xtensa.cc | 4408 RL_REGS, SP_REG, RL_REGS, RL_REGS, in xtensa_regno_to_class() enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/ |
H A D | xtensa.h | 369 SP_REG, /* sp register (aka a1) */ enumerator
|
H A D | xtensa.c | 4376 RL_REGS, SP_REG, RL_REGS, RL_REGS, in xtensa_regno_to_class() enumerator
|