Re: [PATCH][AArch64] vmov_n changes

2013-11-22 Thread James Greenhalgh
On Fri, Nov 22, 2013 at 03:19:35PM +, Marcus Shawcroft wrote: > 2013/11/21 Alex Velenko : > > > 2013-11-21 Alex Velenko > > > > * config/aarch64/arm_neon.h (vmov_n_f32): Implemented in C. > > (vmov_n_f64): Likewise. > > (vmov_n_p8): Likewise.

Re: [PATCH][AArch64] vmov_n changes

2013-11-22 Thread Marcus Shawcroft
2013/11/21 Alex Velenko : > 2013-11-21 Alex Velenko > > * config/aarch64/arm_neon.h (vmov_n_f32): Implemented in C. > (vmov_n_f64): Likewise. > (vmov_n_p8): Likewise. > (vmov_n_p16): Likewise. > (vmov_n_s8): Likewis

[PATCH][AArch64] vmov_n changes

2013-11-21 Thread Alex Velenko
Hi, This patch adds C implementation for intrinsics matching: vmov[q]_n_f[32,64] vmov[q]_n_[u,s,p][8,16] vmov[q]_n_[u,s][32,64] Regression tests for those intrinsics added. Full regression test ran with no regressions. Tested with Big Endian. Any objections? Thanks, Alex 2013-11-21 Alex Vel