Implement INVLPGA according to the documentation
authorH. Peter Anvin <hpa@zytor.com>
Sun, 23 Sep 2007 05:33:56 +0000 (22:33 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 23 Sep 2007 05:35:28 +0000 (22:35 -0700)
commitfc565dd3627660c8d6184bc2dcb9a33aaa52e74b
tree6b899206b86d53a65c5d84ebdcdabf9352bf3691
parent438ed48c49520be295ec9d3cae69d426d840dbda
Implement INVLPGA according to the documentation

INVLPGA is defined as taking rax,ecx but "the portion of rax used to
form the address is determined by the effective address size", so it
is really ax/eax/rax.
insns.dat
test/invlpga.asm [new file with mode: 0644]