Displaying 1 result from an estimated 1 matches for "22efa69d".
2016 Oct 30
2
Adding assembly instructions to LLVM
Hi,
As part of a project I need to compile C code for a new architecture that
is based on x86 with some new instructions. In my C code I'm going to use
inline assembly, so the only thing I need from LLVM is to recognize the
instruction and put it in the binary in the right place with correct input
values/register addresses.
I tried to add a simple ADD instruction, following the instructions