mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
CSKY: Add CPU CK803r3.
Move divul and divsl to CSKYV2_ISA_3E3R3 instruction set, which is enabled by ck803r3, and it's still a part of enhance DSP instruction set. gas/ * config/tc-csky.c (csky_cpus): Add ck803r3. (CSKY_ISA_803R3): Define. (CSKY_ISA_803R2): Refine, use CSKY_ISA_803R1. include/ * opcode/csky.h (CSKYV2_ISA_3E3R3): Define. opcodes/ * csky-opc.h (csky_v2_opcodes): Move divul and divsl to CSKYV2_ISA_3E3R3 instruction set.
This commit is contained in:
@ -31,6 +31,7 @@
|
||||
#define CSKYV2_ISA_3E3R1 (1L << 6)
|
||||
#define CSKYV2_ISA_3E3R2 (1L << 7)
|
||||
#define CSKYV2_ISA_10E60 (1L << 8)
|
||||
#define CSKYV2_ISA_3E3R3 (1L << 9)
|
||||
|
||||
#define CSKY_ISA_TRUST (1L << 11)
|
||||
#define CSKY_ISA_CACHE (1L << 12)
|
||||
|
Reference in New Issue
Block a user