Provide the necessary post-encoder hook for Thumb2 encodings of VMOV and friends.

llvm-svn: 121585
This commit is contained in:
Owen Anderson 2010-12-10 22:32:08 +00:00
parent 4d7432ebf1
commit b538a22762
1 changed files with 1 additions and 0 deletions

View File

@ -1517,6 +1517,7 @@ class NDataXI<dag oops, dag iops, Format f, InstrItinClass itin,
: NeonXI<oops, iops, AddrModeNone, IndexModeNone, f, itin, opc, asm,
cstr, pattern> {
let Inst{31-25} = 0b1111001;
let PostEncoderMethod = "NEONThumb2DataIPostEncoder";
}
// NEON "one register and a modified immediate" format.