mbox

[PULL,0/5] target-tricore patches

Message ID 1413910490-23949-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-20141021

Message

Bastian Koppelmann Oct. 21, 2014, 4:54 p.m. UTC
The following changes since commit 5f77ef69a195098baddfdc6d189f1b4a94587378:

  glib: add compatibility interface for g_strcmp0() (2014-10-16 23:02:31 +0100)

are available in the git repository at:

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

for you to fetch changes up to 3a16ecb06355d0bfc8b547eba094ebaa44dce39f:

  target-tricore: Add instructions of BO opcode format (2014-10-20 12:25:07 +0100)

----------------------------------------------------------------
TriCore ABS, ABSB, B, BIT, BO instructions added

----------------------------------------------------------------
Bastian Koppelmann (5):
      target-tricore: Cleanup and Bugfixes
      target-tricore: Add instructions of ABS, ABSB opcode format
      target-tricore: Add instructions of B opcode format
      target-tricore: Add instructions of BIT opcode format
      target-tricore: Add instructions of BO opcode format

 target-tricore/helper.h          |    7 +
 target-tricore/op_helper.c       |  128 +++-
 target-tricore/translate.c       | 1305 ++++++++++++++++++++++++++++++++++++++
 target-tricore/tricore-opcodes.h |    4 +-
 4 files changed, 1417 insertions(+), 27 deletions(-)

Comments

Peter Maydell Oct. 22, 2014, 8:38 p.m. UTC | #1
On 21 October 2014 17:54, Bastian Koppelmann
<kbastian@mail.uni-paderborn.de> wrote:
> The following changes since commit 5f77ef69a195098baddfdc6d189f1b4a94587378:
>
>   glib: add compatibility interface for g_strcmp0() (2014-10-16 23:02:31 +0100)
>
> are available in the git repository at:
>
>   https://github.com/bkoppelmann/qemu-tricore-upstream.git tags/pull-tricore-20141021
>
> for you to fetch changes up to 3a16ecb06355d0bfc8b547eba094ebaa44dce39f:
>
>   target-tricore: Add instructions of BO opcode format (2014-10-20 12:25:07 +0100)
>
> ----------------------------------------------------------------
> TriCore ABS, ABSB, B, BIT, BO instructions added
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM