Re: [PATCH] rs6000: Add dot forms of andmode3_2insn

2015-07-23 Thread David Edelsohn
On Thu, Jul 23, 2015 at 10:21 AM, Segher Boessenkool seg...@kernel.crashing.org wrote: This does one of the TODOs I added: it adds dot forms of the ANDs done with two machine insns. It uses a new helper function (rs6000_emit_dot_insn) that probably can be used more often; it is quite general

[PATCH] rs6000: Add dot forms of andmode3_2insn

2015-07-23 Thread Segher Boessenkool
This does one of the TODOs I added: it adds dot forms of the ANDs done with two machine insns. It uses a new helper function (rs6000_emit_dot_insn) that probably can be used more often; it is quite general in any case. Bootstrapped and tested on powerpc64-linux, using {-m32,-m32/-mpowerpc64,