OSDN Git Service

[x86] Rename MOVSD/STOSD/LODSD/OUTSD to MOVSL/STOSL/LODSL/OUTSL
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 20 Jan 2014 12:02:44 +0000 (12:02 +0000)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 20 Jan 2014 12:02:44 +0000 (12:02 +0000)
commitfc19ac965400f8f8acd09fd6e8d944db51baa135
treec91b2a5eb86704f2bd3f5e4c3f14c1f7af3a9fdf
parentd1c3f6664ec5190f3676453e345229aded1b548b
[x86] Rename MOVSD/STOSD/LODSD/OUTSD to MOVSL/STOSL/LODSL/OUTSL

The disassembler has a special case for 'L' vs. 'W' in its heuristic for
checking for 32-bit and 16-bit equivalents. We could expand the heuristic,
but better just to be consistent in using the 'L' suffix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199652 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.td
test/MC/Disassembler/X86/x86-16.txt