Hi Everyone,
What file contains the opcodes for Binary Operations (eg. add, sub, fsub etc)?
Thanks.
George
Hi Everyone,
What file contains the opcodes for Binary Operations (eg. add, sub, fsub etc)?
Thanks.
George
Hi,
if I’m not completely wrong: llvm/Instruction.def
Best regards
Igor
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.
Thanks all.
George