]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
[x86] Rename In32BitMode predicate to Not64BitMode
authorEric Christopher <echristo@gmail.com>
Fri, 20 Dec 2013 02:04:49 +0000 (02:04 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 20 Dec 2013 02:04:49 +0000 (02:04 +0000)
commit75a8b23e1000f3db9f85f3582353f2af448f4622
treecc36c75e77372b842f3c72f4e33b5762b637f75a
parent40bcde87f4b86a9529f8fee482c6835bbd53352c
[x86] Rename In32BitMode predicate to Not64BitMode

That's what it actually means, and with 16-bit support it's going to be
a little more relevant since in a few corner cases we may actually want
to distinguish between 16-bit and 32-bit mode (for example the bare 'push'
aliases to pushw/pushl etc.)

Patch by David Woodhouse

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197768 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/X86InstrArithmetic.td
lib/Target/X86/X86InstrCompiler.td
lib/Target/X86/X86InstrControl.td
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86InstrSVM.td
lib/Target/X86/X86InstrSystem.td
lib/Target/X86/X86InstrVMX.td
utils/TableGen/X86RecognizableInstr.cpp