mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target-tricore: Add instructions of RRR2 opcode format
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Reviewed-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
3debbb5af5
commit
2984cfbdb4
2 changed files with 136 additions and 15 deletions
|
@ -1371,7 +1371,7 @@ enum {
|
|||
OPC2_32_RRR2_MADD_64 = 0x6a,
|
||||
OPC2_32_RRR2_MADDS_32 = 0x8a,
|
||||
OPC2_32_RRR2_MADDS_64 = 0xea,
|
||||
OPC2_32_RRR2_MADD_U_32 = 0x68,
|
||||
OPC2_32_RRR2_MADD_U_64 = 0x68,
|
||||
OPC2_32_RRR2_MADDS_U_32 = 0x88,
|
||||
OPC2_32_RRR2_MADDS_U_64 = 0xe8,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue