HomeSort by: relevance | last modified time | path
    Searched defs:SP_REG (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld_mac.cc 91 #define SP_REG __rsp
97 # define SP_REG __sp
99 # define SP_REG sp
105 #define SP_REG __esp
163 *sp = regs.SP_REG;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stoptheworld_mac.cpp 92 #define SP_REG __rsp
99 # define SP_REG __sp
101 # define SP_REG sp
108 #define SP_REG __esp
168 *sp = regs.SP_REG;
sanitizer_stoptheworld_win.cpp 47 # define SP_REG Rsp
49 # define SP_REG Esp
51 # define SP_REG Sp
64 *sp = thread_context->SP_REG;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_stoptheworld_mac.cpp 91 #define SP_REG __rsp
97 # define SP_REG __sp
99 # define SP_REG sp
105 #define SP_REG __esp
167 *sp = regs.SP_REG;
  /src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.h 348 SP_REG, /* sp register (aka a1) */
370 "SP_REG", \
  /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
xtensa.h 376 SP_REG, /* sp register (aka a1) */
397 "SP_REG", \

Completed in 55 milliseconds