forked from Imagelibrary/binutils-gdb
CSKY: Add ck803r2 series cpu.
gas/
* config/tc-csky.c (CSKY_ISA_803R2): New.
(csky_archs): Add ck803r2 series.
(md_begin): Fix warning about -medsp.
(csky_get_freg_val): Support lowercase of fpu register name.
* testsuite/gas/csky/cskyv2_ck803r2.s: New file.
* testsuite/gas/csky/cskyv2_ck803r2.d: New file.
include/
* csky.h (CSKYV2_ISA_3E3R2): New.
opcodes/
* csky-opc.h (csky_v2_opcodes): Add instruction bnezad.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#define CSKYV2_ISA_3E7 (1 << 4)
|
||||
#define CSKYV2_ISA_7E10 (1 << 5)
|
||||
#define CSKYV2_ISA_3E3R1 (1 << 6)
|
||||
#define CSKYV2_ISA_3E3R2 (1 << 7)
|
||||
|
||||
#define CSKY_ISA_TRUST (1 << 11)
|
||||
#define CSKY_ISA_CACHE (1 << 12)
|
||||
|
||||
Reference in New Issue
Block a user