[LLVMdev] Bitwidth of Machine Instructions

Chris Lattner sabre at nondot.org
Fri Jun 8 14:29:54 PDT 2007


On Fri, 8 Jun 2007, Babak Salamat wrote:
> Well, what I am looking for is the size of data that an instruction
> operates on. For example, if there is a mov instruction I need to
> know whether it is movb or movl or any other variant.

Looking at the size of the register src/dst should be sufficient.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list