Re: [PATCH] [ARC] Add new ARCv2 instructions.

2016-04-29 Thread Joern Wolfgang Rennecke
On 29/04/16 15:20, Claudiu Zissulescu wrote: Please find the updated patch. Ok to commit? OK.

[PATCH] [ARC] Add new ARCv2 instructions.

2016-04-29 Thread Claudiu Zissulescu
Please find the updated patch. Ok to commit? Claudiu gcc/ 2016-04-20 Claudiu Zissulescu * config/arc/arc-protos.h (compact_memory_operand_p): Declare. * config/arc/arc.c (arc_output_commutative_cond_exec): Consider bmaskn instruction. (arc_dwarf_register_span):

RE: [PATCH] [ARC] Add new ARCv2 instructions.

2016-04-29 Thread Claudiu Zissulescu
> > (arc_dwarf_register_span): Remove enum keyword. > That bit should be separate. About this small one, I will make a new patch and commit it as obvious. //Claudiu

Re: [PATCH] [ARC] Add new ARCv2 instructions.

2016-04-28 Thread Joern Wolfgang Rennecke
On 20/04/16 13:12, Claudiu Zissulescu wrote: This patch adds new instruction variants as introduced by the ARCv2 architecture. You have used groups of 8 spaces at line starts; tabs should be used instead for indentation. (arc_dwarf_register_span): Remove enum keyword. That bit sh

[PATCH] [ARC] Add new ARCv2 instructions.

2016-04-20 Thread Claudiu Zissulescu
This patch adds new instruction variants as introduced by the ARCv2 architecture. OK to apply? Claudiu gcc/ 2016-04-20 Claudiu Zissulescu * config/arc/arc-protos.h (compact_memory_operand_p): Declare. * config/arc/arc.c (arc_output_commutative_cond_exec): Consider bmas