Version: 3.6 SVN OS: Linux The "repne cmps" string instruction is not supported on amd64 Reproducible: Didn't try
Created attachment 125021 [details] Added missing cmps variants to VEX amd64. I was trying to run valgrind on some assembly code and it also chokes on a plain old cmps. I implemented both in the attached patch.
Do you have a testcase for this?