Re: [PATCH 01/15] arc: Add initial core cpu files
On 11/11/20 10:17 AM, cupertinomira...@gmail.com wrote: > +enum arc_cpu_family { > + ARC_OPCODE_NONE= 0, > + ARC_OPCODE_DEFAULT = 1 << 0, > + ARC_OPCODE_ARC600 = 1 << 1, > + ARC_OPCODE_ARC700 = 1 << 2, > + ARC_OPCODE_ARCv2EM = 1 << 3, > + ARC_OPCODE_ARCv2HS = 1 << 4 > +}; Indentation i
[PATCH 01/15] arc: Add initial core cpu files
From: Cupertino Miranda Signed-off-by: Cupertino Miranda --- target/arc/arc-common.h | 54 target/arc/cpu-param.h | 32 +++ target/arc/cpu-qom.h| 52 target/arc/cpu.c| 467 +++ target/arc/cpu.h| 531 ++