Remove 0FC2 from list of instruction prefixes
authorH. Peter Anvin <hpa@zytor.com>
Tue, 18 Sep 2007 22:24:38 +0000 (15:24 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 18 Sep 2007 22:24:38 +0000 (15:24 -0700)
commit76815bf60b5db3bb0f9711920562ea4afc3f5c85
treeeb3cb5585c85a26f92789b56d971c1562723d304
parent19e201053689be68d0e45077fa86e9538d74daa1
Remove 0FC2 from list of instruction prefixes

0FC2 is not really an instruction prefix; it's the opcode for
CMPPS/CMPSS, which takes a control immediate which Intel chose to have
opcode aliases for.  However, we can't dispatch on a tail byte, so
it's useless.
insns.pl