mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 00:32:30 +08:00
CSKY: Change mvtc and mulsw's ISA flag.
gas/ * config/tc-csky.c (CSKYV2_ISA_DSP): CSKY_ISA_DSPE60. (CSKY_ISA_860): Likewise. include/ * opcode/csky.h (CSKY_ISA_DSPE60): Define. opcodes/ * csky-opc.h (csky_v2_opcodes): Change mvtc and mulsw's ISA flag.
This commit is contained in:
@ -47,6 +47,7 @@
|
||||
#define CSKY_ISA_DSP (1L << 20)
|
||||
#define CSKY_ISA_DSP_1E2 (1L << 21)
|
||||
#define CSKY_ISA_DSP_ENHANCE (1L << 22)
|
||||
#define CSKY_ISA_DSPE60 (1L << 23)
|
||||
|
||||
/* Base float instruction (803f & 810f). */
|
||||
#define CSKY_ISA_FLOAT_E1 (1L << 25)
|
||||
|
Reference in New Issue
Block a user