[ARMv8] Add support for the NEON instructions vmaxnm/vminnm.
authorJoey Gouly <joey.gouly@arm.com>
Wed, 17 Jul 2013 13:59:38 +0000 (13:59 +0000)
committerJoey Gouly <joey.gouly@arm.com>
Wed, 17 Jul 2013 13:59:38 +0000 (13:59 +0000)
commit19c14abf1c4ccebfa7d07bdd6ea8462a15c0b749
tree3b58af9c3707157bc61f555db9f6a2ef18229978
parent946dbd83df0aa42e67a0a17af32475b273c2e8f8
[ARMv8] Add support for the NEON instructions vmaxnm/vminnm.

This adds a new class for non-predicable NEON instructions and a
new DecoderNamespace for v8 NEON instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186504 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsARM.td
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp