mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-15 16:07:49 +00:00
add new llvm.stacksave/llvm.stackrestore intrinsics
llvm-svn: 25265
This commit is contained in:
parent
b24168a52c
commit
6f8204560f
@ -34,6 +34,8 @@ namespace Intrinsic {
|
||||
// Code generator intrinsics.
|
||||
returnaddress, // Yields the return address of a dynamic call frame
|
||||
frameaddress, // Yields the frame address of a dynamic call frame
|
||||
stacksave, // Save the stack pointer
|
||||
stackrestore, // Restore the stack pointer
|
||||
prefetch, // Prefetch a value into the cache
|
||||
pcmarker, // Export a PC from near the marker
|
||||
readcyclecounter, // Read cycle counter register
|
||||
|
Loading…
x
Reference in New Issue
Block a user