On Mon, Dec 7, 2015 at 4:06 PM, Matthew Wahab <matthew.wa...@foss.arm.com> wrote: > Ping. Updated patch attached. > Matthew > > > On 26/11/15 16:00, Matthew Wahab wrote: >> >> Hello, >> >> This patch adds patterns for the instructions, vqrdmlah and vqrdmlsh, >> introduced in the ARMv8.1 architecture. The instructions are made >> available when -march=armv8.1-a is enabled with suitable fpu settings, >> such as -mfpu=neon-fp-armv8 -mfloat-abi=hard. >> >> Tested the series for arm-none-eabi with cross-compiled check-gcc on an >> ARMv8.1 emulator. Also tested arm-none-linux-gnueabihf with native >> bootstrap and make check. >> >> Ok for trunk? >> Matthew
OK. Ramana >> >> gcc/ >> 2015-11-26 Matthew Wahab <matthew.wa...@arm.com> >> >> * config/arm/iterators.md (VQRDMLH_AS): New. >> (neon_rdma_as): New. >> * config/arm/neon.md >> (neon_vqrdml<VQRDMLH_AS:neon_rdma_as>h<mode>): New. >> (neon_vqrdml<VQRDMLH_AS:neon_rdma_as>h_lane<mode>): New. >> * config/arm/unspecs.md (UNSPEC_VQRDMLAH): New. >> (UNSPEC_VQRDMLSH): New. >> >