diff options
author | Richard Henderson <rth@redhat.com> | 1998-01-29 17:51:56 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-01-29 17:51:56 +0000 |
commit | 80bc5d031a1b02e77d61e7e215e1c1492c98452c (patch) | |
tree | 55d359cff2065cecedf19e07c7f15398c5088dba /gas | |
parent | b1822b9884936ac33762af58ddf9910b49ada6ed (diff) | |
download | gdb-80bc5d031a1b02e77d61e7e215e1c1492c98452c.zip gdb-80bc5d031a1b02e77d61e7e215e1c1492c98452c.tar.gz gdb-80bc5d031a1b02e77d61e7e215e1c1492c98452c.tar.bz2 |
Oops. forgot to add the moved files.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/mri/moveml.d | 24 | ||||
-rw-r--r-- | gas/testsuite/gas/mri/moveml.s | 17 |
2 files changed, 41 insertions, 0 deletions
diff --git a/gas/testsuite/gas/mri/moveml.d b/gas/testsuite/gas/mri/moveml.d new file mode 100644 index 0000000..2427079 --- /dev/null +++ b/gas/testsuite/gas/mri/moveml.d @@ -0,0 +1,24 @@ + +.*: +file format .* + +Disassembly of section .text: + +0000000000000000 <.text>: + 0: 4cdf 07fc moveml %sp@+,%d2-%a2 + 4: 4cdf 07fc moveml %sp@+,%d2-%a2 + 8: 48f9 07fc 0000 moveml %d2-%a2,0 <.text> + e: 0000 + 10: 48f9 07fc 0000 moveml %d2-%a2,0 <.text> + 16: 0000 + 18: 4cf9 07fc 0000 moveml 0 <.text>,%d2-%a2 + 1e: 0000 + 20: 4cf9 07fc 0000 moveml 0 <.text>,%d2-%a2 + 26: 0000 + 28: 4cf9 07fc 0001 moveml 16000 <fdsa>,%d2-%a2 + 2e: 6000 + 30: 4cf9 07fc 0001 moveml 16000 <fdsa>,%d2-%a2 + 36: 6000 + 38: 48f9 07fc 0001 moveml %d2-%a2,16000 <fdsa> + 3e: 6000 + 40: 48f9 07fc 0001 moveml %d2-%a2,16000 <fdsa> + 46: 6000 diff --git a/gas/testsuite/gas/mri/moveml.s b/gas/testsuite/gas/mri/moveml.s new file mode 100644 index 0000000..b8fc728 --- /dev/null +++ b/gas/testsuite/gas/mri/moveml.s @@ -0,0 +1,17 @@ +asdf reg a0-a2/d2-d7 +fdsa equ $16000 + + movem.l (sp)+,a0-a2/d2-d7 + movem.l (sp)+,asdf + + movem.l a0-a2/d2-d7,symbol + movem.l asdf,symbol + + movem.l symbol,a0-a2/d2-d7 + movem.l symbol,asdf + + movem.l fdsa,a0-a2/d2-d7 + movem.l fdsa,asdf + + movem.l a0-a2/d2-d7,fdsa + movem.l asdf,fdsa |