search for: xxxmccodeemitter

Displaying 1 result from an estimated 1 matches for "xxxmccodeemitter".

Did you mean: x86mccodeemitter
2016 Oct 28
1
128bit binary instruction format?
Hi, The ISA I am working on is always encoded in 128bit binary format. I find that getBinaryCodeForInst() only return at most 64bit Encoding. So, I think the proper way to encode the instructions is to write the XXXMCCodeEmitter by myself instead of automatic generation. right? Is there any guideline/suggestion on how to write the XXXMCCodeEmitter using current LLVM infrastructure? I want to use the existing classes/functions in backend infrastructure as much as I can. Thanks! Ruiling -------------- next part -----------...