mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
[PowerPC] Also add "msync" alias
This adds an alias for "msync" (which is used on Book E systems instead of "sync"). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185375 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -57,6 +57,8 @@
|
||||
|
||||
# CHECK: sync 0 # encoding: [0x7c,0x00,0x04,0xac]
|
||||
sync
|
||||
# CHECK: sync 0 # encoding: [0x7c,0x00,0x04,0xac]
|
||||
msync
|
||||
# CHECK: sync 1 # encoding: [0x7c,0x20,0x04,0xac]
|
||||
lwsync
|
||||
# CHECK: sync 2 # encoding: [0x7c,0x40,0x04,0xac]
|
||||
|
Reference in New Issue
Block a user