Re: [Qemu-devel] opc.h and gen-op.h

2005-11-05 Thread Johannes Schindelin
Hi, On Sat, 5 Nov 2005, [EMAIL PROTECTED] wrote: > What is the job of the two files gen-op.h and opc.h? They were created > by dyngen -c / -g > opc.h contains something like: > DEF(movl_A0_EAX, 0, 3) > DEF(addl_A0_EAX, 0, 5) > DEF(addl_A0_EAX_s1, 0, 6) These are definitions of the oplets. For

Re: [Qemu-devel] opc.h and gen-op.h

2005-11-05 Thread Jim C. Brown
I don't know the exact purpose, but they are part of the code that forms the intermediate language qemu uses when it performs dynamic translating. On Sat, Nov 05, 2005 at 02:01:13PM +0100, [EMAIL PROTECTED] wrote: > Hello! > > What is the job of the two files gen-op.h and opc.h? They were created

[Qemu-devel] opc.h and gen-op.h

2005-11-05 Thread space-wizard
Hello! What is the job of the two files gen-op.h and opc.h? They were created by dyngen -c / -g I don't understand their content. opc.h contains something like: DEF(movl_A0_EAX, 0, 3) DEF(addl_A0_EAX, 0, 5) DEF(addl_A0_EAX_s1, 0, 6) gen-op.h contains: static inline void gen_op_movl_A0_EAX(void