insns.pl: Bundle all "plain bytecodes" into a hash
commitb9bc63c75721a08e964b471a516c78a112c3b03a
authorH. Peter Anvin <hpa@zytor.com>
Sat, 25 Feb 2012 06:06:39 +0000 (24 22:06 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 25 Feb 2012 06:06:39 +0000 (24 22:06 -0800)
treee4e60ff77188fe17c66691afc83cebb5ff0725e3
parent4ecd5d79fc18197838852479cff3ffb1abe78e1a
insns.pl: Bundle all "plain bytecodes" into a hash

Instead of a long string of ifs, put all the plain opcodes which just
turn into single bytecodes with no other effect into a hash.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
insns.pl