Massive refactoring of NEON instructions. Separate opcode from data size specifier...
authorEvan Cheng <evan.cheng@apple.com>
Mon, 23 Nov 2009 21:57:23 +0000 (21:57 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 23 Nov 2009 21:57:23 +0000 (21:57 +0000)
commitf81bf15552d3df7dd341e3970a002b9e35ea4992
treebe38aaf1374308eb1011a088326fff890c28a410
parent277207e6cbc217a626ef7462487906d5127bf7b0
Massive refactoring of NEON instructions. Separate opcode from data size specifier suffix, move \t up stream to instruction format, and fix more 80 column violations.
This fixes the NEON asm printing so the "predicate" field is printed between the opcode and the data type suffix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89706 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrNEON.td