I am working on something where i need to use the primarily the TCG
part of qemu.
I am aware of the basic code flow for TB generation, execution etc.
What I am really looking is the entry / exit points for TCG and also
how the mapping of registers is done. I see there are many temporaries
created and then are mapped to the CPUARCHState.
I am digging more in to the code as of now.
I need some help regarding the flow of generating a TCG op and then
subsequent translation of any op into target instrn.