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 v1 -> v2: - OPC2_32_BRN_JNZ_T now uses gen_branch_condi. - OPC2_32_BRR_LOOPU now uses gen_goto_tb. - else of OPC2_32_BRR_LOOPU now has comment identifying it. - gen_sha_hi: Remove mask for low in case shift_count > 0, since deposit handles that. - gen_sha_hi: Remove mask for high in case shift <= 0, since deposit handles that. 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 | 910 ++++++++++++++++++++++++++++++++++++++- target-tricore/tricore-opcodes.h | 13 +- 4 files changed, 1022 insertions(+), 6 deletions(-) -- 2.1.2