x86: avoid SSE check for LDMXCSR/STMXCSR
authorJan Beulich <jbeulich@novell.com>
Thu, 8 Mar 2018 07:35:48 +0000 (08:35 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 8 Mar 2018 07:35:48 +0000 (08:35 +0100)
commitf2f6a710f46e3e7b357128d907002945751afcfd
tree03e7fd07d9dcb4437d794f5ca3508259759cdbbb
parent6e3e5c9e4181562682ffb60c562c4bce263b71a0
x86: avoid SSE check for LDMXCSR/STMXCSR

Neither touches any XMM register, so the check is pointless. It is imo
even questionable whether in SSE2AVX mode the two should be converted to
their AVX counterparts.
opcodes/ChangeLog
opcodes/i386-opc.tbl
opcodes/i386-tbl.h
This page took 0.038385 seconds and 4 git commands to generate.