Skip to content

Commit e1307c3

Browse files
fixed incorrect operands of PAND and PMADDWD MMX instructions (reported by Kashio)
1 parent 23333b5 commit e1307c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x86reference.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14117,7 +14117,7 @@
1411714117
<syntax>
1411814118
<mnem>PAND</mnem>
1411914119
<dst><a>P</a><t>q</t></dst>
14120-
<src><a>Q</a><t>d</t></src>
14120+
<src><a>Q</a><t>q</t></src>
1412114121
</syntax>
1412214122
<instr_ext>mmx</instr_ext>
1412314123
<grp1>logical</grp1>
@@ -14826,7 +14826,7 @@
1482614826
<syntax>
1482714827
<mnem>PMADDWD</mnem>
1482814828
<dst><a>P</a><t>q</t></dst>
14829-
<src><a>Q</a><t>d</t></src>
14829+
<src><a>Q</a><t>q</t></src>
1483014830
</syntax>
1483114831
<instr_ext>mmx</instr_ext>
1483214832
<grp1>arith</grp1>

0 commit comments

Comments
 (0)