mbox series

[0/2] powerpc/sstep: Add emulation support and tests for 'setb' instruction

Message ID cover.1618469454.git.sathvika@linux.vnet.ibm.com (mailing list archive)
Headers show
Series powerpc/sstep: Add emulation support and tests for 'setb' instruction | expand

Message

Sathvika Vasireddy April 16, 2021, 7:02 a.m. UTC
This patchset adds emulation support and tests for setb instruction. Test cases are written to test different CR fields with different bits set in each field.

Sathvika Vasireddy (2):
  powerpc/sstep: Add emulation support for ‘setb’ instruction
  powerpc/sstep: Add tests for setb instruction

 arch/powerpc/include/asm/ppc-opcode.h |  1 +
 arch/powerpc/lib/sstep.c              | 12 +++++++
 arch/powerpc/lib/test_emulate_step.c  | 28 +++++++++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+)