Mark the 64-bit x86 push/pop instructions as In64BitMode. Mark the corresponding...
authorCraig Topper <craig.topper@gmail.com>
Sun, 5 Jan 2014 01:35:51 +0000 (01:35 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 5 Jan 2014 01:35:51 +0000 (01:35 +0000)
commite43a0f801506cbc2f5a4e5ac020d23d9038aff4d
tree38266bc0dea7b5c4f0599339fd5cd577469a4e09
parent62fe07a1ac8ec02f60a73a4b6914f0ef964f62ef
Mark the 64-bit x86 push/pop instructions as In64BitMode. Mark the corresponding 32-bit versions with the same encodings Not64BitMode. Remove hack from tablegen disassembler table emitter. Fix bad test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198530 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.td
test/MC/AsmParser/macro-irp.s
utils/TableGen/X86RecognizableInstr.cpp