Fix mismatch of operand encoding for PREFETCHW

The Intel manual actually has this error too, but it does not match up.
This commit is contained in:
mquigley 2016-10-04 19:38:10 -07:00 committed by GitHub
parent 244d17dadc
commit 61b8854649

View file

@ -14198,7 +14198,7 @@ THE SOFTWARE.
<ins x32m="V" x64m="V"> <ins x32m="V" x64m="V">
<mnem>PREFETCHW</mnem> <mnem>PREFETCHW</mnem>
<args>m8</args> <args>m8</args>
<opc openc="A">0F 0D /1</opc> <opc openc="M">0F 0D /1</opc>
<cpuid> <cpuid>
<flag>PRFCHW</flag> <flag>PRFCHW</flag>
</cpuid> </cpuid>
@ -22777,4 +22777,4 @@ THE SOFTWARE.
<oprnd4>NA</oprnd4> <oprnd4>NA</oprnd4>
</oprndenc> </oprndenc>
</common> </common>
</instrs> </instrs>