mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
add new llvm.stacksave/llvm.stackrestore intrinsics
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25265 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
57e1f39713
commit
2113db8b3f
@ -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