[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180821000436.GB1758@brain-police>
Date: Tue, 21 Aug 2018 01:04:37 +0100
From: Will Deacon <will.deacon@....com>
To: Nick Desaulniers <ndesaulniers@...gle.com>
Cc: ard.biesheuvel@...aro.org,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>,
Catalin Marinas <catalin.marinas@....com>,
linux-crypto@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm64/crypto: remove non-standard notation
On Mon, Aug 20, 2018 at 03:40:32PM -0700, Nick Desaulniers wrote:
> It seems that:
> ldr q8, =0x30000000200000001
>
> is a GNU as convience notation for:
> ldr q8, .Lconstant
> .Lconstant
> .word 0x00000001
> .word 0x00000002
> .word 0x00000003
> .word 0x00000000
Does still this work correctly for a big-endian build?
Will
Powered by blists - more mailing lists