Sujet : Re: Computer architects leaving Intel...
De : already5chosen (at) *nospam* yahoo.com (Michael S)
Groupes : comp.archDate : 07. Sep 2024, 20:17:36
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20240907221736.00002f3f@yahoo.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
User-Agent : Claws Mail 4.1.1 (GTK 3.24.34; x86_64-w64-mingw32)
On Fri, 06 Sep 2024 13:26:42 GMT
anton@mips.complang.tuwien.ac.at (Anton Ertl) wrote:
ARM A64:
mov x2, #0x8000000000000000
cmp x1, x2
b.le 20 <bar2+0x10>
I am hardly an expert in aarch64 code generatiion, but IMHO gcc is
missing the shortest code:
eor x1, x1, #0x8000000000000000
b.eq 20 <bar2+0x10>