Home
last modified time | relevance | path

Searched defs:SP_REG (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp92 #define SP_REG __rsp macro
99 # define SP_REG __sp macro
101 # define SP_REG sp macro
108 #define SP_REG __esp macro
H A Dsanitizer_stoptheworld_win.cpp47 # define SP_REG Rsp macro
49 # define SP_REG Esp macro
51 # define SP_REG Sp macro
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp662 #define SP_REG 13 macro