[Qemu-devel] Question about intermediate code generation in qemu (tcg)

2011-10-24 Thread Carter Cheng
Hi, I was wondering if someone could help me understand some aspects of the current qemu code generation routines. How are floating point and SSE ops currently handled? I do not see specific tcg routines for these cases(the README seems to indicate that FP and vector ops are not handled using the

Re: [Qemu-devel] Question about intermediate code generation in qemu (tcg)

2011-10-24 Thread Peter Maydell
On 24 October 2011 07:46, Carter Cheng carterch...@gmail.com wrote: I was wondering if someone could help me understand some aspects of the current qemu code generation routines. How are floating point and SSE ops currently handled? I do not see specific tcg routines for these cases(the README

Re: [Qemu-devel] Question about intermediate code generation in qemu (tcg)

2011-10-24 Thread Carter Cheng
Thanks Peter. On Mon, Oct 24, 2011 at 7:39 PM, Peter Maydell peter.mayd...@linaro.orgwrote: On 24 October 2011 07:46, Carter Cheng carterch...@gmail.com wrote: I was wondering if someone could help me understand some aspects of the current qemu code generation routines. How are floating