[PATCH] D29201: [X86][Disassembler] Added SALC instruction

Chris Ray via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 09:06:44 PST 2017


cray added a comment.

I know we have seen it in production code, but I can't remember what generated it currently.  I just tested it with fasm and it assembled correctly.  I was able to then disassemble it with IDA, and capstone.

Here is some good documentation on the instruction.
http://www.rcollins.org/secrets/opcodes/SALC.html


https://reviews.llvm.org/D29201





More information about the llvm-commits mailing list