Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
0a84d986
Commit
0a84d986
authored
Mar 31, 2018
by
Henrik Gramner
Browse files
x86inc: Fix VEX -> EVEX instruction conversion
There's an edge case that wasn't properly handled.
parent
9d33c8fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/x86/x86inc.asm
View file @
0a84d986
...
...
@@ -1654,6 +1654,11 @@ FMA4_INSTR fnmsub, pd, ps, sd, ss
%assign %%evex_required 1
%endif
%endif
%ifnum regnumof%3
%if regnumof%3 >= 16 || sizeof%3 > 32
%assign %%evex_required 1
%endif
%endif
%if %%evex_required
%6 %%args
%else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment