Re: [AArch64, 4/4] Reimplement vmvn* intrinscis, remove inline assembly

2016-05-17 Thread James Greenhalgh
On Mon, May 16, 2016 at 10:09:42AM +0100, Jiong Wang wrote: > This patch remove inline assembly and reimplement all mvn/mvnq vector > integer intrinsics through the standard "one_cmpl2" pattern was > introduced later after the initial implementation of those intrinsics. > that's why inline assembly

[AArch64, 4/4] Reimplement vmvn* intrinscis, remove inline assembly

2016-05-16 Thread Jiong Wang
This patch remove inline assembly and reimplement all mvn/mvnq vector integer intrinsics through the standard "one_cmpl2" pattern was introduced later after the initial implementation of those intrinsics. that's why inline assembly was used historically. OK for trunk? no regression on the exist