qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/14] Collected tilegx patches
@ 2015-10-01  2:38 Richard Henderson
  2015-10-01  2:38 ` [Qemu-devel] [PATCH 01/14] target-tilegx: Use V1 in simd_helper.c Richard Henderson
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Richard Henderson @ 2015-10-01  2:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: gang.chen.5i5j

I've taken the liberty of modifying some of the patches that Chen Gang
has posted.  Some of these are new cleanups that I saw along the way.
A few are filling out the final user-level non-fp, non-vector insns.

Please give them a look over and re-test, Mr Chen.


r~


Chen Gang (8):
  target-tilegx: Implement v*shl, v*shru, and v*shrs instructions
  target-tilegx: Implement v*add and v*sub instructions
  target-tilegx: Implement v1multu instruction
  target-tilegx: Let x1 pipe process bpt instruction only
  linux-user/syscall_defs.h: Sync the latest si_code from Linux kernel
  linux-user/tilegx: Implement tilegx signal features
  target-tilegx: Decode ill pseudo-instructions
  target-tilegx: Fix a typo for mnemonic about "ld_add"

Richard Henderson (6):
  target-tilegx: Use V1 in simd_helper.c
  target-tilegx: Implement crc instructions
  target-tilegx: Implement table index instructions
  target-tilegx: Implement complex multiply instructions
  target-tilegx: Use TILEGX_EXCP_SIGNAL instead of TILEGX_EXCP_SEGV
  target-tilegx: Handle nofault prefetch instructions

 linux-user/main.c           |  39 +++--
 linux-user/signal.c         | 160 +++++++++++++++++++-
 linux-user/syscall_defs.h   |  11 ++
 linux-user/tilegx/syscall.h |   3 +
 target-tilegx/cpu.c         |   7 +-
 target-tilegx/cpu.h         |   6 +-
 target-tilegx/helper.c      |  59 ++++++++
 target-tilegx/helper.h      |   9 ++
 target-tilegx/simd_helper.c |  53 ++++++-
 target-tilegx/translate.c   | 349 ++++++++++++++++++++++++++++++++++++++------
 10 files changed, 635 insertions(+), 61 deletions(-)

-- 
2.4.3

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

end of thread, other threads:[~2015-10-01 14:04 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-01  2:38 [Qemu-devel] [PATCH 00/14] Collected tilegx patches Richard Henderson
2015-10-01  2:38 ` [Qemu-devel] [PATCH 01/14] target-tilegx: Use V1 in simd_helper.c Richard Henderson
2015-10-01  2:38 ` [Qemu-devel] [PATCH 02/14] target-tilegx: Implement v*shl, v*shru, and v*shrs instructions Richard Henderson
2015-10-01  2:38 ` [Qemu-devel] [PATCH 03/14] target-tilegx: Implement v*add and v*sub instructions Richard Henderson
2015-10-01  2:38 ` [Qemu-devel] [PATCH 04/14] target-tilegx: Implement v1multu instruction Richard Henderson
2015-10-01  2:38 ` [Qemu-devel] [PATCH 05/14] target-tilegx: Implement crc instructions Richard Henderson
2015-10-01  2:38 ` [Qemu-devel] [PATCH 06/14] target-tilegx: Implement table index instructions Richard Henderson
2015-10-01  2:38 ` [Qemu-devel] [PATCH 07/14] target-tilegx: Implement complex multiply instructions Richard Henderson
2015-10-01  2:38 ` [Qemu-devel] [PATCH 08/14] target-tilegx: Let x1 pipe process bpt instruction only Richard Henderson
2015-10-01  2:38 ` [Qemu-devel] [PATCH 09/14] linux-user/syscall_defs.h: Sync the latest si_code from Linux kernel Richard Henderson
2015-10-01  2:38 ` [Qemu-devel] [PATCH 10/14] linux-user/tilegx: Implement tilegx signal features Richard Henderson
2015-10-01  2:38 ` [Qemu-devel] [PATCH 11/14] target-tilegx: Decode ill pseudo-instructions Richard Henderson
2015-10-01  2:38 ` [Qemu-devel] [PATCH 12/14] target-tilegx: Use TILEGX_EXCP_SIGNAL instead of TILEGX_EXCP_SEGV Richard Henderson
2015-10-01  2:38 ` [Qemu-devel] [PATCH 13/14] target-tilegx: Fix a typo for mnemonic about "ld_add" Richard Henderson
2015-10-01  2:38 ` [Qemu-devel] [PATCH 14/14] target-tilegx: Handle nofault prefetch instructions Richard Henderson
     [not found] ` <560D3DC0.7010500@hotmail.com>
2015-10-01 14:04   ` [Qemu-devel] [PATCH 00/14] Collected tilegx patches Chen Gang

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).