[PATCH] ppc/svp64: test setvl ms operand
Alan Modra
amodra@gmail.com
Tue Sep 13 23:40:43 GMT 2022
More information about the Binutils mailing list
Tue Sep 13 23:40:43 GMT 2022
- Previous message (by thread): [PATCH] ppc/svp64: test setvl ms operand
- Next message (by thread): [PATCH] ppc/svp64: test setvl ms operand
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Sep 08, 2022 at 10:52:15AM +0300, Dmitry Selyutin wrote: > --- > gas/testsuite/gas/ppc/setvl.d | 1 + > gas/testsuite/gas/ppc/setvl.s | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/gas/testsuite/gas/ppc/setvl.d b/gas/testsuite/gas/ppc/setvl.d > index a241c64fd16..4518ea32720 100644 > --- a/gas/testsuite/gas/ppc/setvl.d > +++ b/gas/testsuite/gas/ppc/setvl.d > @@ -13,3 +13,4 @@ Disassembly of section \.text: > .*: (36 7e 00 58|58 00 7e 36) setvl r0,r0,64,0,0,0 > .*: (76 00 00 58|58 00 00 76) setvl r0,r0,1,1,0,0 > .*: (b6 00 00 58|58 00 00 b6) setvl r0,r0,1,0,1,0 > +.*: (36 01 00 58|58 00 01 36) setvl r0,r0,1,0,0,1 > diff --git a/gas/testsuite/gas/ppc/setvl.s b/gas/testsuite/gas/ppc/setvl.s > index b7f1825b54b..a50820dc308 100644 > --- a/gas/testsuite/gas/ppc/setvl.s > +++ b/gas/testsuite/gas/ppc/setvl.s > @@ -5,3 +5,4 @@ setvl 0,31,1,0,0,0 > setvl 0,0,64,0,0,0 > setvl 0,0,1,1,0,0 > setvl 0,0,1,0,1,0 > +setvl 0,0,1,0,0,1 > -- > 2.37.2 OK. Patches like this one can be applied as obvious, ie. not needing PowerPC or global maintainer approval. -- Alan Modra Australia Development Lab, IBM
- Previous message (by thread): [PATCH] ppc/svp64: test setvl ms operand
- Next message (by thread): [PATCH] ppc/svp64: test setvl ms operand
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list