Merge pull request #1 from mquigley/patch-1
Fix mismatch of operand encoding for PREFETCHW
This commit is contained in:
commit
8c0d3f17e1
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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue