This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/ARM 13/21] Add support for VMAXNM/VMINNM instructions.


On 23/08/12 16:01, Matthew Gretton-Dann wrote:
> 
> ARMv8 adds VMAXNM and VMINNM instructions in A32 and T32.
> 
> This patch adds support for them.
> 
> gas/ChangeLog:
> 2012-08-23  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
> 
> 	* config/tc-arm.c (NEON_ENC_TAB): Add vmaxnm, vminnm entries.
> 	(vfp_or_neon_is_neon_bits): Add NEON_CHECK_ARCH8 enumerator.
> 	(vfp_or_neon_is_neon): Add check for SIMD for ARMv8.
> 	(do_maxnm): New function.
> 	(insns): Add vmaxnm, vminnm entries.
> 
> gas/testsuite/ChangeLog:
> 2012-08-23  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
> 
> 	* gas/testsuite/gas/armv8-a+fp.d: Update testcase.
> 	* gas/testsuite/gas/armv8-a+fp.s: Likewise.
> 	* gas/testsuite/gas/armv8-a+simd.d: New testcase.
> 	* gas/testsuite/gas/armv8-a+simd.s: Likewise.
> 
> opcodes/ChangeLog:
> 2012-08-23  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
> 
> 	* arm-dis.c (coprocessor_opcodes): Add VMAXNM/VMINNM.
> 	(neon_opcodes): Likewise.
> 
> 

OK.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]