Re: [Qemu-devel] gen_op* function definitions

2008-01-04 Thread Blue Swirl
On 1/4/08, Ryan W Smith <[EMAIL PROTECTED]> wrote: > I'm trying to figure out how the translation blocks are generated and > I'm having a bit of difficulty. I'm trying to find and modify a > particular instruction rep ins*, which I've found and it looks like > it's being broken down into simpler i

[Qemu-devel] gen_op* function definitions

2008-01-04 Thread Ryan W Smith
I'm trying to figure out how the translation blocks are generated and I'm having a bit of difficulty. I'm trying to find and modify a particular instruction rep ins*, which I've found and it looks like it's being broken down into simpler instructions in the translation process. I've follo