mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Added the llvm.readport and llvm.writeport intrinsics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12780 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8ba725b456
commit
60a505b1f6
@ -57,6 +57,10 @@ namespace Intrinsic {
|
|||||||
// Standard libm functions...
|
// Standard libm functions...
|
||||||
|
|
||||||
|
|
||||||
|
// Input/Output intrinsics
|
||||||
|
readport,
|
||||||
|
writeport,
|
||||||
|
|
||||||
//===------------------------------------------------------------------===//
|
//===------------------------------------------------------------------===//
|
||||||
// This section defines intrinsic functions used to represent Alpha
|
// This section defines intrinsic functions used to represent Alpha
|
||||||
// instructions...
|
// instructions...
|
||||||
|
Loading…
Reference in New Issue
Block a user