* [Qemu-devel] dyngen to tcg - equivalent functions
@ 2009-05-06 22:42 Adnan Khaleel
2009-05-10 9:39 ` Stuart Brady
0 siblings, 1 reply; 2+ messages in thread
From: Adnan Khaleel @ 2009-05-06 22:42 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1108 bytes --]
Can somebody tell me what the tcg equivalent functions would be in qemu with tcg as
opposed to the earlier versions of qemu that used dyngen?
Thanks
-AK
These were earlier defined in target-i386/ops_mem.h
void OPPROTO glue(glue(op_ldub, MEMSUFFIX), _T0_A0)(void)
void OPPROTO glue(glue(op_ldsb, MEMSUFFIX), _T0_A0)(void)
void OPPROTO glue(glue(op_lduw, MEMSUFFIX), _T0_A0)(void)
void OPPROTO glue(glue(op_ldsw, MEMSUFFIX), _T0_A0)(void)
void OPPROTO glue(glue(op_ldl, MEMSUFFIX), _T0_A0)(void)
void OPPROTO glue(glue(op_ldub, MEMSUFFIX), _T1_A0)(void)
void OPPROTO glue(glue(op_ldsb, MEMSUFFIX), _T1_A0)(void)
void OPPROTO glue(glue(op_lduw, MEMSUFFIX), _T1_A0)(void)
void OPPROTO glue(glue(op_ldsw, MEMSUFFIX), _T1_A0)(void)
void OPPROTO glue(glue(op_ldl, MEMSUFFIX), _T1_A0)(void)
void OPPROTO glue(glue(op_stb, MEMSUFFIX), _T0_A0)(void)
void OPPROTO glue(glue(op_stw, MEMSUFFIX), _T0_A0)(void)
void OPPROTO glue(glue(op_stl, MEMSUFFIX), _T0_A0)(void)
void OPPROTO glue(glue(op_stw, MEMSUFFIX), _T1_A0)(void)
void OPPROTO glue(glue(op_stl, MEMSUFFIX), _T1_A0)(void)
[-- Attachment #2: Type: text/html, Size: 1417 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] dyngen to tcg - equivalent functions
2009-05-06 22:42 [Qemu-devel] dyngen to tcg - equivalent functions Adnan Khaleel
@ 2009-05-10 9:39 ` Stuart Brady
0 siblings, 0 replies; 2+ messages in thread
From: Stuart Brady @ 2009-05-10 9:39 UTC (permalink / raw)
To: Adnan Khaleel; +Cc: qemu-devel
On Wed, May 06, 2009 at 05:42:28PM -0500, Adnan Khaleel wrote:
> Can somebody tell me what the tcg equivalent functions would be in qemu with tcg as
> opposed to the earlier versions of qemu that used dyngen?
op_ld* and op_st* have gone, now. tcg/README describes the replacements
for gen_op_ld* and gen_op_st* (tcg_gen_qemu_ld* and tcg_gen_qemu_st*).
HTH,
--
Stuart Brady
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-10 9:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-06 22:42 [Qemu-devel] dyngen to tcg - equivalent functions Adnan Khaleel
2009-05-10 9:39 ` Stuart Brady
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).