Displaying 1 result from an estimated 1 matches for "959237".
Did you mean:
958237
2017 Jun 02
5
Backend implementation for an architecture with only majority operation instruction
Hello everyone,
I was trying to create an LLVM backend for a processor with a very simple architecture and that does all instructions like load, store, arithmetic and logical instructions using a bunch of majority functions. The processor has only one instruction(majority function) in its ISA and breaks down all other instructions into a number of majority instructions depending on what