On Wed, 2026-05-20 at 21:37 +0530, Chinmay Rath wrote: > --- a/target/ppc/insn32.decode > +++ b/target/ppc/insn32.decode > @@ -372,6 +372,14 @@ STVDX 011111 ..... ..... ..... > 0010010001 - @X > STSKU 111110 ..... ..... ............. 0 11 @DD > STCXU 111110 ..... ..... ............. 1 11 @DD > > +STDBRX 011111 ..... ..... ..... 1010010100 - @X > +STDCIX 011111 ..... ..... ..... 1111110101 - @X > +STWCIX 011111 ..... ..... ..... 1110010101 - @X > +STHCIX 011111 ..... ..... ..... 1110110101 - @X > +STBCIX 011111 ..... ..... ..... 1111010101 - @X > +STHBRX 011111 ..... ..... ..... 1110010110 - @X > +STWBRX 011111 ..... ..... ..... 1010010110 - @X > + > ### Fixed-Point Compare Instructions >
Hi Amit, It would be good to align the instruction format with the other instructions currently it looks little odd. Otherwise LGTM. ~Shivang.
