qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] opc.h and gen-op.h
@ 2005-11-05 13:01 space-wizard
  2005-11-05 14:48 ` Jim C. Brown
  2005-11-05 15:37 ` Johannes Schindelin
  0 siblings, 2 replies; 3+ messages in thread
From: space-wizard @ 2005-11-05 13:01 UTC (permalink / raw)
  To: qemu-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 607 bytes --]

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)
{
    *gen_opc_ptr++ = INDEX_op_movl_A0_EAX;
}

static inline void gen_op_addl_A0_EAX(void)
{
    *gen_opc_ptr++ = INDEX_op_addl_A0_EAX;
}


Can you help me?

Chris




-- 
Highspeed-Freiheit. Bei GMX supergünstig, z.B. GMX DSL_Cityflat,
DSL-Flatrate für nur 4,99 Euro/Monat*  http://www.gmx.net/de/go/dsl

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-11-05 15:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-05 13:01 [Qemu-devel] opc.h and gen-op.h space-wizard
2005-11-05 14:48 ` Jim C. Brown
2005-11-05 15:37 ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).