Re: [PATCH 1/7] C-SKY: Add fpuv3 instructions and CK860 arch

2020-11-13 Thread Jeff Law via Gcc-patches
On 10/29/20 9:28 PM, Cooper Qu via Gcc-patches wrote: > Hi gengqi, > > I could not find the patchs [3/7], [4/7] and [7/7]. Could you check > the emails and send them again ? That's strange, I have them in my inbox.  I can send them to you directly -- if you could review them it'd be greatly appr

Re: [PATCH 1/7] C-SKY: Add fpuv3 instructions and CK860 arch

2020-10-29 Thread Cooper Qu via Gcc-patches
Hi gengqi, I could not find the patchs [3/7], [4/7] and [7/7]. Could you check the emails and send them again ? On 10/29/20 9:22 PM, gengqi via Gcc-patches wrote: gcc/ChangeLog: * config/csky/constraints.md ("W"): New constriant for mem operand with base reg, index register.

[PATCH 1/7] C-SKY: Add fpuv3 instructions and CK860 arch

2020-10-29 Thread gengqi via Gcc-patches
gcc/ChangeLog: * config/csky/constraints.md ("W"): New constriant for mem operand with base reg, index register. ("Q"): Renamed and modified "csky_valid_fpuv2_mem_operand" to "csky_valid_mem_constraint_operand" to deal with both "Q" and "W" constraint.