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
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
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