Re: [RFC PATCH 5/5] powerpc: sstep: Add selftests for addc[.] instruction

2019-02-11 Thread Sandipan Das
On 11/02/19 6:30 AM, Daniel Axtens wrote: > Hi Sandipan, > >> +{ >> +.descr = "RA = LONG_MIN | INT_MIN, RB = >> LONG_MIN | INT_MIN", >> +.instr = PPC_INST_ADDC | ___PPC_RT(20) | >> ___PPC_RA(21) | ___PPC_RB(22), >> +

Re: [RFC PATCH 5/5] powerpc: sstep: Add selftests for addc[.] instruction

2019-02-10 Thread Daniel Axtens
Hi Sandipan, > + { > + .descr = "RA = LONG_MIN | INT_MIN, RB = > LONG_MIN | INT_MIN", > + .instr = PPC_INST_ADDC | ___PPC_RT(20) | > ___PPC_RA(21) | ___PPC_RB(22), > + .regs = > +

[RFC PATCH 5/5] powerpc: sstep: Add selftests for addc[.] instruction

2019-02-03 Thread Sandipan Das
This adds test cases for the addc[.] instruction. Signed-off-by: Sandipan Das --- arch/powerpc/include/asm/ppc-opcode.h | 1 + arch/powerpc/lib/sstep_tests.c| 212 ++ 2 files changed, 213 insertions(+) diff --git a/arch/powerpc/include/asm/ppc-opcode.h