[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/5] Add TriCore BOL, BRC, BRN, BRR and RC instructi
From: |
Bastian Koppelmann |
Subject: |
[Qemu-devel] [PATCH 0/5] Add TriCore BOL, BRC, BRN, BRR and RC instructions |
Date: |
Wed, 29 Oct 2014 13:22:16 +0000 |
Hi,
this is the next round of TriCore patches, which adds BOL, BRC, BRN, BRR and RC
instructions.
I'm not quite sure about the softfreeze. Since this patch has not been
announced after
the softfreeze, do I have to wait with a pull-request to after the release of
2.2?
thanks,
Bastian
Bastian Koppelmann (5):
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/helper.h | 6 +
target-tricore/op_helper.c | 99 +++++
target-tricore/translate.c | 913 ++++++++++++++++++++++++++++++++++++++-
target-tricore/tricore-opcodes.h | 13 +-
4 files changed, 1025 insertions(+), 6 deletions(-)
--
2.1.2
- [Qemu-devel] [PATCH 0/5] Add TriCore BOL, BRC, BRN, BRR and RC instructions,
Bastian Koppelmann <=
- [Qemu-devel] [PATCH 1/5] target-tricore: Add instructions of BOL opcode format, Bastian Koppelmann, 2014/10/29
- [Qemu-devel] [PATCH 2/5] target-tricore: Add instructions of BRC opcode format, Bastian Koppelmann, 2014/10/29
- [Qemu-devel] [PATCH 3/5] target-tricore: Add instructions of BRN opcode format, Bastian Koppelmann, 2014/10/29
- [Qemu-devel] [PATCH 5/5] target-tricore: Add instructions of RC opcode format, Bastian Koppelmann, 2014/10/29
- [Qemu-devel] [PATCH 4/5] target-tricore: Add instructions of BRR opcode format, Bastian Koppelmann, 2014/10/29