mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
target-tricore: add missing 64-bit MOV in RLC format
Signed-off-by: Alex Zuepke <alexander.zuepke@hs-rm.de> Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
This commit is contained in:
parent
af715d9802
commit
4b5b443576
2 changed files with 13 additions and 0 deletions
|
@ -487,6 +487,7 @@ enum {
|
|||
OPC1_32_RLC_ADDIH_A = 0x11,
|
||||
OPC1_32_RLC_MFCR = 0x4d,
|
||||
OPC1_32_RLC_MOV = 0x3b,
|
||||
OPC1_32_RLC_MOV_64 = 0xfb, /* 1.6 only */
|
||||
OPC1_32_RLC_MOV_U = 0xbb,
|
||||
OPC1_32_RLC_MOV_H = 0x7b,
|
||||
OPC1_32_RLC_MOVH_A = 0x91,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue