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:
Cooper Qu
2020-09-07 17:25:14 +08:00
committed by Lifang Xia
parent a2061b9f29
commit 6a1ed9106f
6 changed files with 19 additions and 4 deletions

View File

@ -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)