mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 00:32:30 +08:00
RISC-V: Fix T-Head Fmv vendor extension encoding
A recent change in the XTheadFmv spec fixed an encoding bug in the document. This patch changes the code to follow this bugfix. Spec patch can be found here: https://github.com/T-head-Semi/thead-extension-spec/pull/11 Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
This commit is contained in:

committed by
Philipp Tomsich

parent
59132fd977
commit
767e2daed4
@ -2209,9 +2209,9 @@
|
||||
#define MATCH_TH_FSURW 0x5000700b
|
||||
#define MASK_TH_FSURW 0xf800707f
|
||||
/* Vendor-specific (T-Head) XTheadFmv instructions. */
|
||||
#define MATCH_TH_FMV_HW_X 0x6000100b
|
||||
#define MATCH_TH_FMV_HW_X 0x5000100b
|
||||
#define MASK_TH_FMV_HW_X 0xfff0707f
|
||||
#define MATCH_TH_FMV_X_HW 0x5000100b
|
||||
#define MATCH_TH_FMV_X_HW 0x6000100b
|
||||
#define MASK_TH_FMV_X_HW 0xfff0707f
|
||||
/* Vendor-specific (T-Head) XTheadInt instructions. */
|
||||
#define MATCH_TH_IPOP 0x0050000b
|
||||
|
Reference in New Issue
Block a user