]> Git Repo - qemu.git/commit - target/tricore/tricore-opcodes.h
target-tricore: Add instructions of RCR opcode format
authorBastian Koppelmann <[email protected]>
Sun, 2 Nov 2014 17:31:45 +0000 (17:31 +0000)
committerBastian Koppelmann <[email protected]>
Wed, 10 Dec 2014 11:13:45 +0000 (11:13 +0000)
commit328f1f0f08f1aa303eef7493bd7c3d97a8d9636a
treed2d5238b4218b09e733a336610f5e48fef8aec77
parent2b2f7d97d856a4e7020d881ec1e6e60be64d0ab6
target-tricore: Add instructions of RCR opcode format

Add instructions of RCR opcode format.
Add helper for madd32/64_ssov and madd32/64_suov.
Add helper for msub32/64_ssov and msub32/64_suov.
Add microcode generator function madd/msub for 32bit and 64bit, which calculate a mul and a add/sub.
OPC2_32_RCR_MSUB_U_32 -> OPC2_32_RCR_MSUB_U_32.

Signed-off-by: Bastian Koppelmann <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
target-tricore/helper.h
target-tricore/op_helper.c
target-tricore/translate.c
target-tricore/tricore-opcodes.h
This page took 0.026526 seconds and 4 git commands to generate.