Hi -<br><br>This is my first try at an LLVM patch. I'd like to assemble and disassemble AMD's SVM (aka Pacifica, aka AMD-V) instruction set. <br><br>See here for more details:<br><a href="http://llvm.org/bugs/show_bug.cgi?id=12003" target="_blank">http://llvm.org/bugs/show_bug.cgi?id=12003</a><br>

<br>Please review and let me know how to proceed.<br><br>Note: for anyone that's interested, about 75% of my time doing this work was locating the chunk of code in utils/TableGen/EDEmitter.cpp that special cases a pile of x86 "call" mnemonic strings (the first instruction that I tried to add was "vmmcall")...that was difficult to grep for, and I didn't expect to have to look in a non-x86 file for x86-specific disasm functionality.<br>

<br>Thanks!<br>KK<br>