qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/9] tricore patches


From: Bastian Koppelmann
Subject: [Qemu-devel] [PULL 0/9] tricore patches
Date: Wed, 10 Dec 2014 11:36:23 +0000

Hi,

here is my first round of TriCore patches for 2.3.

Cheers,
Bastian

The following changes since commit 7fb8da2b8861795e0013e6ee97acd0363d868a35:

  Open 2.3 development tree (2014-12-09 21:48:34 +0000)

are available in the git repository at:

  https://github.com/bkoppelmann/qemu-tricore-upstream.git 
tags/pull-tricore-20141210

for you to fetch changes up to 328f1f0f08f1aa303eef7493bd7c3d97a8d9636a:

  target-tricore: Add instructions of RCR opcode format (2014-12-10 11:13:45 
+0000)

----------------------------------------------------------------
TriCore BOL, BRC, BRN, BRR, RC, RCPW, RCRR, RCR, RLC and RCR insn added

----------------------------------------------------------------

Bastian Koppelmann (9):
  target-tricore: Add instructions of BOL opcode format
  target-tricore: Add instructions of BRC opcode format
  target-tricore: Add instructions of BRN opcode format
  target-tricore: Add instructions of BRR opcode format
  target-tricore: Add instructions of RC opcode format
  target-tricore: Make TRICORE_FEATURES implying others.
  target-tricore: Add instructions of RCPW, RCRR and RCRW opcode format
  target-tricore: Add instructions of RLC opcode format
  target-tricore: Add instructions of RCR opcode format

 target-tricore/cpu.c             |    9 +
 target-tricore/csfr.def          |  124 +++
 target-tricore/helper.h          |   17 +
 target-tricore/op_helper.c       |  278 +++++++
 target-tricore/translate.c       | 1644 +++++++++++++++++++++++++++++++++++++-
 target-tricore/tricore-opcodes.h |   17 +-
 6 files changed, 2074 insertions(+), 15 deletions(-)
 create mode 100644 target-tricore/csfr.def

--
2.1.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]