Skip to content

Commit

Permalink
fixup! encode,encode2: Support AVX-512 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
aengelke committed Jul 8, 2024
1 parent 3b93022 commit fbf155d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parseinstrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,6 @@ def encode_mnems(entries):
if not evexbcst:
op = desc.operands[ENCODINGS[desc.encoding].modrm_idx^3]
size = op.abssize(opsize//8, vecsize//8)
assert size.bit_count() == 1
evexdisp8scale = size.bit_length() - 1
elif "BCST16" in desc.flags:
evexdisp8scale = 1
Expand Down

0 comments on commit fbf155d

Please sign in to comment.