Re: [PATCH] Fix _blendm

2018-03-29 Thread Kirill Yukhin
Hello Jakub, On 28 мар 21:24, Jakub Jelinek wrote: > Hi! > > When looking at PR85090, I've looked into tmp-mddump.md and noticed there > some instructions that can't assemble - vblendmd etc., there is only > vpblendmd or vblendmps. I couldn't make a testcase that would reproduce > this though, se

[PATCH] Fix _blendm

2018-03-28 Thread Jakub Jelinek
Hi! When looking at PR85090, I've looked into tmp-mddump.md and noticed there some instructions that can't assemble - vblendmd etc., there is only vpblendmd or vblendmps. I couldn't make a testcase that would reproduce this though, seems the masked *mov_internal is used instead. Bootstrapped/reg