RE: [PATCH][MIPS] MSA machine description fixes

2017-02-21 Thread Moore, Catherine
> The patch fixes some bugs as mentioned below. > > 1. mips_gen_const_int_vector(): Change type for argument VAL from > int to HOST_WIDE_INT to allow const vector of type doubleword. It in > turn enables generation of BCLRI.d instead of AND.d for immediate > const vector operand with only one bit

[PATCH][MIPS] MSA machine description fixes

2017-02-07 Thread Prachi Godbole
Hi, The patch fixes some bugs as mentioned below. 1. mips_gen_const_int_vector(): Change type for argument VAL from int to HOST_WIDE_INT to allow const vector of type doubleword. It in turn enables generation of BCLRI.d instead of AND.d for immediate const vector operand with only one bit clea