Skip to content

Commit

Permalink
Explcitly list AVX512 forms without the optional {er}/{sae} operands
Browse files Browse the repository at this point in the history
  • Loading branch information
Maratyszcza committed Jan 8, 2024
1 parent a11ca92 commit b606dde
Show file tree
Hide file tree
Showing 6 changed files with 12,090 additions and 1,018 deletions.
4 changes: 2 additions & 2 deletions opcodes/x86.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@ class Operand:
register (k1-k7).
"{sae}"
Suppress-all-exceptions modifier. This operand is optional and can be omitted.
Suppress-all-exceptions modifier.
"{er}"
Embedded rounding control. This operand is optional and can be omitted.
Embedded rounding control.
:ivar is_input: indicates if the instruction reads the variable specified by this operand.
:ivar is_output: indicates if the instruction writes the variable specified by this operand.
Expand Down
Loading

0 comments on commit b606dde

Please sign in to comment.