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:
parent
244d17dadc
commit
61b8854649
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue