]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
tcg/i386: add support for three-byte opcodes
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 6 Nov 2013 18:49:08 +0000 (19:49 +0100)
committerRichard Henderson <rth@twiddle.net>
Sat, 25 Jan 2014 22:12:45 +0000 (14:12 -0800)
commit2a1137753f9618283ac40394a75976d18f608e39
treef5d348207ec8016ce781751afd5ac58cf2855268
parentc9d78213b8bf6e0da9ff30b53c33e93fb0373249
tcg/i386: add support for three-byte opcodes

Add support for three-byte opcodes, starting with the 0x0f 0x38 prefix.
Use P_EXT38 as the new constant, and shift all other constants so that
P_EXT and P_EXT38 have neighbouring values.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
[RTH: Changed the name from P_EXT2 to P_EXT38.]
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/i386/tcg-target.c