Expand Op0Mask by one bit in preparation for the PadLock prefixes.
authorJoerg Sonnenberger <joerg@bec.de>
Mon, 4 Apr 2011 15:58:30 +0000 (15:58 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Mon, 4 Apr 2011 15:58:30 +0000 (15:58 +0000)
commit229e4523f2f12929defa09ac4ef9f3652f21f1ec
treebc90b0ac243a82f30e58f5f11040c59031e23561
parent6c8afd728eb02742ce320ecd39bcf3774d8423b7
Expand Op0Mask by one bit in preparation for the PadLock prefixes.
Define most shift masks incrementally to reduce the redundant
hard-coding. Introduce new shift for the VEX flags to replace the
magic constant 32 in various places.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128822 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrInfo.h
lib/Target/X86/X86MCCodeEmitter.cpp