Same some space by introducing shorthand byte codes for SSE prefixes
commitfff5a47e65c26bf8974bcd8fcc61b7b82430aa78
authorH. Peter Anvin <hpa@zytor.com>
Tue, 20 May 2008 16:46:24 +0000 (20 09:46 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 20 May 2008 16:46:24 +0000 (20 09:46 -0700)
tree7bc9299227c4ecd2d633a5bd57c110ee490e6059
parent24860b0f0e46182cac0bf4fea13f17f15d8232b2
Same some space by introducing shorthand byte codes for SSE prefixes

Properly done, all SSE instructions which has the 66/F2/F3 opcode
multiplex need two prefixes: one to control the use of OSP and one to
control the use of REP.  However, it's a four-way select: np/66/F2/F3;
so introduce shorthand bytecodes for that purpose.
assemble.c
disasm.c
insns.pl