Speed up the disassembler by allowing prefixed instruction tables
authorH. Peter Anvin <hpa@zytor.com>
Tue, 18 Sep 2007 22:08:20 +0000 (15:08 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 18 Sep 2007 22:08:20 +0000 (15:08 -0700)
commit19e201053689be68d0e45077fa86e9538d74daa1
tree49c9bbd3d44939e9795951e72d700c83224e6f13
parent0edc309505e659345cf353f81fb77793f8f5c291
Speed up the disassembler by allowing prefixed instruction tables

Modify the disassembler so that we can have separate instruction
tables for prefixed instructions.  As it was, all instructions which
started with 0F were linearly searched, and that is by now more than
half the instruction set.
disasm.c
insns.h
insns.pl