mbox

[PULL,0/9] tricore patches

Message ID 1418211392-21440-1-git-send-email-kbastian@mail.uni-paderborn.de
State New
Headers show

Pull-request

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

Message

Bastian Koppelmann Dec. 10, 2014, 11:36 a.m. UTC
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

Comments

Peter Maydell Dec. 11, 2014, 12:07 p.m. UTC | #1
On 10 December 2014 at 11:36, Bastian Koppelmann
<kbastian@mail.uni-paderborn.de> wrote:
> 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
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM