The attached patch enables disassembly of JCXZ/JECXZ (i386) and JECXZ/JRCXZ (x86-64). See bug 11643 ( <a href="http://llvm.org/bugs/show_bug.cgi?id=11643" target="_blank">http://llvm.org/bugs/show_bug.cgi?id=11643</a> ) for more details.<br>

<br>It's not clear to me why these common instructions were marked with "isAsmParserOnly = 1", so I'm not sure if the changes in this patch are the best way to enable their disassembly. Please review and let me know. Thanks.<br>

<br>KK<br>