Hi Andrew,
On 12/09/15 02:15, Andrew Pinski wrote:
On Tue, Sep 1, 2015 at 6:08 PM, Kyrill Tkachov wrote:
Hi all,
The ARMv8-A reference manual says:
"CNEG , ,
is equivalent to
CSNEG , , , invert()
and is the preferred disassembly when Rn == Rm && cond != '111x'."
That is, when the two input
On Tue, Sep 1, 2015 at 6:08 PM, Kyrill Tkachov wrote:
> Hi all,
>
> The ARMv8-A reference manual says:
> "CNEG , ,
> is equivalent to
> CSNEG , , , invert()
> and is the preferred disassembly when Rn == Rm && cond != '111x'."
>
> That is, when the two input registers are the same we can use the s
On 11/09/15 16:31, James Greenhalgh wrote:
On Tue, Sep 01, 2015 at 11:08:10AM +0100, Kyrill Tkachov wrote:
Hi all,
The ARMv8-A reference manual says:
"CNEG , ,
is equivalent to
CSNEG , , , invert()
and is the preferred disassembly when Rn == Rm && cond != '111x'."
That is, when the two input
On Tue, Sep 01, 2015 at 11:08:10AM +0100, Kyrill Tkachov wrote:
> Hi all,
>
> The ARMv8-A reference manual says:
> "CNEG , ,
> is equivalent to
> CSNEG , , , invert()
> and is the preferred disassembly when Rn == Rm && cond != '111x'."
>
> That is, when the two input registers are the same we ca
Ping.
https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00020.html
Thanks,
Kyrill
On 01/09/15 11:08, Kyrill Tkachov wrote:
Hi all,
The ARMv8-A reference manual says:
"CNEG , ,
is equivalent to
CSNEG , , , invert()
and is the preferred disassembly when Rn == Rm && cond != '111x'."
That is, when t
Hi all,
The ARMv8-A reference manual says:
"CNEG , ,
is equivalent to
CSNEG , , , invert()
and is the preferred disassembly when Rn == Rm && cond != '111x'."
That is, when the two input registers are the same we can use the shorter CNEG
mnemonic
with the inverse condition instead of the longer