Remove bogus vcvtps2ph variant.
authorIlya Tocar <ilya.tocar@intel.com>
Thu, 20 Feb 2014 15:08:13 +0000 (19:08 +0400)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 25 Feb 2014 16:52:02 +0000 (08:52 -0800)
commitd6e9dd78c4ac29900ed0047f15892720c67dff6b
treeab6f626070cb50d86c92494b9da2cb4ad552bf15
parent475109d8708bdc9c9a4667c0e460a1c395fdd8fd
Remove bogus vcvtps2ph variant.

We currently support version of vcvtps2ph with sae and only 1 register operand.
This version is encoded as if missing operand was equal to ymm0.
I didn't found any references to this variant in
http://download-software.intel.com/sites/default/files/managed/50/1a/319433-018.pdf
This patch removes it.

opcodes/

        * i386-opc.tbl: Remove wrong variant of vcvtps2ph
        * i386-tbl.h: Regenerate.
opcodes/ChangeLog
opcodes/i386-opc.tbl
opcodes/i386-tbl.h
This page took 0.042789 seconds and 4 git commands to generate.