search for: 97db1ddc

Displaying 2 results from an estimated 2 matches for "97db1ddc".

2012 Oct 19
3
[LLVMdev] opcodes
Hi Everyone, What file contains the opcodes for Binary Operations (eg. add, sub, fsub etc)? Thanks. George -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121019/73b7935e/attachment.html>
2012 Oct 19
0
[LLVMdev] opcodes
Hi George, > What file contains the opcodes for Binary Operations (eg. add, sub, fsub etc)? take a look in include/llvm/Instruction.def Ciao, Duncan.