You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turn opmask_with_dsts()/is_evex_mask condition into an assertion. (#7159)
Clean up instr_disassemble_opnds_noimplicit() a bit by turning
conditions that are always true into assertions.
opmask_with_dsts() covers both Intel and AT&T syntax, non-x86 syntaxes
should never have is_evex_mask == true, and DR syntax should never get
into this function, so if there is an evex mask we can be sure
opmask_with_dsts() is true. Assert that.
0 commit comments