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">
|
||||
<mnem>PREFETCHW</mnem>
|
||||
<args>m8</args>
|
||||
<opc openc="A">0F 0D /1</opc>
|
||||
<opc openc="M">0F 0D /1</opc>
|
||||
<cpuid>
|
||||
<flag>PRFCHW</flag>
|
||||
</cpuid>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue