* gas/mn10300/am33_8.s: Test DSP autoincrement memory loads/stores.
* gas/mn10300/basic.exp: Corresponding changes.
This commit is contained in:
parent
47254a1631
commit
b706e6b44d
2 changed files with 15 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
start-sanitize-am33
|
||||
Thu Jul 23 09:22:09 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* gas/mn10300/am33_8.s: Test DSP autoincrement memory loads/stores.
|
||||
* gas/mn10300/basic.exp: Corresponding changes.
|
||||
|
||||
* gas/mn10300/am_*.s: Test autoincrement memory loads/stores.
|
||||
* gas/mn10300/basic.exp: Corresponding changes.
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.text
|
||||
.am33
|
||||
xor_add r4,r1,r2,r3
|
||||
xor_add r4,r1,2,r3
|
||||
xor_sub r4,r1,r2,r3
|
||||
|
@ -55,4 +56,15 @@
|
|||
sat16_lsr r4,r1,2,r3
|
||||
sat16_asl r4,r1,r2,r3
|
||||
sat16_asl r4,r1,2,r3
|
||||
mov_llt (r1+,4),r2
|
||||
mov_lgt (r1+,4),r2
|
||||
mov_lge (r1+,4),r2
|
||||
mov_lle (r1+,4),r2
|
||||
mov_lcs (r1+,4),r2
|
||||
mov_lhi (r1+,4),r2
|
||||
mov_lcc (r1+,4),r2
|
||||
mov_lls (r1+,4),r2
|
||||
mov_leq (r1+,4),r2
|
||||
mov_lne (r1+,4),r2
|
||||
mov_lra (r1+,4),r2
|
||||
|
||||
|
|
Loading…
Reference in a new issue