[X86] Don't use PS prefix on LDMXCSR/STMXCSR.
authorCraig Topper <craig.topper@gmail.com>
Thu, 18 Dec 2014 05:02:10 +0000 (05:02 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 18 Dec 2014 05:02:10 +0000 (05:02 +0000)
commit4ae31b7e7dedbd4d9e30796ccbf1d4318b48ca50
tree3675162fb98a9a24b82100cd33776f5bfa48a80c
parentc1dd90797f0063867f8457c4eef2ac6a86fb2e1f
[X86] Don't use PS prefix on LDMXCSR/STMXCSR.

Near as I can tell prefixes are ignored on these instructions except for a comment in the Intel docs about 0xf3. Binutils disassembler seems to ignore prefixes on these instructions. Our disassembler still doesn't distinguish PS and "no prefix" well enough for this to make a functional change, but it helps with experiments I'm doing on a potential new disassembler table builder.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224496 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td