OSDN Git Service

Fix x86-64 encoding bug. REX prefix must always follow 0x0F prefix. For example,...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 3 Apr 2008 08:53:17 +0000 (08:53 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 3 Apr 2008 08:53:17 +0000 (08:53 +0000)
commitab394bdcc0e89ce6dafae45fb7dd7420e77f14d7
tree5280598de42149f05437f6a67c9b3529f8d78c01
parent90ce87b5bde326634bc0edddd74a426f11b7fe97
Fix x86-64 encoding bug. REX prefix must always follow 0x0F prefix. For example, extractps in 64bit mode: 66 REX 0F 3A 17, not 66 0F 3A REX 17.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49157 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86CodeEmitter.cpp