Re: [Mono-dev] IR opcode documentation?

2010-04-14 Thread Zoltan Varga
Nope. You can find out their semantics by looking at mono_arch_output_basic_block () in mini-x86.c for example to see which x86 instruction they are transformed to. Zoltan On Thu, Apr 15, 2010 at 3:13 AM, Wayne Kelly wrote: > Method_to_IR creates IR instructions with machi

[Mono-dev] IR opcode documentation?

2010-04-14 Thread Wayne Kelly
Method_to_IR creates IR instructions with machine independent opcodes such as loadi4_membase and int_add_imm. Is there any documentation that explains the semantics of all of these machine independent opcodes? Cheers, Wayne. ___ Mono-devel-list mailin