Rename the IMULri* instructions to IMULrri, as they are actually three address
authorChris Lattner <sabre@nondot.org>
Tue, 17 Feb 2004 04:26:43 +0000 (04:26 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Feb 2004 04:26:43 +0000 (04:26 +0000)
commit55b5481255f0bf0bff73c8b5087004198ac87213
treefe8c5bedcae88f4567d8db9b5dea8f42715c563c
parent1e3812c1c539e973102efc52cb65a4b838173f4d
Rename the IMULri* instructions to IMULrri, as they are actually three address
instructions.  Add forms of these instructions that read from memory

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11518 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/InstSelectSimple.cpp
lib/Target/X86/PeepholeOptimizer.cpp
lib/Target/X86/Printer.cpp
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86ISelSimple.cpp
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86PeepholeOpt.cpp