qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] TriCore 1.6.2 Instructions
@ 2023-06-10 10:55 Bastian Koppelmann
  2023-06-10 10:55 ` [PATCH 1/6] target/tricore: Introduce ISA 1.6.2 feature Bastian Koppelmann
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Bastian Koppelmann @ 2023-06-10 10:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: kbastian

Hi,

this patch series is in response to the tickets [1] [2], which point out missing
instructions from ISA v1.6.2. This is the first series that implements the low
hanging fruits.

Cheers,
Bastian

[1] https://gitlab.com/qemu-project/qemu/-/issues/1452
[2] https://gitlab.com/qemu-project/qemu/-/issues/1667

Bastian Koppelmann (6):
  target/tricore: Introduce ISA 1.6.2 feature
  target/tricore: Add popcnt.w insn
  target/tricore: Add LHA insn
  target/tricore: Add crc32l.w insn
  target/tricore: Add crc32.b insn
  target/tricore: Add shuffle insn

 target/tricore/cpu.c             | 13 +++++++
 target/tricore/cpu.h             |  1 +
 target/tricore/helper.h          |  5 ++-
 target/tricore/op_helper.c       | 66 +++++++++++++++++++++++++++++++-
 target/tricore/translate.c       | 48 +++++++++++++++++++++--
 target/tricore/tricore-opcodes.h | 15 +++++++-
 6 files changed, 140 insertions(+), 8 deletions(-)

-- 
2.40.1



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-06-10 15:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-10 10:55 [PATCH 0/6] TriCore 1.6.2 Instructions Bastian Koppelmann
2023-06-10 10:55 ` [PATCH 1/6] target/tricore: Introduce ISA 1.6.2 feature Bastian Koppelmann
2023-06-10 14:57   ` Richard Henderson
2023-06-10 10:55 ` [PATCH 2/6] target/tricore: Add popcnt.w insn Bastian Koppelmann
2023-06-10 14:58   ` Richard Henderson
2023-06-10 10:55 ` [PATCH 3/6] target/tricore: Add LHA insn Bastian Koppelmann
2023-06-10 15:14   ` Richard Henderson
2023-06-10 10:55 ` [PATCH 4/6] target/tricore: Add crc32l.w insn Bastian Koppelmann
2023-06-10 15:18   ` Richard Henderson
2023-06-10 10:55 ` [PATCH 5/6] target/tricore: Add crc32.b insn Bastian Koppelmann
2023-06-10 15:19   ` Richard Henderson
2023-06-10 10:55 ` [PATCH 6/6] target/tricore: Add shuffle insn Bastian Koppelmann
2023-06-10 15:41   ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).