mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 11:28:10 +02:00
12 lines
190 B
ObjectPascal
12 lines
190 B
ObjectPascal
{ %cpu=aarch64 }
|
|
{ %norun }
|
|
|
|
begin
|
|
asm
|
|
ld1 {v20.4s-v21.4s,v22.4s},[x3]
|
|
ld1 {v20.4s-v23.4s},[x3]
|
|
ld1 {v20.4s-v22.4s,v23.4s},[x3]
|
|
ld1 {v20.4s-v21.4s,v22.4s},[x3]
|
|
end;
|
|
end.
|