* gas/sh/dsp.s: Add three more instructions.
* gas/sh/dsp.d: Update.
This commit is contained in:
parent
8243435612
commit
477ad2e19b
3 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Jun 17 16:23:59 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
||||
|
||||
* gas/sh/dsp.s: Add three more instructions.
|
||||
* gas/sh/dsp.d: Update.
|
||||
|
||||
2002-06-14 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* gas/mips/lineno.d: Use --gstabs.
|
||||
|
|
|
@ -22,3 +22,6 @@ Disassembly of section .text:
|
|||
0+01a <[^>]*> f4 b7 [ ]*movs.l y1,@r4
|
||||
0+01c <[^>]*> f7 cb [ ]*movs.l m0,@r3\+
|
||||
0+01e <[^>]*> f6 ef [ ]*movs.l m1,@r2\+r8
|
||||
0+020 <[^>]*> f8 00 b1 07 [ ]padd x0,y0,a0
|
||||
0+024 <[^>]*> f8 00 ed 07 [ ]plds a0,mach
|
||||
0+028 <[^>]*> f8 00 b1 07 [ ]padd x0,y0,a0
|
||||
|
|
|
@ -22,3 +22,6 @@ dsp_tests:
|
|||
movs.l m0, @r3+
|
||||
movs.l m1, @r2+r8
|
||||
|
||||
padd x0,y0,a0
|
||||
plds a0,mach
|
||||
padd x0,y0,a0
|
||||
|
|
Loading…
Reference in a new issue