[llvm-dev] 128bit binary instruction format?

Ruiling Song via llvm-dev llvm-dev at lists.llvm.org
Fri Oct 28 06:39:04 PDT 2016


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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161028/51bc2db4/attachment.html>


More information about the llvm-dev mailing list