From: Sandipan Das <sandipan@linux.ibm.com>
To: sandipan@linux.ibm.com
Cc: naveen.n.rao@linux.ibm.com, paulus@samba.org,
linuxppc-dev@lists.ozlabs.org, ravi.bangoria@linux.ibm.com
Subject: [PATCH v2 0/6] powerpc: sstep: Extend instruction emulation support
Date: Fri, 22 Feb 2019 12:23:26 +0530 [thread overview]
Message-ID: <cover.1550817742.git.sandipan@linux.ibm.com> (raw)
This series adds emulation support for some additional ISA 3.0
instructions, most of which are now generated by a recent compiler
(e.g. gcc-8.x) when building the kernel with CONFIG_POWER9_CPU=y.
Changelog:
v1 -> v2:
- Use a conservative approach when using the multiply-add and
darn instructions via inline assembly because older binutils
may not be able to recognize them (as pointed out by Michael).
PrasannaKumar Muralidharan (1):
powerpc sstep: Add support for modsw, moduw instructions
Sandipan Das (5):
powerpc: sstep: Add support for maddhd, maddhdu, maddld instructions
powerpc: sstep: Add support for darn instruction
powerpc sstep: Add support for cnttzw, cnttzd instructions
powerpc sstep: Add support for extswsli instruction
powerpc sstep: Add support for modsd, modud instructions
arch/powerpc/include/asm/ppc-opcode.h | 15 +++-
arch/powerpc/lib/sstep.c | 114 +++++++++++++++++++++++++-
2 files changed, 126 insertions(+), 3 deletions(-)
--
2.19.2
WARNING: multiple messages have this Message-ID (diff)
From: Sandipan Das <sandipan@linux.ibm.com>
To: mpe@ellerman.id.au
Cc: naveen.n.rao@linux.ibm.com, paulus@samba.org,
linuxppc-dev@lists.ozlabs.org, ravi.bangoria@linux.ibm.com
Subject: [PATCH v2 0/6] powerpc: sstep: Extend instruction emulation support
Date: Fri, 22 Feb 2019 12:24:46 +0530 [thread overview]
Message-ID: <cover.1550817742.git.sandipan@linux.ibm.com> (raw)
Message-ID: <20190222065446.4-7H5nvRnzkp7OUiO8dRLdaDaqzbWVMugCzkSeITaWg@z> (raw)
This series adds emulation support for some additional ISA 3.0
instructions, most of which are now generated by a recent compiler
(e.g. gcc-8.x) when building the kernel with CONFIG_POWER9_CPU=y.
Changelog:
v1 -> v2:
- Use a conservative approach when using the multiply-add and
darn instructions via inline assembly because older binutils
may not be able to recognize them (as pointed out by Michael).
PrasannaKumar Muralidharan (1):
powerpc sstep: Add support for modsw, moduw instructions
Sandipan Das (5):
powerpc: sstep: Add support for maddhd, maddhdu, maddld instructions
powerpc: sstep: Add support for darn instruction
powerpc sstep: Add support for cnttzw, cnttzd instructions
powerpc sstep: Add support for extswsli instruction
powerpc sstep: Add support for modsd, modud instructions
arch/powerpc/include/asm/ppc-opcode.h | 15 +++-
arch/powerpc/lib/sstep.c | 114 +++++++++++++++++++++++++-
2 files changed, 126 insertions(+), 3 deletions(-)
--
2.19.2
next reply other threads:[~2019-02-22 6:55 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-22 6:53 Sandipan Das [this message]
2019-02-22 6:54 ` [PATCH v2 0/6] powerpc: sstep: Extend instruction emulation support Sandipan Das
2019-02-22 6:53 ` [PATCH v2 1/6] powerpc: sstep: Add support for maddhd, maddhdu, maddld instructions Sandipan Das
2019-02-22 6:54 ` Sandipan Das
2019-02-28 9:21 ` [v2, " Michael Ellerman
2019-02-22 6:53 ` [PATCH v2 2/6] powerpc: sstep: Add support for darn instruction Sandipan Das
2019-02-22 6:54 ` Sandipan Das
2019-02-22 6:53 ` [PATCH v2 3/6] powerpc sstep: Add support for cnttzw, cnttzd instructions Sandipan Das
2019-02-22 6:54 ` Sandipan Das
2019-02-22 6:53 ` [PATCH v2 4/6] powerpc sstep: Add support for extswsli instruction Sandipan Das
2019-02-22 6:54 ` Sandipan Das
2019-02-22 6:53 ` [PATCH v2 5/6] powerpc sstep: Add support for modsw, moduw instructions Sandipan Das
2019-02-22 6:54 ` Sandipan Das
2019-02-22 6:53 ` [PATCH v2 6/6] powerpc sstep: Add support for modsd, modud instructions Sandipan Das
2019-02-22 6:54 ` Sandipan Das
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1550817742.git.sandipan@linux.ibm.com \
--to=sandipan@linux.ibm.com \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=naveen.n.rao@linux.ibm.com \
--cc=paulus@samba.org \
--cc=ravi.bangoria@linux.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.