mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 12:53:17 +08:00
* gas/ppc/altivec.d: Fix dssall test.
* gas/ppc/altivec.s: Likewise. * gas/ppc/altivec_xcoff.d: Likewise. * gas/ppc/altivec_xcoff.s: Likewise. * gas/ppc/altivec_xcoff64.d: Likewise. * gas/ppc/altivec_xcoff64.s: Likewise. * ppc-opc.c (powerpc_opcode): Fix dssall operand list.
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
2002-04-17 matthew green <mrg@redhat.com>
|
||||||
|
|
||||||
|
* gas/ppc/altivec.d: Fix dssall test.
|
||||||
|
* gas/ppc/altivec.s: Likewise.
|
||||||
|
* gas/ppc/altivec_xcoff.d: Likewise.
|
||||||
|
* gas/ppc/altivec_xcoff.s: Likewise.
|
||||||
|
* gas/ppc/altivec_xcoff64.d: Likewise.
|
||||||
|
* gas/ppc/altivec_xcoff64.s: Likewise.
|
||||||
|
|
||||||
2002-04-04 Nick Clifton <nickc@cambridge.redhat.com>
|
2002-04-04 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
* gas/mips/mips.exp: Remove spurious whaitespace.
|
* gas/mips/mips.exp: Remove spurious whaitespace.
|
||||||
|
@ -8,7 +8,7 @@ Disassembly of section \.text:
|
|||||||
|
|
||||||
00000000 <start>:
|
00000000 <start>:
|
||||||
0: 7c 60 06 6c dss 3
|
0: 7c 60 06 6c dss 3
|
||||||
4: 7e 40 06 6c dssall 2
|
4: 7e 00 06 6c dssall
|
||||||
8: 7c 25 22 ac dst r5,r4,1
|
8: 7c 25 22 ac dst r5,r4,1
|
||||||
c: 7e 08 3a ac dstt r8,r7,0
|
c: 7e 08 3a ac dstt r8,r7,0
|
||||||
10: 7c 65 32 ec dstst r5,r6,3
|
10: 7c 65 32 ec dstst r5,r6,3
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.section ".text"
|
.section ".text"
|
||||||
start:
|
start:
|
||||||
dss 3
|
dss 3
|
||||||
dssall 2
|
dssall
|
||||||
dst 5,4,1
|
dst 5,4,1
|
||||||
dstt 8,7,0
|
dstt 8,7,0
|
||||||
dstst 5,6,3
|
dstst 5,6,3
|
||||||
|
@ -8,7 +8,7 @@ Disassembly of section .text:
|
|||||||
|
|
||||||
0000000000000000 <.text>:
|
0000000000000000 <.text>:
|
||||||
0: 7c 60 06 6c dss 3
|
0: 7c 60 06 6c dss 3
|
||||||
4: 7e 40 06 6c dssall 2
|
4: 7e 00 06 6c dssall
|
||||||
8: 7c 25 22 ac dst r5,r4,1
|
8: 7c 25 22 ac dst r5,r4,1
|
||||||
c: 7e 08 3a ac dstt r8,r7,0
|
c: 7e 08 3a ac dstt r8,r7,0
|
||||||
10: 7c 65 32 ec dstst r5,r6,3
|
10: 7c 65 32 ec dstst r5,r6,3
|
||||||
|
@ -7,7 +7,7 @@ main:
|
|||||||
.csect .text[PR]
|
.csect .text[PR]
|
||||||
.main:
|
.main:
|
||||||
dss 3
|
dss 3
|
||||||
dssall 2
|
dssall
|
||||||
dst 5,4,1
|
dst 5,4,1
|
||||||
dstt 8,7,0
|
dstt 8,7,0
|
||||||
dstst 5,6,3
|
dstst 5,6,3
|
||||||
|
@ -8,7 +8,7 @@ Disassembly of section .text:
|
|||||||
|
|
||||||
0000000000000000 <.text>:
|
0000000000000000 <.text>:
|
||||||
0: 7c 60 06 6c dss 3
|
0: 7c 60 06 6c dss 3
|
||||||
4: 7e 40 06 6c dssall 2
|
4: 7e 00 06 6c dssall
|
||||||
8: 7c 25 22 ac dst r5,r4,1
|
8: 7c 25 22 ac dst r5,r4,1
|
||||||
c: 7e 08 3a ac dstt r8,r7,0
|
c: 7e 08 3a ac dstt r8,r7,0
|
||||||
10: 7c 65 32 ec dstst r5,r6,3
|
10: 7c 65 32 ec dstst r5,r6,3
|
||||||
|
@ -7,7 +7,7 @@ main:
|
|||||||
.csect .text[PR]
|
.csect .text[PR]
|
||||||
.main:
|
.main:
|
||||||
dss 3
|
dss 3
|
||||||
dssall 2
|
dssall
|
||||||
dst 5,4,1
|
dst 5,4,1
|
||||||
dstt 8,7,0
|
dstt 8,7,0
|
||||||
dstst 5,6,3
|
dstst 5,6,3
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-04-17 matthew green <mrg@redhat.com>
|
||||||
|
|
||||||
|
* ppc-opc.c (powerpc_opcode): Fix dssall operand list.
|
||||||
|
|
||||||
2002-04-04 Alan Modra <amodra@bigpond.net.au>
|
2002-04-04 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* dep-in.sed: Cope with absolute paths.
|
* dep-in.sed: Cope with absolute paths.
|
||||||
|
@ -3672,7 +3672,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
|
|||||||
{ "rac", X(31,818), X_MASK, PWRCOM, { RT, RA, RB } },
|
{ "rac", X(31,818), X_MASK, PWRCOM, { RT, RA, RB } },
|
||||||
|
|
||||||
{ "dss", XDSS(31,822,0), XDSS_MASK, PPCVEC, { STRM } },
|
{ "dss", XDSS(31,822,0), XDSS_MASK, PPCVEC, { STRM } },
|
||||||
{ "dssall", XDSS(31,822,1), XDSS_MASK, PPCVEC, { STRM } },
|
{ "dssall", XDSS(31,822,1), XDSS_MASK, PPCVEC, { 0 } },
|
||||||
|
|
||||||
{ "srawi", XRC(31,824,0), X_MASK, PPCCOM, { RA, RS, SH } },
|
{ "srawi", XRC(31,824,0), X_MASK, PPCCOM, { RA, RS, SH } },
|
||||||
{ "srai", XRC(31,824,0), X_MASK, PWRCOM, { RA, RS, SH } },
|
{ "srai", XRC(31,824,0), X_MASK, PWRCOM, { RA, RS, SH } },
|
||||||
|
Reference in New Issue
Block a user