Skip to content

Commit

Permalink
Merge pull request #49 from GaloisInc/vr/vpcmpeqb
Browse files Browse the repository at this point in the history
add vpcmpeqb
  • Loading branch information
Ptival committed Jun 21, 2023
2 parents 03eabbc + 8e9ccef commit b8e15cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/optable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5728,6 +5728,16 @@
</def>
</instruction>

<!-- https://www.felixcloutier.com/x86/pcmpeqb:pcmpeqw:pcmpeqd -->
<instruction>
<mnemonic>vpcmpeqb</mnemonic>
<class>avx</class>
<def>
<opc>/vex=NDS.256.66.0F.WIG 74</opc>
<opr>Vx Hx Ux</opr>
</def>
</instruction>

<instruction>
<mnemonic>vpcmpgtd</mnemonic>
<class>avx</class>
Expand Down

0 comments on commit b8e15cf

Please sign in to comment.