qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] x86 emulation on qemu


From: Xin Tong
Subject: [Qemu-devel] x86 emulation on qemu
Date: Fri, 25 Nov 2011 09:38:26 -0500

lets say we need to translate tcg_add rbx, rcx

we need to load rbx and rcx from the x86 CPUState and then we add them
and store the result back to rcx in the CPUState.

How is it achieved in the x86 tcg backend.

In particular, how do I load rbx/rcx from the CPUState ?

Thanks

Xin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]