mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-16 00:50:06 +01:00
added support for <Xd>! registers and [<Xd>]! mem addresses in Arm
This commit is contained in:
8
tests/test_files/mops_aarch64.s
Normal file
8
tests/test_files/mops_aarch64.s
Normal file
@@ -0,0 +1,8 @@
|
||||
memprolog [x3]!, [x1]!, x2!
|
||||
//ALT1 ldp x3,x1, [sp, #40]
|
||||
memmain [x3]!, [x1]!, x2!
|
||||
//ALT1 ldp x3,x1, [sp, #40]
|
||||
memepilog [x3]!, [x1]!, x2!
|
||||
//ALT1 ldp x3,x1, [sp, #40]
|
||||
//ALT1 memprolog [x3]!, x2!, x1
|
||||
add x2, x2, #123
|
||||
Reference in New Issue
Block a user